C# Класс Billing.BillingService.RequestPurchase

Wrapper class that requests a purchase.
Наследование: BillingRequest
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
mDeveloperPayload string
mProductId string
mProductType string

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

Метод Описание
RequestPurchase ( BillingService outerInstance, string itemId, string itemType, string developerPayload ) : System

Constructor

Защищенные методы

Метод Описание
ResponseCodeReceived ( Consts responseCode ) : void
Run ( ) : long

Приватные методы

Метод Описание
RequestPurchase ( BillingService outerInstance, string itemId ) : System
RequestPurchase ( BillingService outerInstance, string itemId, string developerPayload ) : System

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

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

Constructor
public RequestPurchase ( BillingService outerInstance, string itemId, string itemType, string developerPayload ) : System
outerInstance BillingService
itemId string The ID of the item to be purchased. Will be assumed to be a one-time /// purchase.
itemType string Either Consts.ITEM_TYPE_INAPP or Consts.ITEM_TYPE_SUBSCRIPTION, /// indicating the type of item type support is being checked for.
developerPayload string Optional data.
Результат System

ResponseCodeReceived() защищенный Метод

protected ResponseCodeReceived ( Consts responseCode ) : void
responseCode Consts
Результат void

Run() защищенный Метод

protected Run ( ) : long
Результат long

Описание свойств

mDeveloperPayload публичное свойство

public string mDeveloperPayload
Результат string

mProductId публичное свойство

public string mProductId
Результат string

mProductType публичное свойство

public string mProductType
Результат string