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.