lpw
2025-07-02 4afef284da1d43df9f0439b1220c20abcf9bae08
frameworks/WASdkIntf.framework/Headers/WAConstants.h
@@ -109,6 +109,15 @@
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;
// SDK类型
extern const int WA_SDK_TYPE_FR; // 国外
extern const int WA_SDK_TYPE_CN; // 国内
@@ -138,6 +147,7 @@
extern const int WA_ACCOUNT_DELETE_UI_FAILURE; //调用失败,未开启删除权限或者未登录
extern NSString *const WAPAYCHANNEL_WASANDBOX;
@interface WAConstants : NSObject {