Show / Hide Table of Contents

    Delegate PaymentsKit.RequestPaymentCallback

    Callback when receiving result from payment.

    Namespace: Trail
    Assembly: Trail.dll
    Syntax
    public delegate void RequestPaymentCallback(Result result, string orderId, string entitlementId);
    Parameters
    Type Name Description
    Result result

    Result whether request payment succeeded or not.

    System.String orderId

    order id for the purchase

    System.String entitlementId

    entitlement id for the item in the purchase

    Back to top Generated by DocFX