@titanium/screenshot
v1.0.48
Published
⭐ Axway Amplify modules that to detect that a screenshot was taken on iOS with Appcelerator Titanium SDK
Downloads
12
Readme
👉 A group of Axway employees, ex-Axway employees, and some developers from Titanium community have created a legal org and now officially decide all matters related to future of these products.
API FAQ:
- API Best Practices
- What is API Security?
- OWASP Top 10 List for API Security
- What is API Security?
- Top API Trends for 2022
- What is a Frankenstein API?
- What is a Zombie API?
- API Developer Experience
- API Cybersecurity 101
- YouTube API Videos
- YouTube API Shorts Videos
@titanium/screenshot
📝 Description
Native modules that allows you to detect that a screenshot was taken on iOS.
This is a repackaging of the compiled iOS module for de.marcelpociot.screenshot to allow for installation via npm.
🚀 Getting Started
Install @titanium/screenshot
in root of project
npm install @titanium/screenshot
Usage
const screenshotDetector = require('@titanium/screenshot');
screenshotDetector.addEventListener("screenshotTaken", function(e)
{
alert( "Screenshot taken!" );
});
✨Features
- [x] Includes Titanium native iOS module:
de.marcelpociot.screenshot 1.0.0
Author
Marcel Pociot
📚Learn More
⭐ de.marcelpociot.screenshot GitHub Repo - Repo for original de.marcelpociot.screenshot module
📣 Feedback
Have an idea or a comment? Join in the conversation here!
©️ Legal
Alloy is developed by Appcelerator and the community and is Copyright © 2012-Present by Appcelerator, Inc. All Rights Reserved.
Alloy is made available under the Apache Public License, version 2. See their license file for more information.
Appcelerator is a registered trademark of Appcelerator, Inc. Titanium is a registered trademark of Appcelerator, Inc. Please see the LEGAL information about using trademarks, privacy policy, terms of usage and other legal information at http://www.appcelerator.com/legal.