Root.WindowStateChanged Event
Occurs when state changes occur, such as maximizing or minimizing the root window.
PC version, Mobile version
The following child objects are attached to the Event object.
| Type | Name | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Number | state | The following values are set.
|
For the Mobile version, the state value is an OS-dependent constant.
Added since Ver.4.1.3, Mobile Ver.2.0.0
Expansion since Mobile Ver.3.2.1->
An event is fired when the foreground application changes.
| Constant | Value | Description |
|---|---|---|
| $ FRONT | 8 | Changed from another application to Biz / Browser Mobile |
| $ BACK | 16 | Changed from Biz / Browser Mobile to another application |
As an exception, it also occurs when the version information dialog of Biz / Browser Mobile is displayed.
<-Up to here
Android version
The following child objects are attached to the Event object.
| Type | Name | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Number | state | The following values are set. For more information on activities (android.app.Activity class ) and their state transitions , please refer to the Android Developers reference manual.
|