メインコンテンツまでスキップ

Android Billing SDK リソース

Android Billing SDK で使用される アノテーション

名前説明
BillingResponseCodeAndroid Billing SDK の一般的なレスポンスにおける可能な値を表す Enum クラス。
FeatureType現在のバージョンの Billing SDK に存在する Feature を表す Enum クラス。
ProductTypeサポートされている Product の種類を表すアノテーションクラス。
UnfetchedProduct.StatusCode未取得の製品のステータスコードの可能な値を表すアノテーションクラス。

Android Billing SDK で使用される クラス

名前説明
AccountIdentifiersPurchase の Account Identifiers を含むクラス。
AptoideBillingClientアプリケーションでアプリ内課金を処理するためのメインインターフェース。
BillingFlowParams購入フローを開始するために必要なパラメーターを持つクラス。
BillingFlowParams.BuilderBillingFlowParams を構築するために使用される Builder クラス。
BillingFlowParams.ProductDetailsParams課金フローを開始する対象の Product の Product Details を持つクラス。
BillingFlowParams.ProductDetailsParams.BuilderBillingFlowParams.ProductDetailsParams を構築するために使用される Builder クラス。
BillingResultBilling 操作の結果を表すクラス。
ConsumeParamsPurchase を消費するためのパラメーターを持つクラス。
ConsumeParams.BuilderConsumeParams を構築するために使用される Builder クラス。
ProductDetailsProduct の詳細を表すクラス。
ProductDetails.OneTimePurchaseOfferDetailsOne Time Purchase(INAPP)タイプの Product のオファー詳細を表すクラス。
ProductDetails.PricingPhaseSubscription(SUBS)タイプの Product の料金フェーズを表すクラス。
ProductDetails.PricingPhasesSubscription(SUBS)タイプの Product で利用可能な料金フェーズを表すクラス。
ProductDetails.SubscriptionOfferDetailsSubscriptions(SUBS)タイプの Product のオファー詳細を表すクラス。
ProductDetails.TrialDetailsSubscription(SUBS)タイプの Product のトライアル詳細を表すクラス。
PurchasePurchase を表すクラス。
QueryProductDetailsParamsProductDetails をクエリするためのパラメーターを持つクラス。
QueryProductDetailsParams.BuilderQueryProductDetailsParams を構築するために使用される Builder クラス。
QueryProductDetailsParams.ProductProductDetails をクエリする対象の Product のパラメーターを持つクラス。
QueryProductDetailsParams.Product.BuilderQueryProductDetailsParams.Product を構築するために使用される Builder クラス。
QueryProductDetailsResultProduct Details のクエリ結果で返されるパラメーターを持つクラス。
QueryPurchasesParamsPurchases をクエリするためのパラメーターを持つクラス。
QueryPurchasesParams.BuilderQueryPurchasesParams を構築するために使用される Builder クラス。
ReferralDeeplinkDeeplink Referral リクエストのレスポンスを表します。
UnfetchedProductProduct Details クエリにおける未取得の Product を表すクラス。

Android Billing SDK で使用される インターフェース

名前説明
AptoideBillingClientStateListenerSDK のセットアッププロセスと Billing Service との接続ステータスを監視するためのリスナーとして機能するコールバッククラス。
ConsumeResponseListenerPurchases の消費操作を監視するためのリスナーとして機能するコールバッククラス。
ProductDetailsResponseListenerProducts のクエリのためのリスナーとして機能するコールバッククラス。
PurchasesResponseListenerAptoideBillingClient で行われた Purchases のクエリのためのリスナーとして機能するコールバッククラス。
PurchasesUpdatedListenerAptoideBillingClient で行われた Purchases のためのリスナーとして機能するコールバッククラス。