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 |