T - the data type of the resultpublic static interface CallResult.ResultCallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onResult(T data)
Called with the data of the result
|
void onResult(T data)
data - the data of type T of the result