2.0.0 • Published 2 years ago

cordova-plugin-screenprivacy-cxm v2.0.0

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

cordova-plugin-screenprivacy-cxm

Plugin can stop screenshot, screen capture and preview from app switcher on iOS and Android

Installation Stable

cordova plugin add cordova-plugin-screenprivacy-cxm@2.0.0

For local setup / plugin development and enhancement

  1. clone the repository to cordova directory
  2. cordova plugin add ./cordova-plugin-screenprivacy-cxm

Usage

// {"message": "success or failure", "reason": "reason in case of error"}
function successCallback(result) {
  console.log(result);
}

// {"message": "success or failure", "reason": "reason in case of error"}
function errorCallback(error) {
  console.log(error);
}

// To block screen recording and screenshots in android and screen recording in ios
// Alternative: unblockAppScreen()
window.plugins.screenprivacy.blockAppScreen(
  successCallback, errorCallback
);

// Alternative: unblockAppSwitcher()
// To block only screens in app switcher on android and ios
window.plugins.screenprivacy.blockAppSwitcher({}, {});

Can activate both feature at the same time to enable full screen privacy that possibly provided by the playform

1.0.11

2 years ago

1.0.10

2 years ago

2.0.0

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago