new CallscreenWindow()
CallscreenWindow is a special case of attention window.
CallscreenWindow is a special case of attention window. It's the call screen UI but lives in system app.
- Source:
Requires:
- module:System
Example
var attention = new CallscreenWindow();
Extends
Requires
- module:System
Events
appclose
Fired when the app's closing animation is ended.
Fired when the app's closing animation is ended.
- Inherited From:
- Source:
appclosing
Fired when the app is doing closing animation.
Fired when the app is doing closing animation.
- Inherited From:
- Source:
appopen
Fired when the app's opening animation is ended.
Fired when the app's opening animation is ended.
- Inherited From:
- Source:
appopening
Fired when the app is doing opening animation.
Fired when the app is doing opening animation.
- Inherited From:
- Source:
attentionclosed
Fired when the attention window is closed.
Fired when the attention window is closed.
- Overrides:
- Source:
attentionclosing
Fired when the attention window is closing.
Fired when the attention window is closing.
- Overrides:
- Source:
attentioncreated
Fired when the attention window is created.
Fired when the attention window is created.
- Overrides:
- Source:
attentionopened
Fired when the attention window is opened.
Fired when the attention window is opened.
- Overrides:
- Source:
attentionopening
Fired when the attention window is opening.
Fired when the attention window is opening.
- Overrides:
- Source:
attentionrendered
Fired when the attention window is rendered to the DOM tree.
Fired when the attention window is rendered to the DOM tree.
- Overrides:
- Source:
attentionterminated
Fired when the attention window is removed.
Fired when the attention window is removed.
- Overrides:
- Source:
attentionwillrender
Fired before the attention window will be rendered.
Fired before the attention window will be rendered.
- Overrides:
- Source: