Property | Type | Description | |
---|---|---|---|
mDeveloperPayload | string | ||
mProductId | string | ||
mProductType | string |
Method | Description | |
---|---|---|
RequestPurchase ( |
Constructor
|
Method | Description | |
---|---|---|
ResponseCodeReceived ( |
||
Run ( ) : long |
Method | Description | |
---|---|---|
RequestPurchase ( |
||
RequestPurchase ( |
public RequestPurchase ( |
||
outerInstance | ||
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 |
protected ResponseCodeReceived ( |
||
responseCode | ||
return | void |