applicationReports property

List<ApplicationReport>? applicationReports
getter/setter pair

Reports for apps installed on the device.

This information is only available when application_reports_enabled is true in the device's policy.

Implementation

core.List<ApplicationReport>? applicationReports;