AirshipSDK.AirshipAnalytics Class Reference
Airship analytics. More...
Public Member Functions | |
| void | AssociateIdentifier (string key, string? identifier) |
| Associate a custom identifier. | |
| void | TrackScreen (string screenName) |
| Tracks a screen. | |
| void | AddCustomEvent (CustomEvent customEvent) |
| Adds a custom event. | |
| string | GetSessionId () |
| Gets the Airship session ID. | |
Detailed Description
Airship analytics.
Member Function Documentation
◆ AddCustomEvent()
|
inline |
Adds a custom event.
- Parameters
-
customEvent The custom event.
◆ AssociateIdentifier()
Associate a custom identifier.
Previous identifiers will be replaced by the new identifiers each time AssociateIdentifier is called. It is a set operation.
- Parameters
-
key The custom key for the identifier. identifier The value of the identifier, or nullto remove the identifier.
◆ GetSessionId()
|
inline |
Gets the Airship session ID.
The session ID is a UUID that updates on foreground and background.
- Returns
- The session ID.
1.9.8