TMPurchaseUserAnalyticsListener

This listener notifies you about the user actions

Functions

Link copied to clipboard
abstract fun onCheckoutFinished(event: DiscoveryEvent, reason: TMCheckoutEndReason)

This method is called when the checkout process is finished

Link copied to clipboard
abstract fun onCheckoutStarted(event: DiscoveryEvent)

This method is called when the checkout process has started

Link copied to clipboard
abstract fun onManageMyTicketsOpened(event: DiscoveryEvent)

This method will be called when the user has clicked "Manage my Tickets" and will be redirected to the My Events page

Link copied to clipboard
abstract fun onMenuItemSelected(event: DiscoveryEvent, menuItemSelected: TMPurchaseMenuItem)

This method is called when the user selects a menu item

Link copied to clipboard
abstract fun onSubPageOpened(event: DiscoveryEvent, subPage: TMPurchaseSubPage)

This method is called when the user navigated to a sub-page with the EDP or Cart

Link copied to clipboard
abstract fun onTicketPurchased(event: DiscoveryEvent, order: TMPurchaseOrder)

This method is called when the user made a purchase and is currently viewing the Order Confirmation page.

Link copied to clipboard
abstract fun onTicketSelectionFinished(event: DiscoveryEvent, reason: TMTicketSelectionEndReason)

This method is called when the user has finished the ticket selection process

Link copied to clipboard
abstract fun onTicketSelectionStarted(event: DiscoveryEvent)

This method is called when the user opens ticket selection screen