ResumedMapInstallerOperation

data class ResumedMapInstallerOperation(val iso: String, val taskHandle: MapInstaller.Task)

Class representing data of a resumed map install or update.

Constructors

Link copied to clipboard
fun ResumedMapInstallerOperation(iso: String, taskHandle: MapInstaller.Task)

Properties

Link copied to clipboard
val iso: String
Link copied to clipboard
val taskHandle: MapInstaller.Task