C# Class Billing.Security.VerifiedPurchase

A class to hold the verified purchase information.
Show file 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 property

public string developerPayload
return string

notificationId public property

public string notificationId
return string

orderId public property

public string orderId
return string

productId public property

public string productId
return string

purchaseState public property

public Consts.PurchaseState purchaseState
return Consts.PurchaseState

purchaseTime public property

public long purchaseTime
return long