1
This commit is contained in:
@@ -15,6 +15,12 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// 通过键盘深链配置初始商品及是否自动发起购买
|
||||
- (void)configureWithProductId:(nullable NSString *)productId
|
||||
autoPurchase:(BOOL)autoPurchase;
|
||||
|
||||
/// 通过键盘扩展预填充商品列表(免二次请求)
|
||||
- (void)configureWithProductId:(nullable NSString *)productId
|
||||
autoPurchase:(BOOL)autoPurchase
|
||||
prefillProductsJSON:(nullable NSArray *)productsJSON
|
||||
selectedIndex:(NSInteger)selectedIndex;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user