Show / Hide Table of Contents

    Class DeepLinkServicesUnitySettings

    Inheritance
    System.Object
    DeepLinkServicesUnitySettings
    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class DeepLinkServicesUnitySettings : NativeFeatureUnitySettingsBase

    Constructors

    DeepLinkServicesUnitySettings(Boolean, DeepLinkServicesUnitySettings.IosPlatformProperties, DeepLinkServicesUnitySettings.AndroidPlatformProperties)

    Declaration
    public DeepLinkServicesUnitySettings(bool enabled = true, DeepLinkServicesUnitySettings.IosPlatformProperties iosProperties = null, DeepLinkServicesUnitySettings.AndroidPlatformProperties androidProperties = null)
    Parameters
    Type Name Description
    System.Boolean enabled
    DeepLinkServicesUnitySettings.IosPlatformProperties iosProperties
    DeepLinkServicesUnitySettings.AndroidPlatformProperties androidProperties

    Properties

    AndroidProperties

    Declaration
    public DeepLinkServicesUnitySettings.AndroidPlatformProperties AndroidProperties { get; }
    Property Value
    Type Description
    DeepLinkServicesUnitySettings.AndroidPlatformProperties

    IosProperties

    Declaration
    public DeepLinkServicesUnitySettings.IosPlatformProperties IosProperties { get; }
    Property Value
    Type Description
    DeepLinkServicesUnitySettings.IosPlatformProperties

    Methods

    AddCustomSchemeUrl(DeepLinkDefinition, NativePlatform)

    Declaration
    public void AddCustomSchemeUrl(DeepLinkDefinition definition, NativePlatform platform)
    Parameters
    Type Name Description
    DeepLinkDefinition definition
    NativePlatform platform

    AddUniversalLink(DeepLinkDefinition, NativePlatform)

    Declaration
    public void AddUniversalLink(DeepLinkDefinition definition, NativePlatform platform)
    Parameters
    Type Name Description
    DeepLinkDefinition definition
    NativePlatform platform

    GetCustomSchemeUrlsForPlatform(NativePlatform)

    Declaration
    public DeepLinkDefinition[] GetCustomSchemeUrlsForPlatform(NativePlatform platform)
    Parameters
    Type Name Description
    NativePlatform platform
    Returns
    Type Description
    DeepLinkDefinition[]

    GetFeatureName()

    Declaration
    protected override string GetFeatureName()
    Returns
    Type Description
    System.String

    GetUniversalLinksForPlatform(NativePlatform)

    Declaration
    public DeepLinkDefinition[] GetUniversalLinksForPlatform(NativePlatform platform)
    Parameters
    Type Name Description
    NativePlatform platform
    Returns
    Type Description
    DeepLinkDefinition[]
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters