A callback class for the AccountKit SDK.
패키지: | accountkit |
onSuccess(Object)
Called when the operation was successful
public void onSuccess(Object result)
매개변수 | 설명 |
---|---|
result | The result |
onError(AccountKitError)
Called when the operation had an error
public void onError(AccountKitError error)
매개변수 | 설명 |
---|---|
error | The error |