Search Results for

    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. Errors could be could be PMKPaymentCancelledByUser or PMKPaymentFailed

    System.String orderId

    order id for the purchase

    System.String entitlementId

    entitlement id for the item in the purchase

    In This Article
    Back to top Generated by DocFX