C# Class 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.
Inheritance: BillingRequest
Exibir arquivo Open project: MarkEaton1/Monodroid-InApp-Billing

Public Properties

Property Type Description
mProductType string

Public Methods

Method Description
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.

Protected Methods

Method Description
Run ( ) : long

Private Methods

Method Description
CheckBillingSupported ( BillingService outerInstance ) : System

Method Details

CheckBillingSupported() public method

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
return System

Run() protected method

protected Run ( ) : long
return long

Property Details

mProductType public_oe property

public string mProductType
return string