Voice Download
open class VoiceDownload : NativeMethodsReceiver, SygicContext.OnContextDestroyListener
Content copied to clipboard
Types
Available Voices Callback
Link copied to clipboard
interface AvailableVoicesCallback
Content copied to clipboard
Functions
add Voice Installation Listener
Link copied to clipboard
open fun addVoiceInstallationListener(listener: VoiceInstallListener, @Nullable executor: Executor)
Content copied to clipboard
Registers a VoiceInstallListener.
cancel Download
Link copied to clipboard
get Available Voice List
Link copied to clipboard
open fun getAvailableVoiceList(@NonNull callback: VoiceDownload.AvailableVoicesCallback)
Content copied to clipboard
open fun getAvailableVoiceList(@NonNull callback: VoiceDownload.AvailableVoicesCallback, @Nullable executor: Executor)
Content copied to clipboard
Returns all available voices.
install Voice
Link copied to clipboard
Requests the installation of voice package.
on Context Destroy
Link copied to clipboard
open fun onContextDestroy()
Content copied to clipboard
remove Voice Installation Listener
Link copied to clipboard
Removes a VoiceInstallListener.
uninstall Voice
Link copied to clipboard
Request the uninstallation of voice package.