0.0.4 • Published 2 years ago

capacitor-grab-intent-extras v0.0.4

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

capacitor-grab-intent-extras

Exposes the extras of the intent.

Install

npm install capacitor-grab-intent-extras
npx cap sync

API

getIntentExtras()

getIntentExtras() => Promise<{ extras: IntentExtras; }>

Returns: Promise<{ extras: IntentExtras; }>


addListener('intentExtras', ...)

addListener(eventName: 'intentExtras', listenerFunc: (extras: IntentExtras) => void) => Promise<PluginListenerHandle> & PluginListenerHandle
ParamType
eventName'intentExtras'
listenerFunc(extras: IntentExtras) => void

Returns: Promise<PluginListenerHandle> & PluginListenerHandle


Interfaces

IntentExtras

PluginListenerHandle

PropType
remove() => Promise<void>
0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago