capacitor-block-screen-capture
v0.0.6
Published
A plugin to prevent screen capture activities by user
Readme
capacitor-block-screen-capture
A plugin to prevent screen capture activities by user
Install
npm install capacitor-block-screen-capture
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
blockScreenCapture(...)
blockScreenCapture(options: { shouldBlock: boolean; }) => Promise<{ isBlocked: boolean; }>| Param | Type |
| ------------- | -------------------------------------- |
| options | { shouldBlock: boolean; } |
Returns: Promise<{ isBlocked: boolean; }>
