hank
2017-03-28 e36458188f86bc18241ea34a74c4c60608307e01
frameworks/WASdkIntf.framework/Headers/WACoreProxy.h
@@ -71,14 +71,17 @@
 @abstract 是否显示Log按钮
 */
+(BOOL)displayLog;
/*!
 @abstract 设置clientId
 */
+(void)setClientId:(NSString*)clientId;
/*!
 @abstract 获取userId
 */
+(NSString*)getUserId;
/*!
 @abstract 设置serverId
 @param serverId
 @param serverId 服务器id
 */
+(void)setServerId:(NSString *)serverId;
/*!
@@ -88,7 +91,7 @@
+(NSString*)getServerId;
/*!
 @abstract 设置level
 @param level
 @param level 等级
 */
+(void)setLevel:(int)level;
/*!
@@ -97,7 +100,7 @@
+(int)getLevel;
/*!
 @abstract 设置gameUserId
 @param gameUserId
 @param gameUserId 游戏userId
 */
+(void)setGameUserId:(NSString*)gameUserId;
/*!
@@ -155,6 +158,10 @@
+(void)fetchDeferredAppLink:(void(^)(NSURL *url, NSError *error))handler;
/*!
 @abstract 获取后台配置参数
 */
+(WAParamConfigObj*)getParamConfig;
/*!
 @abstract 下面四个方法是关于打印日志的,CP不用关注
 */
+(void)addLogWithString:(NSString*)string;