docs.unity3d.com
    Show / Hide Table of Contents

    Class PlatformServices

    Inheritance
    Object
    PlatformServices
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Assets.Documentation.Management
    Syntax
    public static class PlatformServices

    Properties

    AssetRepository

    Returns an IAssetRepository.

    Declaration
    public static IAssetRepository AssetRepository { get; }
    Property Value
    Type Description
    IAssetRepository

    AuthenticationStateProvider

    Returns a .

    Declaration
    public static IAuthenticationStateProvider AuthenticationStateProvider { get; }
    Property Value
    Type Description
    IAuthenticationStateProvider

    Authenticator

    Returns a .

    Declaration
    public static ICompositeAuthenticator Authenticator { get; }
    Property Value
    Type Description
    ICompositeAuthenticator

    OrganizationProvider

    Returns an IOrganizationProvider.

    Declaration
    public static IOrganizationProvider OrganizationProvider { get; }
    Property Value
    Type Description
    IOrganizationProvider

    Methods

    Create()

    Declaration
    public static void Create()

    InitializeAsync()

    A Task that initializes all platform services.

    Declaration
    public static async Task InitializeAsync()
    Returns
    Type Description
    Task

    A Task.

    ShutDownServices()

    Shuts down all platform services.

    Declaration
    public static void ShutDownServices()
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023