Interface IActivatePlatformSupport
This interface abstracts platform-specific logic to handle application activation from a URL or key value pairs.
Namespace: Unity.Cloud.Identity
Syntax
public interface IActivatePlatformSupport
Properties
ActivationKeyValue
The key value pairs used to activate the application.
Declaration
Dictionary<string, string> ActivationKeyValue { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<String, String> |
ActivationUrl
The URL used to activate the application.
Declaration
string ActivationUrl { get; }
Property Value
| Type | Description |
|---|---|
| String |