Show / Hide Table of Contents

Class UsesConfiguration

Represents all configurations marked as required by use of the uses-configuration manifest tag.

Inheritance
object
UsesConfiguration
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.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class UsesConfiguration : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RequiredKeyboardType

The type of keyboard required.

Declaration
[JsonProperty("requiredKeyboardType")]
public virtual string RequiredKeyboardType { get; set; }
Property Value
Type Description
string

RequiredNavigationType

The navigation device required.

Declaration
[JsonProperty("requiredNavigationType")]
public virtual string RequiredNavigationType { get; set; }
Property Value
Type Description
string

RequiredTouchscreenType

The type of touchscreen required.

Declaration
[JsonProperty("requiredTouchscreenType")]
public virtual string RequiredTouchscreenType { get; set; }
Property Value
Type Description
string

RequiresFiveWayNavigation

Whether or not the application requires a five-way navigation control.

Declaration
[JsonProperty("requiresFiveWayNavigation")]
public virtual bool? RequiresFiveWayNavigation { get; set; }
Property Value
Type Description
bool?

RequiresHardwareKeyboard

Whether or not the application requires a hardware keyboard.

Declaration
[JsonProperty("requiresHardwareKeyboard")]
public virtual bool? RequiresHardwareKeyboard { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX