0.0.6 • Published 2 years ago

capacitor-block-screen-capture v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

capacitor-block-screen-capture

A plugin to prevent screen capture activities by user

Install

npm install capacitor-block-screen-capture
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


blockScreenCapture(...)

blockScreenCapture(options: { shouldBlock: boolean; }) => Promise<{ isBlocked: boolean; }>
ParamType
options{ shouldBlock: boolean; }

Returns: Promise<{ isBlocked: boolean; }>


0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago