FMX.InAppPurchase.TCustomInAppPurchase.IsProductPurchased
Delphi
function IsProductPurchased(const ProductID: string): Boolean;
C++
bool __fastcall IsProductPurchased(const System::UnicodeString ProductID);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.InAppPurchase.pas FMX.InAppPurchase.hpp |
FMX.InAppPurchase | TCustomInAppPurchase |
説明
指定された ID の製品が購入された場合 True を、そうでなければ False を返します。
このメソッドは、アプリケーション内決済サービスとの接続が確立される前に使用すると、EIAPNotSetup 例外を発生させます。