| Package | Description |
|---|---|
| com.google.api.services.androidenterprise.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceReport |
DeviceReport.clone() |
DeviceReport |
Device.getReport()
The device report updated with the latest app states.
|
DeviceReport |
DeviceReportUpdateEvent.getReport()
The device report updated with the latest app states.
|
DeviceReport |
DeviceReport.set(String fieldName,
Object value) |
DeviceReport |
DeviceReport.setAppState(List<AppState> appState)
List of app states set by managed apps on the device.
|
DeviceReport |
DeviceReport.setLastUpdatedTimestampMillis(Long lastUpdatedTimestampMillis)
The timestamp of the last report update in milliseconds since epoch.
|
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.setReport(DeviceReport report)
The device report updated with the latest app states.
|
DeviceReportUpdateEvent |
DeviceReportUpdateEvent.setReport(DeviceReport report)
The device report updated with the latest app states.
|
Copyright © 2011–2025 Google. All rights reserved.