FMX.InAppPurchase.TInAppPurchase.OnVerifyPayload

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnVerifyPayload: TIAPVerifyPayloadEvent read FOnVerifyPayload write FOnVerifyPayload;

C++

__property OnVerifyPayload;

Properties

Type Visibility Source Unit Parent
event published
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TInAppPurchase

Description

Triggered after obtaining the developer payload string.

FMX.InAppPurchase.TInAppPurchase.OnVerifyPayload inherits from FMX.InAppPurchase.TCustomInAppPurchase.OnVerifyPayload. All content below this line refers to FMX.InAppPurchase.TCustomInAppPurchase.OnVerifyPayload.

Triggered after obtaining the developer payload string.

This event provides the following arguments to its event handler:

See Also