void setOutOfServiceMode(boolean)

Place the kiosk in or out of service. A out of service screen will display when the kiosk to set to out of service

Security

Trust Level Required: Full trust

Return

Void

Parameters

Name Description
outOfService boolean
True if the kiosk should be set into out of service mode, false otherwise.

Example

 if (KioApp.isKioskOutServiceMode()) 
                KioApp.setOutOfServiceMode(false);
                

Requirements

KioWare for Android version 4.4 or greater.