Show / Hide Table of Contents

    Interface IReceiptValidation

    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IReceiptValidation

    Methods

    CreatePurchaseForm(Product, String, String)

    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
    Type Description
    String

    GetReceipt(String)

    Declaration
    string GetReceipt(string jsonString)
    Parameters
    Type Name Description
    String jsonString
    Returns
    Type Description
    String
    Back to top Copyright © 2020 East Side Games Inc.