TMPrePurchaseWebAnalyticsListener

Interface for tracking web analytics events in the prepurchase flow.

Functions

Link copied to clipboard
abstract fun errorOnPageLoad(url: URL, error: Exception)

Called when an error occurs during page loading.

Link copied to clipboard
abstract fun errorOnWebpage(url: URL, error: Exception)

Called when an error occurs on a loaded webpage.

Link copied to clipboard
abstract fun onLoadingPage(url: URL)

Called when a webpage starts loading.

Link copied to clipboard
abstract fun onPageLoadComplete(url: URL, duration: Long)

Called when a webpage finishes loading.

Link copied to clipboard
abstract fun onPageLoadProgressBarTimeout(url: URL, duration: Long)

Called when a webpage load exceeds the expected duration.

Link copied to clipboard

Called when a user visits a webpage.

Link copied to clipboard

Called when a user performs an action on a webpage.