| Package | Description |
|---|---|
| com.google.api.services.androidenterprise.model |
| Modifier and Type | Method and Description |
|---|---|
KeyedAppState |
KeyedAppState.clone() |
KeyedAppState |
KeyedAppState.set(String fieldName,
Object value) |
KeyedAppState |
KeyedAppState.setData(String data)
Additional field intended for machine-readable data.
|
KeyedAppState |
KeyedAppState.setKey(String key)
Key indicating what the app is providing a state for.
|
KeyedAppState |
KeyedAppState.setMessage(String message)
Free-form, human-readable message describing the app state.
|
KeyedAppState |
KeyedAppState.setSeverity(String severity)
Severity of the app state.
|
KeyedAppState |
KeyedAppState.setStateTimestampMillis(Long stateTimestampMillis)
Timestamp of when the app set the state in milliseconds since epoch.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyedAppState> |
AppState.getKeyedAppState()
List of keyed app states.
|
| Modifier and Type | Method and Description |
|---|---|
AppState |
AppState.setKeyedAppState(List<KeyedAppState> keyedAppState)
List of keyed app states.
|
Copyright © 2011–2025 Google. All rights reserved.