application namespace
Manages application and scene states.
Methods
on_scene_exit | (self, on_exit: Callable[[], None]) -> Disposable |
Defines the |
|
on_scene_switch | (self, handler: Callable[[t: int], None]) -> Disposable |
Defines the |
|
quit | (self) -> None |
Closes this space and returns the user to the previous screen. |
|
quit | (self, image_id: str) -> None |
This API is deprecated Closes this space and returns the user to the previous screen. |
Properties
readonly | is_mobile | bool |
This API is deprecated Returns |
readonly | is_tablet | bool |
This API is deprecated Returns |