...
Any app that wishes to display something after being put in the foreground must begin by attaching things to the window object.
Methods
Name | Description |
---|---|
Adds one or more widgets to the group. | |
Removes all child elements from the group or removes all content from the list. | |
Removes one or more widgets from a group. |
Properties
Name | Description |
---|---|
showSoftkeys | Boolean value that determines whether the softkey bar will be displayed. Can be set to false to allow drawing to the entire screen. Note: actions assigned to softkeys will still be performed when the softkey bar is hidden. |
...