Class AndroidActivatePlatformSupport
This class contains Android 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 AndroidActivatePlatformSupport : IActivatePlatformSupport
Constructors
AndroidActivatePlatformSupport()
Creates a AndroidActivatePlatformSupport that handles app activation from an url or key value pairs.
Declaration
public AndroidActivatePlatformSupport()
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> |