lpw
2022-07-07 323473db4a10949a6d6dab3f55ab1e40696308ba
frameworks/WASdkIntf.framework/Headers/WAParamConfigObj.h
@@ -28,8 +28,13 @@
@property(nonatomic) NSInteger adVideoCacheCount;
@property(nonatomic) NSInteger enableBindAccount; // 绑定:  0-关闭, 1-打开  2-强制绑定(国内)
@property(nonatomic) NSInteger enableUnBindAccount; // 解绑:   0-关闭,1-打开
@property(nonatomic,copy)NSString* privacyUrl; // 用户协议url
@property(nonatomic,copy)NSString* privacyUrl; // 隐私协议url
@property(nonatomic,copy)NSString* privacyUpdateTime; // 用户协议更新时间
@property(nonatomic,copy)NSString* userPolicyUrl; // 用户协议
@property(nonatomic,copy)NSString* childPrivacyUrl; // 儿童隐私协议地址
@property(nonatomic)NSInteger userCenterStatus; // 用户中心状态 0-关闭,1-打开
@property(nonatomic)NSInteger isRechargeCenterPay; // 是否开启充值中心支付:0-关闭,1-打开,2-仅安卓打开,3-仅IOS打开
@property(nonatomic,copy)NSString* rechargeCenterIcon; // 充值中心的支付图片URL
@@ -42,5 +47,10 @@
@property(nonatomic)NSInteger autoGuestLogin;       // 游客自动登录开关 0 - 开启,  1 - 关闭
@property(nonatomic)NSInteger guestLoginBindAlert;   // 游客登录绑定提醒 0 - 关闭,  1 - 开启
@property (nonatomic)NSInteger isOpenAccountDelete;       // 账号注销总开关 (0-关闭, 1-ALL, 2-仅Android 3-仅iOS)
@property (nonatomic)NSInteger accountDeleteBufferDays;   // 账号注销缓存天数 (默认 15)
@property (nonatomic)NSInteger deletingAccountRemind;     // 账号注销提醒开关.(0-关闭, 1-开启, 默认关闭) 开启后,当注销中用户登录时,SDK弹出取消注销账号提醒,如用户取消,则SDK自动调用取消删除账号接口
@property(nonatomic,copy)NSString* deleteAccountProtocolURL; // 删除账号协议
@end