Uses of Interface
org.drinkless.tdlib.Client.ResultHandler
-
Packages that use Client.ResultHandler Package Description org.drinkless.tdlib -
-
Uses of Client.ResultHandler in org.drinkless.tdlib
Methods in org.drinkless.tdlib with parameters of type Client.ResultHandler Modifier and Type Method Description static ClientClient. create(Client.ResultHandler updateHandler, Client.ExceptionHandler updateExceptionHandler, Client.ExceptionHandler defaultExceptionHandler)Creates new Client.voidClient. send(TdApi.Function query, Client.ResultHandler resultHandler)Sends a request to the TDLib with an empty ExceptionHandler.voidClient. send(TdApi.Function query, Client.ResultHandler resultHandler, Client.ExceptionHandler exceptionHandler)Sends a request to the TDLib.
-