FMX.InAppPurchase.IFMXInAppPurchaseService.CanMakeInAppPurchases

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanMakeInAppPurchases: Boolean;

C++

virtual bool __fastcall CanMakeInAppPurchases() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase IFMXInAppPurchaseService

Description

Returns True if the current user is allowed to make purchases; otherwise it returns False.

See Also