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