sdk
sdk
/
com.sygic.sdk.voice
/
VoiceEntry
/
VoicePackageStatus
Voice
Package
Status
@
Retention
(
value
=
RetentionPolicy.CLASS
)
annotation class
VoicePackageStatus
Content copied to clipboard
Current status of the VoicePackage.
Functions
Properties
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Content copied to clipboard
Properties
Downloading
Link copied to clipboard
val
Downloading
:
Int
Content copied to clipboard
Package is currently being downloaded.
Installed
Link copied to clipboard
val
Installed
:
Int
Content copied to clipboard
Package is installed.
NotInstalled
Link copied to clipboard
val
NotInstalled
:
Int
Content copied to clipboard
Package is not installed.
SystemVoice
Link copied to clipboard
val
SystemVoice
:
Int
Content copied to clipboard
VoicePackage is a system voice.
Uninstalling
Link copied to clipboard
val
Uninstalling
:
Int
Content copied to clipboard
Package is currently in uninstallation process.
Unknown
Link copied to clipboard
val
Unknown
:
Int
Content copied to clipboard
Unknown status.
UpdateAvailable
Link copied to clipboard
val
UpdateAvailable
:
Int
Content copied to clipboard
An update for VoicePackage is available.