boolean isKioskOutOfService()
Check if the kiosk is currently out of service.
Security
Trust Level Required: Full trust
Return
Return true if the kiosk is currently out of service, false otherwise.
Example
if (KioApp.isKioskOutServiceMode())
KioApp.setOutOfServiceMode(false);
Requirements
KioWare for Android version 4.4 or greater.