public static interface Client.ResultHandler
Modifier and Type | Method and Description |
---|---|
void |
onResult(TdApi.Object object)
Callback called on result of query to TDLib or incoming update from TDLib.
|
void onResult(TdApi.Object object)
object
- Result of query or update of type TdApi.Update about new events.