Search Results for

    Show / Hide Table of Contents

    Enum Result

    Trail API result to show errors instead of printing exceptions. Using Exception support in browser add a lot of overhead.

    Namespace: Trail
    Assembly: Trail.dll
    Syntax
    public enum Result : int

    Fields

    Name Description
    AUKAlreadyLoggedIn
    AUKUserDidNotSignUp
    Canceled
    FLKBufferTooSmall
    FLKCloudStorageConflict
    FLKFileNotFound
    FLKFileTooBig
    Generic
    INKCustomEventJsonInvalid
    INKCustomEventJsonTooBig
    INKFirstGameplayEventAlreadySent
    InternalError
    InvalidArguments
    Ok
    PMKPaymentCancelledByUser

    The user cancelled the payment by closing the payment flow.

    PMKPaymentDeclined

    Obsolete, use PMKPaymentCancelledByUser instead.

    PMKPaymentFailed

    An error occurred that made the user unable to complete the payment. For example: The payment was declined by the payment processor or the user’s bank, or the user’s payment method could not be saved due to invalid card details or an error.

    PMKProductNotFound
    PTKNoInviteLoading
    SDKAlreadyCreated
    SDKAlreadyInitialized
    SDKHostConnectionError
    SDKHostDisconnected
    SDKNotConnected
    SDKNotInitialized
    SDKReportGameLoadedCalledMultipleTimes

    Extension Methods

    TrailResultExtensions.IsError()
    TrailResultExtensions.IsOk()
    In This Article
    Back to top Generated by DocFX