1.0.0 • Published 1 year ago

@gachlab/capacitor-dnd-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@gachlab/capacitor-dnd-plugin

A plugin to set and monitor the Do Not Disturb state

Install

npm install @gachlab/capacitor-dnd-plugin
npx cap sync

API

monitor(...)

monitor(callback: (result: DoNotDisturbState) => void) => Promise<void>
ParamType
callback(result: DoNotDisturbState) => void

toggleDoNotDisturb()

toggleDoNotDisturb() => Promise<void>

Interfaces

DoNotDisturbState

PropType
doNotDisturbboolean
1.0.0

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago