//sorisdk/com.iplateia.sorisdk/DatabaseUpdateState
DatabaseUpdateState
[androidJvm]
@Serializable
data class DatabaseUpdateState(val downloadedPath: String, val version: String, val downloadTime: Long)
Represents the state of a pending database update.
Constructors
DatabaseUpdateState | [androidJvm] constructor(downloadedPath: String, version: String, downloadTime: Long) |
Properties
Name | Summary |
---|---|
downloadedPath | [androidJvm] val downloadedPath: String The path to the downloaded audiopack file. |
downloadTime | [androidJvm] val downloadTime: Long The timestamp when the audiopack was downloaded. |
version | [androidJvm] val version: String The version of the downloaded audiopack. |