TiScreenshotDetection:检测何时有人在您的 Appcelerator Titanium iOS 应用中截取屏幕截图

时间:2024-07-20 19:57:57
【文件属性】:

文件名称:TiScreenshotDetection:检测何时有人在您的 Appcelerator Titanium iOS 应用中截取屏幕截图

文件大小:71KB

文件格式:ZIP

更新时间:2024-07-20 19:57:57

Objective-C

#TiScreenshotDetection 概述 检测何时有人在您的 iOS 应用中截取屏幕截图。 重要信息 由于 iOS 限制,此模块仅在截取屏幕截图后触发事件! 再也无法阻止 iOS 截屏了! 安装 得到它 下载最新的发行版 ZIP 文件并查阅以了解如何安装它,或者直接使用 : $ gittio install de.marcelpociot.screenshot 用法 var screenshotdetection = require ( 'de.marcelpociot.screenshot' ) ; screenshotdetection . addEventListener ( "screenshotTaken" , function ( e ) { alert ( "Screenshot taken!" ) ; } ) ;


【文件预览】:
TiScreenshotDetection-develop
----.gitignore(271B)
----assets()
--------README(449B)
----LICENSE(78B)
----LICENSE.txt(92B)
----.settings()
--------com.aptana.editor.common.prefs(102B)
----iphone()
--------TiScreenshotDetection.xcodeproj()
--------de.marcelpociot.screenshot-iphone-1.0.0.zip(28KB)
--------DeMarcelpociotScreenshot_Prefix.pch(62B)
--------module.xcconfig(777B)
--------Classes()
--------timodule.xml(429B)
--------platform()
--------modules()
--------README(5KB)
----README.md(1KB)
----.project(567B)
----example()
--------app.js(264B)
----CHANGELOG.txt(95B)

网友评论