Package it.ernytech.tdlib.utils
Class Init
- java.lang.Object
-
- it.ernytech.tdlib.utils.Init
-
public class Init extends java.lang.Object
Init class to successfully initialize Tdlib
-
-
Constructor Summary
Constructors Constructor Description Init()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
start()
Initialize Tdlib
-
-
-
Method Detail
-
start
public static void start() throws CantLoadLibrary
Initialize Tdlib- Throws:
CantLoadLibrary
- An exception that is thrown when the LoadLibrary class fails to load the library.
-
-