FMX.InAppPurchase.IFMXInAppPurchaseService.ApplicationLicenseKey

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ApplicationLicenseKey: string read GetApplicationLicenseKey  write SetApplicationLicenseKey;

C++

__property System::UnicodeString ApplicationLicenseKey = {read=GetApplicationLicenseKey, write=SetApplicationLicenseKey};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase IFMXInAppPurchaseService


説明

Google Play アプリケーション内課金サービスを使用するためのライセンス キー。

Google Play アプリケーション内請求サービスを使用するには、このプロパティに、ライセンス キーを渡す必要があります。 Google Play のアプリ内課金を使用できるようアプリケーションを構成した熱尾に、ライセンス キーを取得します。「Google Play アプリ内課金サービスの接続データを構成する」を参照してください。

iOS アプリケーション内購入サービスに、iOS 上で接続する際には、このプロパティを設定する必要はありません。

関連項目