PurchaseProduct

This reference document contains the details of the PurchaseProduct function of NowGGPaymentsSdkManager class and its methods.

public void PurchaseProduct(string productId)
 {
     NowGGPaymentsSdkManager.Instance.PurchaseProduct(productId);
 }

Parameters

Type Param Description
string productId Unique identifier for the purchased product.
string orderId Returns a unique identifier for the transaction.
string originalJson Returns a string in JSON containing details of the purchase order.
string packageName Returns the application package from which the purchase originated.
long purchaseTime Returns the time of purchase.
string purchaseToken Returns the unique identifier purchase token.
string signature Returns the string containing the purchase signature signed using the developer’s private key.
boolean autoRenewing Returns if the purchase is auto-renewing.
string developerPayload Returns developer payload, if any.
×
Text copied to clipboard
Link copied to clipbord
Questions? Please reach out to us at dev-support@now.gg