docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IActivatePlatformSupport

    An interface that abstracts platform-specific logic to handle application activation from a URL or key value pairs.

    Namespace: Unity.Cloud.AppLinking
    Assembly: Unity.Cloud.AppLinking.dll
    Syntax
    public interface IActivatePlatformSupport

    Properties

    ActivationKeyValue

    Retrieves the key value pairs used to activate the application.

    Declaration
    Dictionary<string, string> ActivationKeyValue { get; }
    Property Value
    Type Description
    Dictionary<string, string>

    ActivationUrl

    Retrieves the URL used to activate the application.

    Declaration
    string ActivationUrl { get; }
    Property Value
    Type Description
    string

    HostUrl

    Retrieves the URL used to activate the application.

    Declaration
    string HostUrl { get; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 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)