Analytics


Methods

IDigitalIdentityEventTracker interface has the following methods

track

fun track(eventName: String, eventProperties: Map<String, Any?>, productName: String? = null)

The track method is used to record analytics or telemetry events related to user interactions. It is triggered whenever a relevant event occurs within the digital identity flow.

  • eventName: A descriptive name representing the event.
  • eventProperties: A map of additional data associated with the event.
  • productName (optional): A tag to indicate which product or feature area the event is related to.