| | |
| | | */ |
| | | @property(nonatomic,copy)NSString * consentNoticeId; |
| | | |
| | | //4.7.0 add |
| | | //4.8.0 add |
| | | @property(nonatomic)NSInteger iosPromotionSwitch; // iOS 互推广告开关0:关闭 1:打开 |
| | | |
| | | |
| | |
| | | @property(nonatomic)NSInteger floatingPageControl; |
| | | |
| | | |
| | | // 横屏游戏打开浮窗方向控制 |
| | | @property(nonatomic)NSInteger landscapeGameFloatingDirection; //0默认竖评 1 横屏 |
| | | |
| | | /** |
| | | 当浮窗按钮启用时,进入游戏获取到角色信息后,每天自动打开浮窗1次,自动打开的浮窗,3秒无操作则自动关闭 |
| | |
| | | @property(nonatomic)NSInteger floatingPageSwitch; |
| | | |
| | | |
| | | |
| | | |
| | | @property(nonatomic,copy)NSString * aiHelpAppIdIos;//aiHelp appid (苹果) |
| | | @property(nonatomic,copy)NSString * aiHelpDomain;//aiHelp appid domain |
| | | @property(nonatomic,copy)NSString * appleId;//苹果ID(管理后台是带id前缀,需要单独处理) |
| | | |
| | | |
| | | @end |