From 323473db4a10949a6d6dab3f55ab1e40696308ba Mon Sep 17 00:00:00 2001 From: lpw Date: Thu, 07 Jul 2022 16:37:37 +0800 Subject: [PATCH] 3.10.1 --- frameworks/WASdkIntf.framework/Headers/WAIPay.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPay.h b/frameworks/WASdkIntf.framework/Headers/WAIPay.h index 3219a90..f8275fe 100644 --- a/frameworks/WASdkIntf.framework/Headers/WAIPay.h +++ b/frameworks/WASdkIntf.framework/Headers/WAIPay.h @@ -14,6 +14,8 @@ -(void)init4Iap; -(void)queryInventory:(id<WAInventoryDelegate>)delegate; -(void)payWithProductId:(NSString *)productId extInfo:(NSString *)extInfo delegate:(id<WAPaymentDelegate>)delegate; +-(void)queryChannelProduct:(NSString *)channel + callBackBlock:(void(^)(NSArray *channelProductsArray,NSError *error))callBackBlock; -(BOOL)isPayServiceAvailable; -(void)fetchProductInformations:(NSDictionary *)waProductIds inventoryDelegate:(id<WAInventoryDelegate>)delegate; - (void)checkFinishTransactions; @@ -21,4 +23,6 @@ -(NSData*)getCurrentReceipt; -(float)getReorderLimitTime; -(void)payLog:(NSString *)logInfo; +-(void)startRunAppleTransactionObserve; +-(void)removeAppleTransactionObserve; @end -- Gitblit v1.8.0