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.
void resetTabBarVisibility()
Resets the tab bar visibility override value so that it uses default visibility.
void restartKioware()
Causes the KioWare process to exit and restart.
void setActionBarVisibility(bool visible)
Overrides the default toolbar visibility until the current session ends.
void setTabBarVisibility(bool visible)
Overrides the default tab bar visibility until the current session ends.
void SwitchTabIndex(int)
Switch the current visible tab
void SwitchTabString(String, boolean, boolean)
Switch the current visible tab

Related Types

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