Class DeepLinkServicesUnitySettings.AndroidPlatformProperties
Inheritance
System.Object
DeepLinkServicesUnitySettings.AndroidPlatformProperties
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 AndroidPlatformProperties
Constructors
AndroidPlatformProperties(DeepLinkDefinition[], DeepLinkDefinition[])
Declaration
public AndroidPlatformProperties(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 |