0.0.4 • Published 2 years ago
capacitor-grab-intent-extras v0.0.4
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> |