public interface AccountKitCallback<RESULT>
Modifier and Type | Method and Description |
---|---|
void |
onError(AccountKitError error)
Called when the operation had an error
|
void |
onSuccess(RESULT result)
Called when the operation was successful
|
void onSuccess(RESULT result)
result
- the resultvoid onError(AccountKitError error)
error
- the error