C# Class Billing.Security.VerifiedPurchase

A class to hold the verified purchase information.
ファイルを表示 Open project: MarkEaton1/Monodroid-InApp-Billing

Public Properties

Property Type Description
developerPayload string
notificationId string
orderId string
productId string
purchaseState Consts.PurchaseState
purchaseTime long

Public Methods

Method Description
VerifiedPurchase ( Consts purchaseState, string notificationId, string productId, string orderId, long purchaseTime, string developerPayload ) : System

Method Details

VerifiedPurchase() public method

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
return System

Property Details

developerPayload public_oe property

public string developerPayload
return string

notificationId public_oe property

public string notificationId
return string

orderId public_oe property

public string orderId
return string

productId public_oe property

public string productId
return string

purchaseState public_oe property

public Consts.PurchaseState purchaseState
return Consts.PurchaseState

purchaseTime public_oe property

public long purchaseTime
return long