sdk
sdk
/
com.sygic.sdk.voice
/
VoiceInstallListener
Voice
Install
Listener
interface
VoiceInstallListener
:
NativeMethodsReceiver.NativeListener
Functions
Functions
on
Voice
Install
Finished
Link copied to clipboard
abstract
fun
onVoiceInstallFinished
(
entry
:
VoiceEntry
,
@
NonNull
result
:
OperationStatus
)
Callback from report that the VoicePackage install is done.
on
Voice
Install
Progress
Link copied to clipboard
abstract
fun
onVoiceInstallProgress
(
entry
:
VoiceEntry
,
bytesDownloaded
:
Long
,
totalBytes
:
Long
)
Callback to report the Voice package install progress.
on
Voice
Uninstall
Finished
Link copied to clipboard
abstract
fun
onVoiceUninstallFinished
(
entry
:
VoiceEntry
,
@
NonNull
result
:
OperationStatus
)
Callback from report that the VoicePackage uninstall is done.