Class DeepLinkServicesUnitySettings
Inheritance
System.Object
DeepLinkServicesUnitySettings
Assembly: cs.temp.dll.dll
Syntax
public class DeepLinkServicesUnitySettings : NativeFeatureUnitySettingsBase
Constructors
Declaration
public DeepLinkServicesUnitySettings(bool enabled = true, DeepLinkServicesUnitySettings.IosPlatformProperties iosProperties = null, DeepLinkServicesUnitySettings.AndroidPlatformProperties androidProperties = null)
Parameters
Properties
AndroidProperties
Declaration
public DeepLinkServicesUnitySettings.AndroidPlatformProperties AndroidProperties { get; }
Property Value
IosProperties
Declaration
public DeepLinkServicesUnitySettings.IosPlatformProperties IosProperties { get; }
Property Value
Methods
Declaration
public void AddCustomSchemeUrl(DeepLinkDefinition definition, NativePlatform platform)
Parameters
Declaration
public void AddUniversalLink(DeepLinkDefinition definition, NativePlatform platform)
Parameters
Declaration
public DeepLinkDefinition[] GetCustomSchemeUrlsForPlatform(NativePlatform platform)
Parameters
Type |
Name |
Description |
NativePlatform |
platform |
|
Returns
GetFeatureName()
Declaration
protected override string GetFeatureName()
Returns
Type |
Description |
System.String |
|
Declaration
public DeepLinkDefinition[] GetUniversalLinksForPlatform(NativePlatform platform)
Parameters
Type |
Name |
Description |
NativePlatform |
platform |
|
Returns