lpw
2 days ago fc13259c778d256d906999770b83b589503b2c53
frameworks/WASdkIntf.framework/Headers/WAConstants.h
@@ -109,6 +109,16 @@
extern NSString *const WAUnbindDidSucceedNotification;//解绑成功
extern NSString *const WAUnbindDidFailNotification;//解绑失败
// sdk登录成功、登出、更新角色id监听
extern NSString *const WAUserDidLogoutNotification;
extern NSString *const WAUserDidLoginSuccessNotification;
extern NSString *const WAUserDidUpdateGameUserIdNotification;
extern NSString *const WAUserEventUserImportNotification;
extern NSString *const WAUserEventChangedNotification;
// SDK类型
extern const int WA_SDK_TYPE_FR; // 国外
extern const int WA_SDK_TYPE_CN; // 国内
@@ -138,6 +148,7 @@
extern const int WA_ACCOUNT_DELETE_UI_FAILURE; //调用失败,未开启删除权限或者未登录
extern NSString *const WAPAYCHANNEL_WASANDBOX;
@interface WAConstants : NSObject {