Interface IReceiptValidation
Assembly: cs.temp.dll.dll
Syntax
public interface IReceiptValidation
Methods
Creates a form from a Product properly encrypted and signed for validation for 3rd party Game Services
Declaration
WWWForm CreatePurchaseForm(Product product, string secret, string app)
Parameters
Type |
Name |
Description |
Product |
product |
The product to create the form from
|
String |
secret |
The secret key
|
String |
app |
The app name supplied to Game Services
|
Returns
Type |
Description |
WWWForm |
WWWForm with signature
|
EncodeForPHP(String)
Declaration
string EncodeForPHP(string payload)
Parameters
Type |
Name |
Description |
String |
payload |
|
Returns
GetReceipt(String)
Declaration
string GetReceipt(string jsonString)
Parameters
Type |
Name |
Description |
String |
jsonString |
|
Returns