Uses of Interface
org.drinkless.tdlib.Client.ExceptionHandler
-
Packages that use Client.ExceptionHandler Package Description org.drinkless.tdlib -
-
Uses of Client.ExceptionHandler in org.drinkless.tdlib
Methods in org.drinkless.tdlib with parameters of type Client.ExceptionHandler 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, Client.ExceptionHandler exceptionHandler)Sends a request to the TDLib.
-