| | |
| | | -(void)setLevel:(int)level; |
| | | -(int)getLevel; |
| | | -(void)setGameUserId:(NSString*)gameUserId; |
| | | -(void)setNickName:(NSString*)nikeName; |
| | | -(void)setPuserName:(NSString *)puserName; |
| | | -(NSString*)getPuserName; |
| | | -(NSString*)getNickName; |
| | | -(void)addLogWithString:(NSString*)string; |
| | | -(void)addLogWithoutBtn:(NSString*)string; |
| | | -(NSString*)getSdkVersion; |
| | |
| | | -(void)fetchDeferredAppLink:(void(^)(NSURL *url, NSError *error))handler; |
| | | -(void)addEventContentWithString:(NSString*)string; |
| | | -(void)eventLogWithPlatform:(NSString*)platform eventName:(NSString*)eventName parameters:(NSDictionary*)parameters color:(UIColor*)color; |
| | | /** 检测设备是否越狱 */ |
| | | - (BOOL)isJailBreak; |
| | | @end |