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