From 65876fbe0bfbe0071c38d08d749e1f53f251b9a4 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Fri, 13 Mar 2026 15:14:47 +0800 Subject: [PATCH] 提交版本 4.11.0 --- WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h | 40 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 39 insertions(+), 1 deletions(-) diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h index 41fb2b8..86c1635 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h @@ -211,8 +211,46 @@ - (void)checkPlayerTask:(void(^_Nullable)(NSError * _Nullable error, BOOL success))completeBlock; - - (void)getPlatformAccountInfo:(void(^_Nullable)(NSError * _Nullable error, WAPlatformAccountInfo * _Nullable acountInfo))completeBlock; +/*! +@discussion 月卡有关功能 4. 9.0增加 + */ +- (void)getPassInfo:(void(^_Nullable)(NSError * _Nullable error, WAPassPlatformInfo * _Nullable passPlatfromInfo))completeBlock; + + +- (void)showPassUserGuide:(void(^_Nullable)(NSError * _Nullable error))completeBlock; + + + + + + +- (BOOL)isOpenCoins; + +- (void)showCoins:(void(^_Nullable)(NSError * _Nullable error))completeBlock; + +/*! +@discussion 展示coins购买引导弹窗 + + */ +- (void)showCoinsGuide:(void(^_Nullable)(NSError * _Nullable error))completeBlock; + +/*! +@discussion 获取coins余额和启用状态信息 + */ +- (void)getCoinsInfo:(void(^_Nullable)(NSError * _Nullable error, WACoinsInfo * _Nullable coinsInfo))completeBlock; + + + +/*! +@discussion 监听coins余额和开启状态变更(当余额或开启状态发生变化时才通知CP) +*/ + +- (void)listenCoinsChange:(void(^_Nullable)(NSError * _Nullable error, WACoinsInfo * _Nullable coinsInfo))callback; + +// 取消监听 +- (void)removeCoinsChangeListener; + @end -- Gitblit v1.8.0