FMX.InAppPurchase.TCustomInAppPurchase.OnVerifyPayload

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnVerifyPayload: TIAPVerifyPayloadEvent  read FOnVerifyPayload write FOnVerifyPayload;

C++

__property TIAPVerifyPayloadEvent OnVerifyPayload = {read=FOnVerifyPayload, write=FOnVerifyPayload};

Properties

Type Visibility Source Unit Parent
event public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TCustomInAppPurchase

Description

Triggered after obtaining the developer payload string.

This event provides the following arguments to its event handler:

See Also