KioApp Object

Functions

Type Signature
string getSessionId()
Retrieves the current session ID.
bool PlayAudioFile(string, bool, AudioStreamType)
Plays the specified audio file.
bool PlayGeneratedTone(AudioSignalType, double, double, AudioStreamType)
Plays a tone.
void resetActionBarVisibility()
Resets the toolbar visibility override value so that it uses default visibility. (DEPRECATED)
void resetTabBarVisibility()
Resets the tab bar visibility override value so that it uses default visibility.
void setDockedElementsVisible(boolean, String, int)
Controls the visibility of docked UI elements such as toolbars and docked browsers.
void restartKioware()
Causes the KioWare process to exit and restart.
void setActionBarVisibility(bool visible)
Overrides the default toolbar visibility until the current session ends. (DEPRECATED)
void setTabBarVisibility(boolean, String)
Overrides the default tab bar visibility until the current session ends.
void switchTabIndex(int, String)
Switch the current visible tab
void switchTabString(String, boolean, boolean, String)
Switch the current visible tab
void openLogCatViewer()
Open the logcat viewer.
void toggleJSConsole()
Open the JavaScript Console.
void exitPrompt()
Request the exit prompt.

Related Types

Type Signature
Enum AudioSignalTypes
A list of possible audio signal types.
Enum AudioStreamTypes
A list of possible audio stream types in Android.