0.0.3 • Published 2 years ago

@nemorize/capacitor-detect-touch-status-bar v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@nemorize/capacitor-detect-touch-status-bar

Capacitor 5.x plugin to detect touching iOS status bar

Install

npm install @nemorize/capacitor-detect-touch-status-bar
npx cap sync

API

addListener('touch', ...)

addListener(eventName: 'touch', listenerFunc: TouchStatusBarListener) => Promise<PluginListenerHandle> & PluginListenerHandle

Listen for touch event.

ParamType
eventName'touch'
listenerFuncTouchStatusBarListener

Returns: Promise<PluginListenerHandle> & PluginListenerHandle


Interfaces

PluginListenerHandle

PropType
remove() => Promise<void>

Type Aliases

TouchStatusBarListener

(): void

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago