🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

capacitor-notificationhandler

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

capacitor-notificationhandler

unpublished
Source
npmnpm
Version
0.0.3
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

capacitor-notificationhandler

Push notification Handler

Install

npm install capacitor-notificationhandler
npx cap sync

API

  • echo(...)
  • addListener([eventName: 'pushNotificationActionPerformed', listenerFunc: (info: any) => void], ...)
  • Interfaces

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>

addListener([eventName: 'pushNotificationActionPerformed', listenerFunc: (info: any) => void], ...)

addListener(eventName: "pushNotificationActionPerformed", listenerFunc: (info: any) => void) => Promise<PluginListenerHandle> & PluginListenerHandle
ParamType
args[eventName: 'pushNotificationActionPerformed', listenerFunc: (info: any) => void]

Returns: Promise<PluginListenerHandle> & PluginListenerHandle

Interfaces

PluginListenerHandle

PropType
remove() => Promise<void>

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts