KioskCustomization class

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.

Constructors

KioskCustomization({String? deviceSettings, String? powerButtonActions, String? statusBar, String? systemErrorWarnings, String? systemNavigation})
KioskCustomization.fromJson(Map json_)

Properties

deviceSettings String?
Specifies whether the Settings app is allowed in kiosk mode. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
powerButtonActions String?
Sets the behavior of a device in kiosk mode when a user presses and holds (long-presses) the Power button. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusBar String?
Specifies whether system info and notifications are disabled in kiosk mode. Possible string values are:
getter/setter pair
systemErrorWarnings String?
Specifies whether system error dialogs for crashed or unresponsive apps are blocked in kiosk mode.
getter/setter pair
systemNavigation String?
Specifies which navigation features are enabled (e.g. Home, Overview buttons) in kiosk mode. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited