FMX.InAppPurchase.IFMXInAppPurchaseService.RestorePurchasedProducts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RestorePurchasedProducts;

C++

virtual void __fastcall RestorePurchasedProducts() = 0 ;

Properties

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

Description

Requests the in-app payment service to restore products purchased from a different device on the current device.

This request eventually triggers the TInAppPurchase.OnPurchaseCompleted event with False as the value of the NewTransaction parameter. This event is triggered once per restored product.

See Also