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 | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 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 fadb96e..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 @@ -226,4 +226,31 @@ + +- (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