capacitor-grab-intent-extras
v0.0.4
Published
Exposes the extras of the intent.
Downloads
40
Readme
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
| Param | Type |
| ------------------ | -------------------------------------------------------------------------- |
| eventName
| 'intentExtras' |
| listenerFunc
| (extras: IntentExtras) => void |
Returns: Promise<PluginListenerHandle> & PluginListenerHandle
Interfaces
IntentExtras
PluginListenerHandle
| Prop | Type |
| ------------ | ----------------------------------------- |
| remove
| () => Promise<void> |