1# KioskStatus (Kiosk Status Information) 2 3The module provides the kiosk status information, including whether the system is in kiosk mode and the information about the application in kiosk mode. 4 5> **NOTE** 6> 7> The initial APIs of this module are supported since API version 20. Newly added APIs will be marked with a superscript to indicate their earliest API version. 8> 9> The APIs of this module can be used only in the stage model. 10 11## KioskStatus 12 13**System capability**: SystemCapability.Ability.AbilityRuntime.Core 14 15| Name | Type | Read-Only| Optional| Description | 16| --------------------- | ---------------------- | ---- | ---- | ---------------------------------------------------- | 17| isKioskMode | boolean | No | No | Whether the system is in kiosk mode. **true** if in kiosk mode, **false** otherwise.| 18| kioskBundleName | string | No | No | Bundle name of the application in kiosk mode. | 19| kioskBundleUid | number | No | No | UID of the application in kiosk mode. | 20