public static interface UserBalanceRepository.LoadUserBalanceListCallback
Modifier and Type | Method and Description |
---|---|
void |
onError(Errors errors)
User balance load error
|
void |
onUserBalanceListLoaded(java.util.List<Balance> balances)
User balance loaded callback
|