SDK初始化 更多...
静态 Public 成员函数 | |
static void | loadInstance (Context context) |
static void | loadLibrariesOnce () |
static String | getSdkBuildInfo () |
SDK初始化
在文件 AlivcLivePushInstance.java 第 21 行定义.
|
static |
|
static |
加载SDK lib.so等实例
context | android context |
在文件 AlivcLivePushInstance.java 第 45 行定义.
|
static |
Load cpp so libs once.
Do it before using lib.so!!! Otherwise, it will cause crash!!! It should be called in the static{} method in all java classes with native methods.
在文件 AlivcLivePushInstance.java 第 57 行定义.