A callback class for the AccountKit SDK.
Paquete: | accountkit |
onSuccess(Object)
Called when the operation was successful
public void onSuccess(Object result)
Parámetro | Descripción |
---|---|
result | The result |
onError(AccountKitError)
Called when the operation had an error
public void onError(AccountKitError error)
Parámetro | Descripción |
---|---|
error | The error |