Class EditorActivatePlatformSupport
This class contains Unity Editor platform-specific logic to handle app activation from an url or key value pairs.
Implements
Inherited Members
Namespace: Unity.DigitalTwins.Identity.Runtime
Assembly: solution.dll
Syntax
public class EditorActivatePlatformSupport : IActivatePlatformSupport
Constructors
EditorActivatePlatformSupport()
Creates a EditorActivatePlatformSupport that handles app activation from an url or key value pairs.
Declaration
public EditorActivatePlatformSupport()
Properties
ActivationKeyValue
The key value pairs used to activate the application.
Declaration
public Dictionary<string, string> ActivationKeyValue { get; }
Property Value
Type | Description |
---|---|
Dictionary<String, String> |
ActivationUrl
The url used to activate the application.
Declaration
public string ActivationUrl { get; }
Property Value
Type | Description |
---|---|
String |
Events
DeepLinkActivated
Triggered whenever the running app is activated from a link.
Declaration
public event Action<Uri> DeepLinkActivated
Event Type
Type | Description |
---|---|
Action<Uri> |