| | |
| | | -(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; |
| | |
| | | -(NSData*)getCurrentReceipt; |
| | | -(float)getReorderLimitTime; |
| | | -(void)payLog:(NSString *)logInfo; |
| | | -(void)startRunAppleTransactionObserve; |
| | | -(void)removeAppleTransactionObserve; |
| | | @end |