projects/m2-core/src/lib/core/utils/window.utils.ts
Methods |
|
| Static checkNotificationPermission |
checkNotificationPermission()
|
|
Returns :
void
|
| Static emitBodyClickEvent | ||||||
emitBodyClickEvent(delay?: number)
|
||||||
|
Parameters :
Returns :
void
|
| Static emitResizeEvent | ||||||
emitResizeEvent(delay?: number)
|
||||||
|
Parameters :
Returns :
void
|
| Static getOpenerSDI |
getOpenerSDI()
|
|
Returns :
any
|
| Static getSDI |
getSDI()
|
|
Global object function
Returns :
any
|
| Static getWindowNestingLevel |
getWindowNestingLevel()
|
|
Returns :
number
|
| Static isEmbeddedWindow |
isEmbeddedWindow()
|
|
Returns :
boolean
|
| Static showNotification |
showNotification(title: string, body: string, onClickUrl?: string)
|
|
Native notifications
Returns :
void
|