java.lang.Object
com.smartdevicelink.managers.BaseSdlManager
This is the main point of contact between an application and SDL
It is broken down to these areas:
1. SDLManagerBuilder
2. ISdl Interface along with its overridden methods - This can be passed into attached managers
3. Sending Requests
4. Helper methods
public SdlManager()
Starts up a SdlManager, and calls provided callback called once all BaseSubManagers are done setting up
public void start()
protected void initialize()
Dispose SdlManager and clean its resources Note: new instance of SdlManager should be created on every connection. SdlManager cannot be reused after getting disposed.
public synchronized void dispose()
Gets the VideoStreamManager.
The VideoStreamManager returned will only be not null if the registered app type is
either NAVIGATION or PROJECTION. Once the VideoStreamManager is retrieved, its start()
method will need to be called before use.
Note: VideoStreamManager should be used only after SdlManager.start() CompletionListener callback is completed successfully.
public com.smartdevicelink.managers.video.VideoStreamManager getVideoStreamManager()
Gets the AudioStreamManager.
The AudioStreamManager returned will only be not null if the registered app type is
either NAVIGATION or PROJECTION. Once the AudioStreamManager is retrieved, its start()
method will need to be called before use.
Note: AudioStreamManager should be used only after SdlManager.start() CompletionListener callback is completed successfully.
public com.smartdevicelink.managers.audio.AudioStreamManager getAudioStreamManager()
Gets the LockScreenManager.
Note: LockScreenManager should be used only after SdlManager.start() CompletionListener callback is completed successfully.
public com.smartdevicelink.managers.lockscreen.LockScreenManager getLockScreenManager()
protected com.smartdevicelink.managers.lockscreen.LockScreenConfig getLockScreenConfig()
From Class | Methods |
---|---|
com.smartdevicelink.managers.BaseSdlManager | dispose, checkLifecycleConfiguration, getState, transitionToState, start, getAppName, getAppId, getShortAppName, getMinimumProtocolVersion, getMinimumRPCVersion, getHmiLanguage, getLanguage, getDayColorScheme, getNightColorScheme, getAppTypes, getVrSynonyms, getTtsChunks, getTransport, getFileManagerConfig, getPermissionManager, getFileManager, getScreenManager, getSystemCapabilityManager, getRegisterAppInterfaceResponse, getCurrentHMIStatus, getAuthToken, sendRPC, sendSequentialRPCs, sendRPCs, addOnRPCNotificationListener, removeOnRPCNotificationListener, addOnRPCRequestListener, removeOnRPCRequestListener, startRPCEncryption |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |