Summary:
Methods
| Inherited Methods
AmbientMode.AmbientController
public
final
class
AmbientMode.AmbientController
extends Object
java.lang.Object | |
↳ | androidx.wear.ambient.AmbientMode.AmbientController |
A class for interacting with the ambient mode on a wearable device. This class can be used to
query the current state of ambient mode. An instance of this class is returned to the user
when they attach their Activity
to AmbientMode
.
Summary
Public methods | |
---|---|
boolean
|
isAmbient()
|
void
|
setAmbientOffloadEnabled(boolean enabled)
Sets whether this activity is currently in a state that supports ambient offload mode. |
Inherited methods | |
---|---|
Public methods
isAmbient
public boolean isAmbient ()
Returns | |
---|---|
boolean |
true if the activity is currently in ambient.
|
setAmbientOffloadEnabled
public void setAmbientOffloadEnabled (boolean enabled)
Sets whether this activity is currently in a state that supports ambient offload mode.
Parameters | |
---|---|
enabled |
boolean |