AppTrackingInfo

data class AppTrackingInfo(val userName: String? = null, val groupIDs: List<String>? = emptyList(), val difficultyPreference: String? = null, val selectedResort: String? = null, val permissions: String? = null)

Data class representing the payload for tracking.

Constructors

Link copied to clipboard
constructor(userName: String? = null, groupIDs: List<String>? = emptyList(), difficultyPreference: String? = null, selectedResort: String? = null, permissions: String? = null)

Properties

Link copied to clipboard

The difficulty preference associated with the tracking.

Link copied to clipboard

The list of group IDs associated with the tracking. Default is an empty list.

Link copied to clipboard
val permissions: String? = null

The permissions associated with the tracking.

Link copied to clipboard
val selectedResort: String? = null

The selected resort associated with the tracking.

Link copied to clipboard
val userName: String? = null

The username associated with the breadcrumb.