C# Class Billing.Security.VerifiedPurchase

A class to hold the verified purchase information.
Afficher le fichier Open project: MarkEaton1/Monodroid-InApp-Billing

Méthodes publiques

Свойство Type Description
developerPayload string
notificationId string
orderId string
productId string
purchaseState Consts.PurchaseState
purchaseTime long

Méthodes publiques

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

Method Details

VerifiedPurchase() public méthode

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
Résultat System

Property Details

developerPayload public_oe property

public string developerPayload
Résultat string

notificationId public_oe property

public string notificationId
Résultat string

orderId public_oe property

public string orderId
Résultat string

productId public_oe property

public string productId
Résultat string

purchaseState public_oe property

public Consts.PurchaseState purchaseState
Résultat Consts.PurchaseState

purchaseTime public_oe property

public long purchaseTime
Résultat long