Voice Install Listener
Functions
Link copied to clipboard
abstract fun onVoiceInstallFinished(entry: VoiceEntry, @NonNull result: OperationStatus)
Content copied to clipboard
Callback from report that the VoicePackage install is done.
Link copied to clipboard
abstract fun onVoiceInstallProgress( entry: VoiceEntry, bytesDownloaded: Long, totalBytes: Long)
Content copied to clipboard
Callback to report the Voice package install progress.
Link copied to clipboard
abstract fun onVoiceUninstallFinished(entry: VoiceEntry, @NonNull result: OperationStatus)
Content copied to clipboard
Callback from report that the VoicePackage uninstall is done.