🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

capacitor-autostartmanager

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-autostartmanager

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

0.0.8
latest
Source
npm
Version published
Weekly downloads
211
-48.16%
Maintainers
1
Weekly downloads
 
Created
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

capacitor

FAQs

Package last updated on 11 Nov 2024

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