WindowContainer
Declare a WindowContainer with unique id. the id is used to open/close the WindowContainer.
WindowContainer is a window-like container provides by PICO OS.
Currently, every WindowContainer is associated with a single android.app.Activity
Parameters
The WindowContainer id.
Style of the WindowContainer, could be one of Form.Planar and Form.Volumetric
The WindowContainerSize to define the WindowContainer's size.
The ContainerResizeType of this WindowContainer, defines how this WindowContainer can be resized.
The default ContainerResizeRestriction of this WindowContainer when form is Form.Planar, specifying the initial resizing behavior applied when the window is first created.
Whether to enable material background for WindowContainer. If the value is true, the material will be Material.Regular.
the VolumeAlignment of the WindowContainer when the form is Form.Volumetric
Whether show the base panel for the WindowContainer when the form is Form.Volumetric
Whether the caption bar should automatically hide
The Placement of the WindowContainer when it is created.
The activity to launch when this WindowContainer is opened.
The WorldScale of the WindowContainer.
Receives a Composable to display app content, will be called after WindowContainer is opened.
Declare a WindowContainer with unique id. the id is used to open/close the WindowContainer.
WindowContainer is a window-like container provides by PICO OS.
Currently, every WindowContainer is associated with a single android.app.Activity
You can update container's properties dynamically by using properties function.
Parameters
The WindowContainer id.
Style of the WindowContainer, could be one of Form.Planar and Form.Volumetric
The ContainerProperties of the WindowContainer.
Receives a Composable to display app content, will be called after WindowContainer is opened.