Class UsesConfiguration
Represents all configurations marked as required by use of the uses-configuration manifest tag.
Implements
Inherited Members
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? |