Show / Hide Table of Contents

Class KioskCustomization

Settings controlling the behavior of a device in kiosk mode. To enable kiosk mode, set kioskCustomLauncherEnabled to true or specify an app in the policy with installType KIOSK.

Inheritance
object
KioskCustomization
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 KioskCustomization : IDirectResponseSchema

Properties

DeviceSettings

Specifies whether the Settings app is allowed in kiosk mode.

Declaration
[JsonProperty("deviceSettings")]
public virtual string DeviceSettings { 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

PowerButtonActions

Sets the behavior of a device in kiosk mode when a user presses and holds (long-presses) the Power button.

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

StatusBar

Specifies whether system info and notifications are disabled in kiosk mode.

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

SystemErrorWarnings

Specifies whether system error dialogs for crashed or unresponsive apps are blocked in kiosk mode. When blocked, the system will force-stop the app as if the user chooses the "close app" option on the UI.

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

SystemNavigation

Specifies which navigation features are enabled (e.g. Home, Overview buttons) in kiosk mode.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX