AccountKitCallback
This class is no longer available in the most recent version of the SDK.

A callback class for the AccountKit SDK.

Package:accountkit
Instance Methods
onSuccess(Object)

Called when the operation was successful

public void onSuccess(Object result)
ParameterDescription
resultThe result
onError(AccountKitError)

Called when the operation had an error

public void onError(AccountKitError error)
ParameterDescription
errorThe error