FMX.InAppPurchase.TCustomInAppPurchase.OnVerifyPayload
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:
Senderis the current instance of TCustomInAppPurchase.Payloadis the developer payload string obtained from the Google Play In-apps Billing service.PayloadOkdetermines whether the obtained developer payload string is the expected string or not. If it is not the expected string, setPayloadOktoFalseto invalidate the purchase.