TaskPanelStackSubContainerViewModel
Task panel sub-container view model.
The task panel sub-container can be used to visualize a task panel stack and an optional task progress panel.
When the user presses the back button, the top task panel is dismissed.
Properties
Inherited properties
Observers are notified of any changes to properties that use a property delegate created with mutableExtraState.
true
if the sub-container is in transition. A sub-container is in transition while it is entering or exiting the system UI.
The exiting state of the panel sub-container. true
if the sub-container is exiting or has left the panel container. Same value can also be obtained from isExiting.
ID of the panel stack fragment container.
The data set to the panel sub-container.
The lifecycle state of the panel sub-container. This is controlled by the PanelContainerControllerAdapter.
Inherited functions
The exiting state of the panel sub-container. true
if the sub-container is exiting or has left the panel container. Same value can also be obtained from liveIsExiting.