Class InstallConstraint
Amongst apps with InstallType set to: FORCE_INSTALLED PREINSTALLEDthis defines a set of restrictions for the app installation. At least one of the fields must be set. When multiple fields are set, then all the constraints need to be satisfied for the app to be installed.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class InstallConstraint : IDirectResponseSchema
Properties
ChargingConstraint
Optional. Charging constraint.
Declaration
[JsonProperty("chargingConstraint")]
public virtual string ChargingConstraint { get; set; }
Property Value
Type | Description |
---|---|
string |
DeviceIdleConstraint
Optional. Device idle constraint.
Declaration
[JsonProperty("deviceIdleConstraint")]
public virtual string DeviceIdleConstraint { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkTypeConstraint
Optional. Network type constraint.
Declaration
[JsonProperty("networkTypeConstraint")]
public virtual string NetworkTypeConstraint { get; set; }
Property Value
Type | Description |
---|---|
string |