Show / Hide Table of Contents

    Class DeepLinkDefinition

    Inheritance
    System.Object
    DeepLinkDefinition
    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 DeepLinkDefinition

    Constructors

    DeepLinkDefinition(String, String, String, String, String)

    Declaration
    public DeepLinkDefinition(string identifier = null, string serviceType = null, string scheme = null, string host = null, string path = null)
    Parameters
    Type Name Description
    System.String identifier
    System.String serviceType
    System.String scheme
    System.String host
    System.String path

    Properties

    Host

    Declaration
    public string Host { get; }
    Property Value
    Type Description
    System.String

    Identifier

    Declaration
    public string Identifier { get; }
    Property Value
    Type Description
    System.String

    Path

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    System.String

    Scheme

    Declaration
    public string Scheme { get; }
    Property Value
    Type Description
    System.String

    ServiceType

    Declaration
    public string ServiceType { get; }
    Property Value
    Type Description
    System.String
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters