new ActivityWindowManager()
ActivityWindowManager manages the activity window instances.
ActivityWindowManager manages the activity window instances.
Currently it's only responsible to kill an existing activity window if the next creating instance has the same manifestURL + pageURL.
- Source:
Members
(private) _activities :Array
The list of all current running activity window instances.
The list of all current running activity window instances.
Type:
- Array
- Source:
Methods
start()
Register all event handlers.
Register all event handlers.
- Source:
stop()
Unregister all event handlers.
Unregister all event handlers.
- Source: