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