deviceIdleStateConstraint property
Device idle state constraint. Possible string values are:
- "deviceIdleStateConstraintUnspecified"
- "deviceIdleNotRequired" : Device doesn't have to be idle, app can be installed while the user is interacting with the device.
- "deviceIdleRequired" : Device has to be idle.
Implementation
core.String? deviceIdleStateConstraint;