TMPrePurchaseCountrySelectorListener

Interface for handling country selector events in the prepurchase flow.

Functions

Link copied to clipboard
abstract fun onCountryPickerClosed()

Called when the country picker dialog is closed.

Link copied to clipboard

Called when the country picker dialog is dismissed.

Link copied to clipboard
abstract fun onCountryPickerOpened()

Called when the country picker dialog is opened.

Link copied to clipboard
abstract fun onMarketChange(globalMarketDomain: TMMarketDomain)

Called when the market domain is changed.

Link copied to clipboard
abstract fun updateCountryMarket(market: (TMMarketDomain) -> Unit)

Updates the current market domain.