void restartKioware()

Causes the KioWare process to exit and restart.

Security

Trust Level Required: Full trust

Return

Nothing is returned by this function.

Remarks

This function executes immediately and will not wait until the session ends.

Examples


var waitForSessionEnd = true;
setTimeout(function(){
    KioApp.restartKioWare();
}, 2000);
    

Requirements

KioWare for Android version 3.16 or greater.