UpdateLocationInfo

data class UpdateLocationInfo(val location: Location?, val shouldLoadHomeScreen: Boolean = false)

Represents location update information in the prepurchase flow.

Parameters

location

The Location data for the update, or null if not provided.

shouldLoadHomeScreen

Whether to load the home screen after the update.

Constructors

Link copied to clipboard
constructor(location: Location?, shouldLoadHomeScreen: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard