Socket
Socket
Sign inDemoInstall

capacitor-autostartmanager

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    capacitor-autostartmanager

Auto Start Manager, Check Automatic Date Time Zone, Check Camera


Version published
Weekly downloads
287
increased by17.62%
Maintainers
1
Install size
29.6 kB
Created
Weekly downloads
 

Readme

Source

capacitor-autostartmanager

Auto Start Manager, Check Automatic Date Time Zone, Check Camera

Install

npm install capacitor-autostartmanager
npx cap sync

API

  • showStartManager()
  • checkAutomaticDateTimeZone()
  • checkCamera()
  • Interfaces

showStartManager()

showStartManager() => Promise<void>

checkAutomaticDateTimeZone()

checkAutomaticDateTimeZone() => Promise<{ isAutomatic: Boolean; }>

Returns: Promise<{ isAutomatic: Boolean; }>


checkCamera()

checkCamera() => Promise<{ isCameraOpen: Boolean; }>

Returns: Promise<{ isCameraOpen: Boolean; }>


Interfaces

Boolean
MethodSignatureDescription
valueOf() => booleanReturns the primitive value of the specified object.

Keywords

FAQs

Last updated on 06 Jun 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc