MTOfflineContext

data class MTOfflineContext(val url: String, val resourceId: String? = null)

Provides additional context for an offline error.

Constructors

constructor(url: String, resourceId: String? = null)

Properties

val resourceId: String? = null

An optional identifier for the resource (e.g., Tile ID, Source ID).

val url: String

The URL of the resource that failed to download.