TMPrePurchaseNavigationListener

Interface for handling navigation events in the prepurchase flow.

Functions

Link copied to clipboard
abstract fun onDidRequestCurrentLocation(globalMarketDomain: TMMarketDomain?, completion: (Location?) -> Unit)

Called when the user requests their current location.

Link copied to clipboard

Called when the user requests the native location selector.

Link copied to clipboard
abstract fun onDidUpdateCurrentLocation(globalMarketDomain: TMMarketDomain?, location: Location)

Called when the user updates their current location.

Link copied to clipboard

Called when the back button is pressed in the prepurchase flow.

Link copied to clipboard
abstract fun onPrePurchaseClosed()

Called when there are no more screens in the prepurchase back stack.

Link copied to clipboard
abstract fun openEventDetailsPage(abstractEntity: DiscoveryAbstractEntity?, event: DiscoveryEvent)

Called when a user selects an event from an Artist or Venue Details Page.

Link copied to clipboard
abstract fun updateCurrentLocation(updateLocationInfo: (UpdateLocationInfo) -> Unit)

Allows updating the web view with a custom location.