UxEvent

object UxEvent

User experience event tracking utilities. Provides methods to track various user interface events, interactions, and system responses that occur during the card scanning process.

Types

Link copied to clipboard

Simple UX event types that don't require additional parameters.

Functions

Link copied to clipboard
fun trackAlertDisplayedEvent(alertType: UxEvent.AlertType, sessionNumber: Int)

Tracks alert dialog display events with specific alert types.

Link copied to clipboard
fun trackErrorMessageEvent(errorMessageType: UxEvent.ErrorMessageType, sessionNumber: Int)

Tracks error message display events with specific error message types.

Link copied to clipboard
fun trackHelpCloseEvent(helpCloseType: UxEvent.HelpCloseType, sessionNumber: Int)

Tracks help screen closure events with information about how the help was closed.

Link copied to clipboard

Tracks simple UX events that don't require additional parameters.