lpw
2022-03-14 75be83a27d89e0f32b8e31d52a5f8e2e682281f7
frameworks/WASdkIntf.framework/Headers/WACore.h
@@ -46,6 +46,8 @@
-(NSString *)getPrivacyUrl;
-(NSString *)getPrivacyUpdateTime;
-(void)showPrivacyUI:(void(^)(BOOL isClose))handler;
-(void)showPrivacyUITitle:(NSString*)title url:(NSString*)url handle:(void(^)(BOOL isClose))handler;
-(NSString*)getDeepLinkWithUrl:(NSURL*)url;
-(WAParamConfigObj*)getParamConfig;
-(void)fetchDeferredAppLink:(void(^)(NSURL *url, NSError *error))handler;
@@ -53,4 +55,6 @@
-(void)eventLogWithPlatform:(NSString*)platform eventName:(NSString*)eventName parameters:(NSDictionary*)parameters color:(UIColor*)color;
/** 检测设备是否越狱 */
- (BOOL)isJailBreak;
@end