Class AnalyticsConstants
Contains message constants for the Analytics module.
Inheritance
System.Object
AnalyticsConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Appearition.SDK.dll
Syntax
public static class AnalyticsConstants
Fields
View Source
ACTIVITY_NO_CODE
Declaration
public const string ACTIVITY_NO_CODE = "The activity of key {0} did not contain any Activity Code. Make sure to provide one before adding it to the current session."
Field Value
Type |
Description |
System.String |
|
View Source
ACTIVITY_NULL
Declaration
public const string ACTIVITY_NULL = "A null activity was provided as part of the current session."
Field Value
Type |
Description |
System.String |
|
View Source
ACTIVITY_SUCCESSFULLY_ADDED_TO_SESSION
Declaration
public const string ACTIVITY_SUCCESSFULLY_ADDED_TO_SESSION = "An activity with key {0} was successfully added to the session of key {1}"
Field Value
Type |
Description |
System.String |
|
View Source
ACTIVITY_SUCCESSFULLY_UPDATED_IN_SESSION
Declaration
public const string ACTIVITY_SUCCESSFULLY_UPDATED_IN_SESSION = "An activity with key {0} was successfully updated in the session of key {1}"
Field Value
Type |
Description |
System.String |
|
View Source
ACTIVITY_SYNCED_FAILURE
Declaration
public const string ACTIVITY_SYNCED_FAILURE = "An issue occured when trying to sync the activity of key {0} and code {1}. The data was successfully saved and the sync will be attempted again later."
Field Value
Type |
Description |
System.String |
|
View Source
ACTIVITY_SYNCED_SUCCESS
Declaration
public const string ACTIVITY_SYNCED_SUCCESS = "The activity of key {0} and code {1} was successfully synced as part of the session of key {2}."
Field Value
Type |
Description |
System.String |
|
View Source
SESSION_BEGAN_FAILURE
Declaration
public const string SESSION_BEGAN_FAILURE = "An issue occured when trying to sync the start of the session of key {0} with the EMS. The data was successfully saved and the sync will be attempted again later."
Field Value
Type |
Description |
System.String |
|
View Source
SESSION_BEGAN_SUCCESS
Declaration
public const string SESSION_BEGAN_SUCCESS = "The start of a new session of key {0} has successfully been synced with the EMS."
Field Value
Type |
Description |
System.String |
|
View Source
SESSION_CONTENT_SAVED_LOCALLY
Declaration
public const string SESSION_CONTENT_SAVED_LOCALLY = "The content of the session of key {0} was successfully saved locally."
Field Value
Type |
Description |
System.String |
|
View Source
SESSION_CREATED_INFO
Declaration
public const string SESSION_CREATED_INFO = "New ongoing session of key {0} has started."
Field Value
Type |
Description |
System.String |
|
View Source
SESSION_END_FAILURE
Declaration
public const string SESSION_END_FAILURE = "An issue occured when trying to sync the closure of the session of key {0}. The data was successfully saved and the sync will be attempted again later."
Field Value
Type |
Description |
System.String |
|
View Source
SESSION_END_SUCCESS
Declaration
public const string SESSION_END_SUCCESS = "The closure of the session of key {0} was successfully synced with the EMS."
Field Value
Type |
Description |
System.String |
|
View Source
SESSION_FILE_EXTENSION
Declaration
public const string SESSION_FILE_EXTENSION = ".session"
Field Value
Type |
Description |
System.String |
|
View Source
SESSION_SYNC_TIMEOUT
Declaration
public const float SESSION_SYNC_TIMEOUT = 10F
Field Value
Type |
Description |
System.Single |
|
View Source
SYNC_WITH_EMS_REQUESTED
Declaration
public const string SYNC_WITH_EMS_REQUESTED = "Analytics sync with EMS has been requested."
Field Value
Type |
Description |
System.String |
|
View Source
SYNC_WITH_EMS_SUCCESSFULLY_COMPLETED
Declaration
public const string SYNC_WITH_EMS_SUCCESSFULLY_COMPLETED = "The analytics data sync with the EMS was successfully completed. {1} sessions were synced."
Field Value
Type |
Description |
System.String |
|
View Source
SYNC_WITH_EMS_TIMEOUT
Declaration
public const string SYNC_WITH_EMS_TIMEOUT = "The analytics sync with the EMS resulted with a timeout."
Field Value
Type |
Description |
System.String |
|