C# 클래스 Billing.Security.VerifiedPurchase

A class to hold the verified purchase information.
파일 보기 프로젝트 열기: MarkEaton1/Monodroid-InApp-Billing

공개 프로퍼티들

프로퍼티 타입 설명
developerPayload string
notificationId string
orderId string
productId string
purchaseState Consts.PurchaseState
purchaseTime long

공개 메소드들

메소드 설명
VerifiedPurchase ( Consts purchaseState, string notificationId, string productId, string orderId, long purchaseTime, string developerPayload ) : System

메소드 상세

VerifiedPurchase() 공개 메소드

public VerifiedPurchase ( Consts purchaseState, string notificationId, string productId, string orderId, long purchaseTime, string developerPayload ) : System
purchaseState Consts
notificationId string
productId string
orderId string
purchaseTime long
developerPayload string
리턴 System

프로퍼티 상세

developerPayload 공개적으로 프로퍼티

public string developerPayload
리턴 string

notificationId 공개적으로 프로퍼티

public string notificationId
리턴 string

orderId 공개적으로 프로퍼티

public string orderId
리턴 string

productId 공개적으로 프로퍼티

public string productId
리턴 string

purchaseState 공개적으로 프로퍼티

public Consts.PurchaseState purchaseState
리턴 Consts.PurchaseState

purchaseTime 공개적으로 프로퍼티

public long purchaseTime
리턴 long