@sanjai-plugin/devcheck
v0.0.6
Published
Detect Android Developer Options ON/OFF for Capacitor
Maintainers
Readme
devcheck
its just developer options verify plugin
Install
To use npm
npm install devcheckTo use yarn
yarn add devcheckSync native files
npx cap syncAPI
isDevOptionsEnabled()
isDevOptionsEnabled() => Promise<{ enabled: boolean; }>Checks whether Android Developer Options are ON or OFF.
Returns a Promise with { enabled: boolean }
Returns: Promise<{ enabled: boolean; }>
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>Optional: Echo method for testing
| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
