Options
All
  • Public
  • Public/Protected
  • All
Menu

External module scripts/bg/alarm

Manage alarms from the chrome.alarms API

link

https://developer.chrome.com/apps/alarms

Index

Events

onAlarm

  • onAlarm(alarm: Alarm): Promise<void>

Variables

Const chromep

chromep: ChromePromise = new ChromePromise()

Functions

setActiveState

  • setActiveState(): Promise<void>

setBadgeText

  • setBadgeText(): void

setInactiveState

  • setInactiveState(): void

updateBadgeTextAlarm

  • updateBadgeTextAlarm(): void

updateKeepAwakeAlarm

  • updateKeepAwakeAlarm(): void

updatePhotoAlarm

  • updatePhotoAlarm(): Promise<void>

updateWeather

  • updateWeather(): Promise<void>

updateWeatherAlarm

  • updateWeatherAlarm(): Promise<void>

Generated using TypeDoc