FMX.InAppPurchase.IFMXInAppPurchaseService.GetApplicationLicenseKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetApplicationLicenseKey: string;

C++

virtual System::UnicodeString __fastcall GetApplicationLicenseKey() = 0 ;

Properties

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

Description

Returns the license key of your application.

See Also