-
- All Implemented Interfaces:
-
com.google.android.horologist.compose.ambient.AmbientState
public class AmbientState.Inactive implements AmbientState
Represents the state of a device, that the app isn't currently monitoring the ambient state.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdisplayNameprivate final BooleanisInteractiveprivate final BooleanisAmbientpublic final static AmbientState.InactiveINSTANCE
-
Method Summary
Modifier and Type Method Description StringgetDisplayName()BooleangetIsInteractive()BooleangetIsAmbient()-
-
Method Detail
-
getDisplayName
String getDisplayName()
-
getIsInteractive
Boolean getIsInteractive()
-
getIsAmbient
Boolean getIsAmbient()
-
-
-
-