VoicePackageStatus

Current status of the VoicePackage.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String

Properties

Link copied to clipboard
val Downloading: Int = 5
Package is currently being downloaded.
Link copied to clipboard
val Installed: Int = 2
Package is installed.
Link copied to clipboard
val NotInstalled: Int = 3
Package is not installed.
Link copied to clipboard
val SystemVoice: Int = 1
VoicePackage is a system voice.
Link copied to clipboard
val Uninstalling: Int = 6
Package is currently in uninstallation process.
Link copied to clipboard
val Unknown: Int = 0
Unknown status.
Link copied to clipboard
An update for VoicePackage is available.