SoftwareUpdateInfo

fun SoftwareUpdateInfo(    version: String = "",     updateUrl: String = "",     updateType: SoftwareUpdateType = SoftwareUpdateType.NONE)

Parameters

version

The version of the update if an update is found, otherwise empty

updateUrl

The url of the update if an update is found, otherwise empty

updateType

The type of software update if an update is found, otherwise NONE