Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
chrome
notifications
Module notifications
Index
Variables
onButtonClicked
onClicked
onClosed
onPermissionLevelChanged
onShowSettings
Interfaces
ButtonOptions
ItemOptions
NotificationOptions
OnButtonClicked
OnClicked
OnClosed
OnPermissionLevelChanged
OnShowSettings
Functions
clear
create
getAll
getPermissionLevel
update
Variables
onButtonClicked
:
OnButtonClicked
onClicked
:
OnClicked
onClosed
:
OnClosed
onPermissionLevelChanged
:
OnPermissionLevelChanged
onShowSettings
:
OnShowSettings
Functions
clear
(
notificationId
:
string
, callback
:
(wasCleared: boolean) => void
)
Parameters
notificationId:
string
callback:
(wasCleared: boolean) => void
create
(
notificationId
:
string
, options
:
NotificationOptions
, callback
:
(notificationId: string) => void
)
Parameters
notificationId:
string
options:
NotificationOptions
callback:
(notificationId: string) => void
getAll
(
callback
:
(notifications: any) => void
)
Parameters
callback:
(notifications: any) => void
getPermissionLevel
(
callback
:
(level: string) => void
)
Parameters
callback:
(level: string) => void
update
(
notificationId
:
string
, options
:
NotificationOptions
, callback
:
(wasUpdated: boolean) => void
)
Parameters
notificationId:
string
options:
NotificationOptions
callback:
(wasUpdated: boolean) => void
Globals
chrome
chrome
chrome.alarms
chrome.bookmarks
chrome.browserAction
chrome.browsingData
chrome.commands
chrome.contentSettings
chrome.contextMenus
chrome.cookies
chrome.declarativeWebRequest
chrome.devtools
chrome.devtools.inspectedWindow
chrome.devtools.network
chrome.devtools.panels
chrome.downloads
chrome.events
chrome.extension
chrome.fileBrowserHandler
chrome.fontSettings
chrome.history
chrome.i18n
chrome.identity
chrome.idle
chrome.input
chrome.input.ime
chrome.management
chrome.notifications
chrome.omnibox
chrome.pageAction
chrome.pageCapture
chrome.permissions
chrome.privacy
chrome.proxy
chrome.runtime
chrome.scriptBadge
chrome.socket
chrome.storage
chrome.tabs
chrome.topSites
chrome.tts
chrome.ttsEngine
chrome.types
chrome.webNavigation
chrome.webRequest
chrome.webstore
chrome.windows
onButtonClicked
onClicked
onClosed
onPermissionLevelChanged
onShowSettings
ButtonOptions
ItemOptions
NotificationOptions
OnButtonClicked
OnClicked
OnClosed
OnPermissionLevelChanged
OnShowSettings
clear
create
getAll
getPermissionLevel
update