C# 클래스 Billing.BillingService.RequestPurchase

Wrapper class that requests a purchase.
상속: BillingRequest
파일 보기 프로젝트 열기: MarkEaton1/Monodroid-InApp-Billing

공개 프로퍼티들

프로퍼티 타입 설명
mDeveloperPayload string
mProductId string
mProductType string

공개 메소드들

메소드 설명
RequestPurchase ( BillingService outerInstance, string itemId, string itemType, string developerPayload ) : System

Constructor

보호된 메소드들

메소드 설명
ResponseCodeReceived ( Consts responseCode ) : void
Run ( ) : long

비공개 메소드들

메소드 설명
RequestPurchase ( BillingService outerInstance, string itemId ) : System
RequestPurchase ( BillingService outerInstance, string itemId, string developerPayload ) : System

메소드 상세

RequestPurchase() 공개 메소드

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.
리턴 System

ResponseCodeReceived() 보호된 메소드

protected ResponseCodeReceived ( Consts responseCode ) : void
responseCode Consts
리턴 void

Run() 보호된 메소드

protected Run ( ) : long
리턴 long

프로퍼티 상세

mDeveloperPayload 공개적으로 프로퍼티

public string mDeveloperPayload
리턴 string

mProductId 공개적으로 프로퍼티

public string mProductId
리턴 string

mProductType 공개적으로 프로퍼티

public string mProductType
리턴 string