Uses of Interface
org.drinkless.tdlib.Client.ExceptionHandler
Packages that use Client.ExceptionHandler
-
Uses of Client.ExceptionHandler in org.drinkless.tdlib
Methods in org.drinkless.tdlib with parameters of type Client.ExceptionHandlerModifier and TypeMethodDescriptionstatic 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.