C# Class Billing.BillingService.RequestPurchase

Wrapper class that requests a purchase.
Inheritance: BillingRequest
Afficher le fichier Open project: MarkEaton1/Monodroid-InApp-Billing

Méthodes publiques

Свойство Type Description
mDeveloperPayload string
mProductId string
mProductType string

Méthodes publiques

Méthode Description
RequestPurchase ( BillingService outerInstance, string itemId, string itemType, string developerPayload ) : System

Constructor

Méthodes protégées

Méthode Description
ResponseCodeReceived ( Consts responseCode ) : void
Run ( ) : long

Private Methods

Méthode Description
RequestPurchase ( BillingService outerInstance, string itemId ) : System
RequestPurchase ( BillingService outerInstance, string itemId, string developerPayload ) : System

Method Details

RequestPurchase() public méthode

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.
Résultat System

ResponseCodeReceived() protected méthode

protected ResponseCodeReceived ( Consts responseCode ) : void
responseCode Consts
Résultat void

Run() protected méthode

protected Run ( ) : long
Résultat long

Property Details

mDeveloperPayload public_oe property

public string mDeveloperPayload
Résultat string

mProductId public_oe property

public string mProductId
Résultat string

mProductType public_oe property

public string mProductType
Résultat string