Billing.Security.VerifiedPurchase.VerifiedPurchase C# (CSharp) Метод

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
            public VerifiedPurchase(Consts.PurchaseState purchaseState, string notificationId, string productId, string orderId, long purchaseTime, string developerPayload)
            {
                this.purchaseState = purchaseState;
                this.notificationId = notificationId;
                this.productId = productId;
                this.orderId = orderId;
                this.purchaseTime = purchaseTime;
                this.developerPayload = developerPayload;
            }
Security.VerifiedPurchase