T
- the data type returned by the method callpublic static interface ServiceConnector.Callback<T>
ServiceConnector
method. All the callback
methods are executed on the main thread.Modifier and Type | Method and Description |
---|---|
void |
onServiceConnectionFailure() |
void |
onServiceFailure(ResultStatus status) |
void |
onServiceSuccess(T result,
ResultStatus status) |
void onServiceSuccess(T result, ResultStatus status)
void onServiceFailure(ResultStatus status)
void onServiceConnectionFailure()