UALPageViewMapper

Maps JSON data to 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 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.