From 303b8f43a0f25b1bd791061e0d0ba3d862238386 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Fri, 13 Mar 2026 09:10:43 +0800 Subject: [PATCH] 提交版本 4.11.0 --- frameworks/WASdkIntf.framework/Headers/WAIUser.h | 40 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 39 insertions(+), 1 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WAIUser.h b/frameworks/WASdkIntf.framework/Headers/WAIUser.h index 41fb2b8..86c1635 100644 --- a/frameworks/WASdkIntf.framework/Headers/WAIUser.h +++ b/frameworks/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