new AppTracking()
- Source:
Methods
(static) AppTracking#getApplicationID() → {String}
Get the field value
A string representing an application
- Source:
Returns:
- Type
- String
(static) AppTracking#getApplicationName() → {String}
Get the field value
The name of the developer application.
- Source:
Returns:
- Type
- String
(static) AppTracking#getApplicationVersion() → {String}
Get the field value
A string representing a semanticversion. See http://semver.org/
- Source:
Returns:
- Type
- String
(static) AppTracking#getDeveloperAppId() → {String}
Get the field value
The uuid from the developer application. This is typically populated and used only on the back end.
- Source:
Returns:
- Type
- String
(static) AppTracking#getSourceSDK() → {String}
Get the field value
A string representing a SDK
- Source:
Returns:
- Type
- String
(static) AppTracking#getSourceSDKVersion() → {String}
Get the field value
A string representing a semanticversion. See http://semver.org/
- Source:
Returns:
- Type
- String
(static) AppTracking#setApplicationID(applicationID)
Set the field value
A string representing an application
Parameters:
Name | Type | Description |
---|---|---|
applicationID |
String |
- Source:
(static) AppTracking#setApplicationName(applicationName)
Set the field value
The name of the developer application.
Parameters:
Name | Type | Description |
---|---|---|
applicationName |
String |
- Source:
(static) AppTracking#setApplicationVersion(applicationVersion)
Set the field value
A string representing a semanticversion. See http://semver.org/
Parameters:
Name | Type | Description |
---|---|---|
applicationVersion |
String |
- Source:
(static) AppTracking#setDeveloperAppId(developerAppId)
Set the field value
The uuid from the developer application. This is typically populated and used only on the back end.
Parameters:
Name | Type | Description |
---|---|---|
developerAppId |
String |
- Source:
(static) AppTracking#setSourceSDK(sourceSDK)
Set the field value
A string representing a SDK
Parameters:
Name | Type | Description |
---|---|---|
sourceSDK |
String |
- Source:
(static) AppTracking#setSourceSDKVersion(sourceSDKVersion)
Set the field value
A string representing a semanticversion. See http://semver.org/
Parameters:
Name | Type | Description |
---|---|---|
sourceSDKVersion |
String |
- Source: