public interface IServiceResultCallback extends IBaseCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(IServiceResultCallbackError error)
This method is called on Error
|
void |
onResult(ServiceResponse response)
This method is called on Result
|
void |
onWarning(ServiceResponse response,
IServiceResultCallbackWarning warning)
This method is called on Warning
|
getAPIGroup, getAPIVersionvoid onError(IServiceResultCallbackError error)
error - returned by the platformvoid onResult(ServiceResponse response)
response - datavoid onWarning(ServiceResponse response, IServiceResultCallbackWarning warning)
response - datawarning - returned by the platform