Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
LockScreenManager

Class LockScreenManager

Hierarchy

java.lang.Object
     com.smartdevicelink.managers.BaseSubManager

Package
com.smartdevicelink.managers.lockscreen

Overview

LockscreenManager

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.

Fields

Inherited Fields

From Class Fields
com.smartdevicelink.managers.BaseSubManager SETTING_UP, READY, LIMITED, SHUTDOWN, ERROR, internalInterface

Constructors

LockScreenManager( LockScreenConfig lockScreenConfig, Context context, ISdl internalInterface )

public LockScreenManager(LockScreenConfig lockScreenConfig,Context context,ISdl internalInterface)

Constructor Parameters

lockScreenConfig
context
internalInterface

Methods

start( CompletionListener listener )

public void start(CompletionListener listener)

Method Parameters

listener

dispose()

public void dispose()

Inherited Methods

From Class Methods
com.smartdevicelink.managers.BaseSubManager start, dispose, transitionToState, getState, handleTransportUpdated, onTransportUpdate
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section