C# Class Billing.BillingService.RequestPurchase

Wrapper class that requests a purchase.
Inheritance: BillingRequest
Exibir arquivo Open project: MarkEaton1/Monodroid-InApp-Billing

Public Properties

Property Type Description
mDeveloperPayload string
mProductId string
mProductType string

Public Methods

Method Description
RequestPurchase ( BillingService outerInstance, string itemId, string itemType, string developerPayload ) : System

Constructor

Protected Methods

Method Description
ResponseCodeReceived ( Consts responseCode ) : void
Run ( ) : long

Private Methods

Method Description
RequestPurchase ( BillingService outerInstance, string itemId ) : System
RequestPurchase ( BillingService outerInstance, string itemId, string developerPayload ) : System

Method Details

RequestPurchase() public method

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

ResponseCodeReceived() protected method

protected ResponseCodeReceived ( Consts responseCode ) : void
responseCode Consts
return void

Run() protected method

protected Run ( ) : long
return long

Property Details

mDeveloperPayload public_oe property

public string mDeveloperPayload
return string

mProductId public_oe property

public string mProductId
return string

mProductType public_oe property

public string mProductType
return string