Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hettiger/capacitor-plugin-android-alarm-manager

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hettiger/capacitor-plugin-android-alarm-manager

Expose Android AlarmManager features to your Capacitor powered apps

  • 0.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@hettiger/capacitor-plugin-android-alarm-manager

Expose Android AlarmManager features to your Capacitor powered apps

Disclaimer

This plugin is built for a very specific use case. The alarm Intent probably does not make sense to you and right now there's no way to customize it …

If you need more flexibility feel free to fork / send me a PR.

What about iOS / Web?

All methods either log or do nothing on iOS / Web, so it is safe to call them without having guards in place.

Install

npm install @hettiger/capacitor-plugin-android-alarm-manager
npx cap sync

API

  • setAlarmClock(...)
  • cancel(...)

setAlarmClock(...)

setAlarmClock(options: { triggerTime: string; }) => Promise<void>
ParamType
options{ triggerTime: string; }

cancel(...)

cancel(options: { triggerTime: string; }) => Promise<void>
ParamType
options{ triggerTime: string; }

Keywords

FAQs

Package last updated on 24 Oct 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc