VoicePackageStatus

annotation class VoicePackageStatus

Current status of the VoicePackage.

Functions

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

Properties

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