Package it.ernytech.tdlib
Interface FatalErrorCallbackPtr
-
public interface FatalErrorCallbackPtr
A type of callback function that will be called when a fatal error happens.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFatalError(java.lang.String error_message)
Send error message to callback.
-