menu
jc_sdk package
documentation
com/juphoon/cloud/jc_client.dart
CreateParam
needLoadLibrary property
needLoadLibrary property
dark_mode
light_mode
needLoadLibrary
property
bool
needLoadLibrary
getter/setter pair
内部是否自动加载so库,默认自动加载
true: 内部自动加载so库
false: 内部不会加载so库,你需要在调用 @ref create 方法前先自行加载so库
Implementation
bool needLoadLibrary = true;
jc_sdk package
documentation
com/juphoon/cloud/jc_client
CreateParam
needLoadLibrary property
CreateParam class