| | |
| | | #import <Foundation/Foundation.h> |
| | | #import <WASdkIntf/WASdkIntf.h> |
| | | #import <WACommon/WACommon.h> |
| | | #import "WASdkParamConfigObj.h" |
| | | |
| | | #define WASdkLog(fmt,...) {\ |
| | | if([WACoreProxy isDebugMode]){\ |
| | |
| | | * 初始化 |
| | | */ |
| | | +(void)init; |
| | | |
| | | |
| | | /** |
| | | * 初始化(20221027 新增回掉) |
| | | */ |
| | | +(void)initWithCompletionHandler:(void (^_Nullable)())completionHandler; |
| | | |
| | | /** |
| | | * 设置调试模式 |
| | | * |
| | |
| | | |
| | | +(void)addEventContentWithString:(NSString*)string; |
| | | |
| | | +(void)setParamConfig:(void(^)(NSError* error,WASdkParamConfigObj* config))block; |
| | | +(void)setParamConfig:(void(^)(NSError* error,WAParamConfigObj* config))block; |
| | | |
| | | +(WASdkParamConfigObj*)getParamConfig; |
| | | +(WAParamConfigObj*)getParamConfig; |
| | | /** |
| | | * 版本信息 |
| | | */ |
| | | +(NSString*)getVersion; |
| | | |
| | | |
| | | |
| | | |
| | | @end |