docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PlatformSupportFactory

    A static factory that handles instantiation of platform-specific IActivatePlatformSupport and IAuthenticationPlatformSupport.

    Inheritance
    object
    PlatformSupportFactory
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Identity.Runtime
    Assembly: Unity.Cloud.Identity.Runtime.dll
    Syntax
    public static class PlatformSupportFactory

    Methods

    GetAuthenticationPlatformSupport(IUrlRedirectionInterceptor, IAppIdProvider, IAppNamespaceProvider, string)

    A static factory that handles instantiation of a platform-specific IAuthenticationPlatformSupport.

    Declaration
    public static IAuthenticationPlatformSupport GetAuthenticationPlatformSupport(IUrlRedirectionInterceptor urlRedirectionInterceptor = null, IAppIdProvider appIdProvider = null, IAppNamespaceProvider appNamespaceProvider = null, string cacheStorePath = null)
    Parameters
    Type Name Description
    IUrlRedirectionInterceptor urlRedirectionInterceptor

    An optional Unity.Cloud.AppLinking.IUrlRedirectionInterceptor instance.

    IAppIdProvider appIdProvider

    An optional Unity.Cloud.Common.IAppIdProvider instance.

    IAppNamespaceProvider appNamespaceProvider

    An optional Unity.Cloud.Common.IAppNamespaceProvider instance.

    string cacheStorePath

    An optional full path to a readable/writable directory.

    Returns
    Type Description
    IAuthenticationPlatformSupport

    A platform-specific IAuthenticationPlatformSupport instance.

    Exceptions
    Type Condition
    NotImplementedException

    Throws a NotImplementedException if current execution platform cannot be determined.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)