Methods
(static) trackState(state, contextData)
Track app state.
Parameters:
Name | Type | Description |
---|---|---|
state |
string | State |
contextData |
object | Context data assosiated with the state. |
(static) trackAction(action, contextData)
Track app action.
Parameters:
Name | Type | Description |
---|---|---|
action |
string | Action |
contextData |
object | Context data associated with the action. |
(static) getTrackingIdentifier(callback)
Raises callback with valid AID or null on failure.
Parameters:
Name | Type | Description |
---|---|---|
callback |
ADBMobile.analytics~aidCallback | AID Callback |
Type Definitions
aidCallback(aid)
This callback returns back the AID
Parameters:
Name | Type | Description |
---|---|---|
aid |
string | Valid AID value or null. |