public class LockScreenManager extends BaseSubManager
Note: This class must be accessed through the SdlManager. Do not instantiate it by itself.
The LockscreenManager handles the logic of showing and hiding the lock screen.
ERROR, internalInterface, LIMITED, READY, SETTING_UP, SHUTDOWN| Constructor and Description |
|---|
LockScreenManager(LockScreenConfig lockScreenConfig,
Context context,
ISdl internalInterface) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Called when manager is being torn down
|
void |
start(CompletionListener listener)
Starts up a BaseSubManager, and calls provided callback once BaseSubManager is done setting up or failed setup.
|
getState, handleTransportUpdated, onTransportUpdate, transitionToStatepublic LockScreenManager(LockScreenConfig lockScreenConfig, Context context, ISdl internalInterface)
public void start(CompletionListener listener)
BaseSubManagerstart in class BaseSubManagerlistener - CompletionListener that is called once the BaseSubManager's state is READY, LIMITED, or ERRORpublic void dispose()
BaseSubManagerCalled when manager is being torn down
dispose in class BaseSubManager