-
- All Implemented Interfaces:
-
com.google.android.horologist.compose.ambient.AmbientState
public class AmbientState.Interactive implements AmbientState
Represents that the state of the device is is interactive, and the app is open and being used.
This object is used to track whether the application is currently being interacted with by the user.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdisplayNameprivate final BooleanisInteractiveprivate final BooleanisAmbientpublic final static AmbientState.InteractiveINSTANCE
-
Method Summary
Modifier and Type Method Description StringgetDisplayName()BooleangetIsInteractive()BooleangetIsAmbient()-
-
Method Detail
-
getDisplayName
String getDisplayName()
-
getIsInteractive
Boolean getIsInteractive()
-
getIsAmbient
Boolean getIsAmbient()
-
-
-
-