String getToolbarSettings()
Gets the JSON encoded settings for the calling toolbar browser.
Return
The JSON encoded toolbar settings.
Remarks
The best place to call this method is from the CustomToolbarCode.js file in the UserData directory.
Example
var toolbarSettings = KioToolbar.getToolbarSettings();
console.log(toolbarSettings);
Requirements
KioWare for Android version 4.0 or greater.