FMX.InAppPurchase.IFMXInAppPurchaseService.SetupInAppPurchase

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

Delphi

procedure SetupInAppPurchase(Component: TCustomInAppPurchase);

C++

virtual void __fastcall SetupInAppPurchase(TCustomInAppPurchase* Component) = 0 ;

プロパティ

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


説明

アプリケーション内決済サービスと、指定された TCustomInAppPurchase のインスタンス間に、接続を確立します。

このプロシージャは、非同期です。 一旦終了したら、TCustomInAppPurchase.OnSetupComplete イベントを指定されたコンポーネント上で発生させます。

関連項目