WindowState
#include <bb/cascades/WindowState>
A class representing window lifecycle states.
This class represents different states the libscreen window goes through.
See:
Since:
BlackBerry 10.0.0
Public Types
Specifies different states of a Window.
Since:
BlackBerry 10.0.0
- Created = 0
Window has been created but not yet posted.
Since:BlackBerry 10.0.0
- Posted = 1
Window has been posted.
See libscreen documentation for more information on window's posted event and its meaning in the window lifecycle.
Since:BlackBerry 10.0.0