Show / Hide Table of Contents

    Class DeepLinkServicesUnitySettings.IosPlatformProperties

    Inheritance
    System.Object
    DeepLinkServicesUnitySettings.IosPlatformProperties
    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 class IosPlatformProperties

    Constructors

    IosPlatformProperties(DeepLinkDefinition[], DeepLinkDefinition[])

    Declaration
    public IosPlatformProperties(DeepLinkDefinition[] customSchemeUrls = null, DeepLinkDefinition[] universalLinks = null)
    Parameters
    Type Name Description
    DeepLinkDefinition[] customSchemeUrls
    DeepLinkDefinition[] universalLinks

    Properties

    CustomSchemeUrls

    Declaration
    public DeepLinkDefinition[] CustomSchemeUrls { get; }
    Property Value
    Type Description
    DeepLinkDefinition[]

    UniversalLinks

    Declaration
    public DeepLinkDefinition[] UniversalLinks { get; }
    Property Value
    Type Description
    DeepLinkDefinition[]

    Methods

    AddCustomSchemeUrl(DeepLinkDefinition)

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

    AddUniversalLink(DeepLinkDefinition)

    Declaration
    public void AddUniversalLink(DeepLinkDefinition definition)
    Parameters
    Type Name Description
    DeepLinkDefinition definition
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters