Show / Hide Table of Contents

    Class DeepLinkServices

    Inheritance
    System.Object
    DeepLinkServices
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public static class DeepLinkServices

    Properties

    Delegate

    Declaration
    public static IDeepLinkServicesDelegate Delegate { get; set; }
    Property Value
    Type Description
    IDeepLinkServicesDelegate

    UnitySettings

    Declaration
    public static DeepLinkServicesUnitySettings UnitySettings { get; }
    Property Value
    Type Description
    DeepLinkServicesUnitySettings

    Methods

    IsAvailable()

    Declaration
    public static bool IsAvailable()
    Returns
    Type Description
    System.Boolean

    Events

    OnCustomSchemeUrlOpen

    Event that will be called when url scheme is opened.

    Declaration
    public static event Callback<DeepLinkServicesDynamicLinkOpenResult> OnCustomSchemeUrlOpen
    Event Type
    Type Description
    Callback<DeepLinkServicesDynamicLinkOpenResult>

    OnUniversalLinkOpen

    Event that will be called when universal link is opened.

    Declaration
    public static event Callback<DeepLinkServicesDynamicLinkOpenResult> OnUniversalLinkOpen
    Event Type
    Type Description
    Callback<DeepLinkServicesDynamicLinkOpenResult>
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters