lpw
2021-05-07 29e2624da6e8759d6cf9e3e37398b258d890fd0a
frameworks/WASdkIntf.framework/Headers/WACore.h
@@ -25,6 +25,12 @@
-(void)setLevel:(int)level;
-(int)getLevel;
-(void)setGameUserId:(NSString*)gameUserId;
-(void)setNickName:(NSString*)nikeName;
-(void)setPuserName:(NSString *)puserName;
-(void)setUserFlag:(NSString*)userFlag;
-(NSString*)getPuserName;
-(NSString*)getNickName;
-(NSString*)getUserFlag;
-(void)addLogWithString:(NSString*)string;
-(void)addLogWithoutBtn:(NSString*)string;
-(NSString*)getSdkVersion;
@@ -37,6 +43,9 @@
-(NSString*)getSdkVer;
-(NSString*)getSdkId;
-(NSString*)getSessionId;
-(NSString *)getPrivacyUrl;
-(NSString *)getPrivacyUpdateTime;
-(void)showPrivacyUI:(void(^)(BOOL isClose))handler;
-(NSString*)getDeepLinkWithUrl:(NSURL*)url;
-(WAParamConfigObj*)getParamConfig;
-(void)fetchDeferredAppLink:(void(^)(NSURL *url, NSError *error))handler;
@@ -44,4 +53,6 @@
-(void)eventLogWithPlatform:(NSString*)platform eventName:(NSString*)eventName parameters:(NSDictionary*)parameters color:(UIColor*)color;
/** 检测设备是否越狱 */
- (BOOL)isJailBreak;
@end