C# 클래스 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.
상속: BillingRequest
파일 보기 프로젝트 열기: MarkEaton1/Monodroid-InApp-Billing

공개 프로퍼티들

프로퍼티 타입 설명
mProductType string

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Run ( ) : long

비공개 메소드들

메소드 설명
CheckBillingSupported ( BillingService outerInstance ) : System

메소드 상세

CheckBillingSupported() 공개 메소드

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

Run() 보호된 메소드

protected Run ( ) : long
리턴 long

프로퍼티 상세

mProductType 공개적으로 프로퍼티

public string mProductType
리턴 string