UALPageViewMapper

Maps JSON data to com.ticketmaster.prepurchase.discovery.entity.UALPageView objects for analytics in the prepurchase flow.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun fromMap(pageView: Map<String, String>): UALPageView

Creates a com.ticketmaster.prepurchase.discovery.entity.UALPageView from a map of page view data.

Link copied to clipboard
fun jsonStringToMap(jsonString: String): Map<String, Any>

Converts a JSON string to a map for analytics processing.