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
    Canceled
    FLKBufferTooSmall
    FLKCloudStorageConflict
    FLKFileNotFound
    FLKFileTooBig
    Generic
    INKCustomEventJsonInvalid
    INKCustomEventJsonTooBig
    INKFirstGameplayEventAlreadySent
    InternalError
    InvalidArguments
    Ok
    PMKPaymentDeclined
    PMKProductNotFound
    PTKNoInviteLoading
    SDKAlreadyCreated
    SDKAlreadyInitialized
    SDKHostConnectionError
    SDKHostDisconnected
    SDKNotConnected
    SDKNotInitialized
    SDKReportGameLoadedCalledMultipleTimes

    Extension Methods

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