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