VoicePackageStatus

annotation class 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
Package is currently being downloaded.
Link copied to clipboard
val Installed: Int
Package is installed.
Link copied to clipboard
val NotInstalled: Int
Package is not installed.
Link copied to clipboard
val SystemVoice: Int
VoicePackage is a system voice.
Link copied to clipboard
val Uninstalling: Int
Package is currently in uninstallation process.
Link copied to clipboard
val Unknown: Int
Unknown status.
Link copied to clipboard
val UpdateAvailable: Int
An update for VoicePackage is available.