data property

String? data
getter/setter pair

Optionally, a machine-readable value to be read by the EMM.

For example, setting values that the admin can choose to query against in the EMM console (e.g. “notify me if the battery_warning data < 10”).

Implementation

core.String? data;