public interface SdlManagerListener extends BaseSdlManagerListener
| Modifier and Type | Method and Description |
|---|---|
LifecycleConfigurationUpdate |
managerShouldUpdateLifecycle(Language language,
Language hmiLanguage)
Called when the SDL manager detected a language mismatch.
|
void |
onDestroy()
Called when the manager is destroyed
|
void |
onError(String info,
Exception e)
Called when the manager encounters an error
|
void |
onStart()
Called when a manager is ready for use
|
boolean |
onSystemInfoReceived(SystemInfo systemInfo)
A way to determine if this SDL session should continue to be active while
connected to the determined system information of the vehicle.
|
void onStart()
void onDestroy()
void onError(String info, Exception e)
info - info regarding the errore - the exceptionLifecycleConfigurationUpdate managerShouldUpdateLifecycle(Language language, Language hmiLanguage)
language - The VR+TTS language of the connected head unit the manager is trying to update the configuration.hmiLanguage - The HMI display language of the connected head unit the manager is trying to update the configuration.boolean onSystemInfoReceived(SystemInfo systemInfo)
systemInfo - systemInfo - the system information of the vehicle that this session is currently active on.