Variable AppMenuNotifications
AppMenuNotifications: {
_hasInitialized: any;
_notifications: any;
get activeNotification(): any;
get notifications(): any;
_callAction(win: any, notification: any, action: any, fromDoorhanger: any): any;
_lazyInit(): any;
_removeNotification(notification: any): any;
_updateNotifications(): any;
callMainAction(win: any, notification: any, fromDoorhanger: any): any;
callSecondaryAction(win: any, notification: any): any;
dismissNotification(id: any): any;
observe(subject: any, topic: any, status: any): any;
removeNotification(id: any): any;
showBadgeOnlyNotification(id: any): any;
showNotification(id: any, mainAction: any, secondaryAction: any, options: any): any;
uninit(): any;
}
Type declaration
-
_hasInitialized: any
-
_notifications: any
-
get activeNotification(): any
-
get notifications(): any
-
_callAction:function
- _callAction(win: any, notification: any, action: any, fromDoorhanger: any): any
-
Parameters
-
win: any
-
notification: any
-
action: any
-
fromDoorhanger: any
Returns any
-
_lazyInit:function
- _lazyInit(): any
-
Returns any
-
_removeNotification:function
- _removeNotification(notification: any): any
-
Returns any
-
_updateNotifications:function
- _updateNotifications(): any
-
Returns any
-
callMainAction:function
- callMainAction(win: any, notification: any, fromDoorhanger: any): any
-
Parameters
-
win: any
-
notification: any
-
fromDoorhanger: any
Returns any
-
callSecondaryAction:function
- callSecondaryAction(win: any, notification: any): any
-
Parameters
-
win: any
-
notification: any
Returns any
-
dismissNotification:function
- dismissNotification(id: any): any
-
Returns any
-
observe:function
- observe(subject: any, topic: any, status: any): any
-
Parameters
-
subject: any
-
topic: any
-
status: any
Returns any
-
removeNotification:function
- removeNotification(id: any): any
-
Returns any
-
showBadgeOnlyNotification:function
- showBadgeOnlyNotification(id: any): any
-
Returns any
-
showNotification:function
- showNotification(id: any, mainAction: any, secondaryAction: any, options: any): any
-
Parameters
-
id: any
-
mainAction: any
-
secondaryAction: any
-
options: any
Returns any
-
uninit:function
- uninit(): any
-
Returns any