capacitor-autostartmanager
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

capacitor-autostartmanager

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

Install

npm install capacitor-autostartmanager
npx cap sync

API

showStartManager()

showStartManager() => Promise<void>

checkAutomaticDateTimeZone()

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

Returns: Promise<{ isAutomatic: Boolean; }>


checkCamera()

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

Returns: Promise<{ isCameraOpen: Boolean; }>


Interfaces

Boolean

Method Signature Description
valueOf () => boolean Returns the primitive value of the specified object.

Readme

Keywords

Package Sidebar

Install

npm i capacitor-autostartmanager

Weekly Downloads

206

Version

0.0.6

License

MIT

Unpacked Size

30.3 kB

Total Files

28

Last publish

Collaborators

  • asephermann