public class UnionSDKParam
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
appKey |
java.lang.String |
appSecret |
static android.os.Parcelable.Creator<UnionSDKParam> |
CREATOR |
boolean |
openLog
是否打开日志
|
boolean |
testEnv
是否使用测试环境
|
Constructor and Description |
---|
UnionSDKParam() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public java.lang.String appKey
public java.lang.String appSecret
public static final android.os.Parcelable.Creator<UnionSDKParam> CREATOR
public boolean openLog
public boolean testEnv