com.sygic.sdk.voice.VoiceInstallListener Interface Reference
Inheritance diagram for com.sygic.sdk.voice.VoiceInstallListener:
Collaboration diagram for com.sygic.sdk.voice.VoiceInstallListener:

Public Member Functions

void onVoiceInstallProgress (VoiceEntry entry, long bytesDownloaded, long totalBytes)
 
void onVoiceInstallFinished (VoiceEntry entry, @NonNull OperationStatus result)
 
void onVoiceUninstallFinished (VoiceEntry entry, @NonNull OperationStatus result)
 

Member Function Documentation

◆ onVoiceInstallFinished()

void com.sygic.sdk.voice.VoiceInstallListener.onVoiceInstallFinished ( VoiceEntry  entry,
@NonNull OperationStatus  result 
)

Callback from report that the VoicePackage install is done.

◆ onVoiceInstallProgress()

void com.sygic.sdk.voice.VoiceInstallListener.onVoiceInstallProgress ( VoiceEntry  entry,
long  bytesDownloaded,
long  totalBytes 
)

Callback to report the Voice package install progress.

◆ onVoiceUninstallFinished()

void com.sygic.sdk.voice.VoiceInstallListener.onVoiceUninstallFinished ( VoiceEntry  entry,
@NonNull OperationStatus  result 
)

Callback from report that the VoicePackage uninstall is done.


The documentation for this interface was generated from the following file: