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