T - the type parameterpublic interface RpcCallback<T extends TLObject>
| Modifier and Type | Method and Description |
|---|---|
void |
onError(int errorCode,
String message)
On error.
|
void |
onResult(T result)
On result.
|
Copyright © 2017. All rights reserved.