capacitor-developmentmode-plugin
v1.0.3
Published
Disable app if android phone is in development mode
Readme
capacitor-developmentmode-plugin
Disable app if android phone is in development mode
Install
npm install capacitor-developmentmode-plugin
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
isDeveloperModeEnabled()
isDeveloperModeEnabled() => Promise<{ developerMode: boolean; }>Returns: Promise<{ developerMode: boolean; }>
