FMX.InAppPurchase.IFMXInAppPurchaseService.SetApplicationLicenseKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetApplicationLicenseKey(const Value: string);

C++

virtual void __fastcall SetApplicationLicenseKey(const System::UnicodeString Value) = 0 ;

Properties

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

Description

Defines the license key of your application.

See Also