C# Класс inAppBillingDemo.InAppBillingDemoPurchaseObserver

Наследование: Billing.PurchaseObserver
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
InAppBillingDemoPurchaseObserver ( Activity1 activity, Android.OS.Handler handler ) : System
OnBillingSupported ( bool supported, string type ) : void
OnPurchaseStateChange ( Consts purchaseState, string itemId, int quantity, long purchaseTime, string developerPayload ) : void
OnRequestPurchaseResponse ( BillingService request, Consts responseCode ) : void
OnRestoreTransactionsResponse ( BillingService request, Consts responseCode ) : void

Описание методов

InAppBillingDemoPurchaseObserver() публичный Метод

public InAppBillingDemoPurchaseObserver ( Activity1 activity, Android.OS.Handler handler ) : System
activity Activity1
handler Android.OS.Handler
Результат System

OnBillingSupported() публичный Метод

public OnBillingSupported ( bool supported, string type ) : void
supported bool
type string
Результат void

OnPurchaseStateChange() публичный Метод

public OnPurchaseStateChange ( Consts purchaseState, string itemId, int quantity, long purchaseTime, string developerPayload ) : void
purchaseState Billing.Consts
itemId string
quantity int
purchaseTime long
developerPayload string
Результат void

OnRequestPurchaseResponse() публичный Метод

public OnRequestPurchaseResponse ( BillingService request, Consts responseCode ) : void
request Billing.BillingService
responseCode Billing.Consts
Результат void

OnRestoreTransactionsResponse() публичный Метод

public OnRestoreTransactionsResponse ( BillingService request, Consts responseCode ) : void
request Billing.BillingService
responseCode Billing.Consts
Результат void