Package com.leia.core
Class PlatformInitArgs
- java.lang.Object
-
- com.leia.core.PlatformInitArgs
-
public class PlatformInitArgs extends Object
Platform initialization arguments
-
-
Constructor Summary
Constructors Constructor Description PlatformInitArgs()
-
-
-
Field Detail
-
app
@Nullable public Application app
Host's application
-
context
@Nullable public Context context
Host's context
-
activity
@Nullable public Activity activity
Host's activity
-
logLevel
public LogLevel logLevel
CNSDK logging level
-
-