PurchaseClient.ProductType
PurchaseClient.ProductType
public static @interface PurchaseClient.ProductType
com.gaa.sdk.iap.PurchaseClient.ProductType
支持的功能类型
Constants
ALL
String ALL
可以一次性获得商品详细信息的类型
Constant Value: "all"
INAPP
String INAPP
管理型商品类型
Constant Value: "inapp"
AUTO
String AUTO
包月型商品类型
Constant Value: "auto"
SUBS
String SUBS
订阅型商品类型
Constant Value: "subscription"
Last updated