Show / Hide Table of Contents

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.

Inheritance
object
InstallConstraint
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX