0.0.8 • Published 8 months ago

capacitor-autostartmanager v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

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

8 months ago

0.0.7

10 months ago

0.0.5

2 years ago

0.0.6

2 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago