void setDockedElementsVisible(boolean, String, int)

Controls the visibility of docked UI elements such as toolbars and docked browsers

Security

Trust Level Required: Low trust

Parameters

Name Description
visible boolean
True to set elements to be visible, false otherwise.
name String
Matches to the name of the UI element. If null or empty string, no match by name is done.
type int
Specifies which element types can be affected. (browser = 0, toolbar = 1, spacer = 2, all types = -1)

Return

Void

Example


KioApp.setDockedElementsVisible(true, null, -1);
							

Requirements

KioWare for Android version 4.0 or greater.