@capgo/capacitor-shake
v6.0.46
Published
Detect shake gesture in device
Downloads
1,565
Maintainers
Readme
@capgo/capacitor-shake
Detect shake gesture in device
Install
npm install @capgo/capacitor-shake
npx cap sync
API
addListener('shake', ...)
addListener(eventName: "shake", listenerFunc: () => void) => any
| Param | Type |
| ------------------ | -------------------------- |
| eventName
| 'shake' |
| listenerFunc
| () => void |
Returns: any
Interfaces
PluginListenerHandle
| Prop | Type |
| ------------ | ------------------------- |
| remove
| () => any |