Method Validate
Validate(string)
Validates a receipt.
Declaration
public IPurchaseReceipt[] Validate(string unityIAPReceipt)
Parameters
Type | Name | Description |
---|---|---|
string | unityIAPReceipt | The receipt to be validated. |
Returns
Type | Description |
---|---|
IPurchaseReceipt[] | An array of receipts parsed from the validation process |
Validate(string)
Validates a receipt.
Declaration
public IPurchaseReceipt[] Validate(string unityIAPReceipt)
Parameters
Type | Name | Description |
---|---|---|
string | unityIAPReceipt | The receipt to be validated. |
Returns
Type | Description |
---|---|
IPurchaseReceipt[] | An array of receipts parsed from the validation process |