FGX.InAppPurchase.Types.IFGXInAppPurchaseServiceObserver

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску

Delphi

IFGXInAppPurchaseServiceObserver = interface (IInterface)

IInterface -> IFGXInAppPurchaseServiceObserver

Описание

Уведомления от сервиса встроенных покупок.

Методы

procedure
ReadyStateChanged(const AIsReady: Boolean)

Описание отсутствует.

procedure
ProductListReceived(const AProductList: [[TArray<FGX.InAppPurchase.Types.IFGXInAppProduct>]]; const AInvalidProductIdList: [[TArray<System.string>]]; const AResponse: TfgServiceResponse)

Описание отсутствует.

procedure
PurchaseReceived(const APurchase: TfgPurchase; const AResponse: TfgServiceResponse)

Описание отсутствует.

procedure
PurchaseConfirmed(const APurchase: TfgPurchase; const AResponse: TfgServiceResponse)

Описание отсутствует.

procedure
ContentDownloading(const APurchase: TfgPurchase)

Описание отсутствует.

procedure
ContentDownloaded(const APurchase: TfgPurchase; const AResponse: TfgServiceResponse)

Описание отсутствует.

procedure
PurchasesRestored(const AResponse: TfgServiceResponse)

Описание отсутствует.