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

Wrapper class that checks if in-app billing is supported. Note: Support for subscriptions implies support for one-time purchases. However, the opposite is not true. Developers may want to perform two checks if both one-time and subscription products are available.
Наследование: BillingRequest
Показать файл Открыть проект

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

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

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

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

Constructor Note: Support for subscriptions implies support for one-time purchases. However, the opposite is not true. Developers may want to perform two checks if both one-time and subscription products are available. @pram itemType Either Consts.ITEM_TYPE_INAPP or Consts.ITEM_TYPE_SUBSCRIPTION, indicating the type of item support is being checked for.

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

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

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

Метод Описание
CheckBillingSupported ( BillingService outerInstance ) : System

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

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

Constructor Note: Support for subscriptions implies support for one-time purchases. However, the opposite is not true. Developers may want to perform two checks if both one-time and subscription products are available. @pram itemType Either Consts.ITEM_TYPE_INAPP or Consts.ITEM_TYPE_SUBSCRIPTION, indicating the type of item support is being checked for.
public CheckBillingSupported ( BillingService outerInstance, string itemType ) : System
outerInstance BillingService
itemType string
Результат System

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

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

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

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

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