onPageLoaded

abstract fun onPageLoaded(type: TMPageType = TMPageType.Default, data: String? = null)

This method is called when a page is loaded within the pre-purchase experience. It provides analytics on user navigation to different page types.

Parameters

type

The type of page that was loaded (e.g., artist, venue, or event details).

data

A string containing relevant data for the loaded page, such as an ID, URL, or serialized entity information.