Software Update Info
data class SoftwareUpdateInfo( val version: String = "", val updateUrl: String = "", val updateType: SoftwareUpdateType = SoftwareUpdateType.NONE) : Parcelable
Content copied to clipboard
It provides information about software update
Since
3.12.0.0-5
Parameters
version
The version of the update if an update is found, otherwise empty
update Url
The url of the update if an update is found, otherwise empty
update Type
The type of software update if an update is found, otherwise NONE
Constructors
Link copied to clipboard
fun SoftwareUpdateInfo( version: String = "", updateUrl: String = "", updateType: SoftwareUpdateType = SoftwareUpdateType.NONE)
Content copied to clipboard