@titanium/screenshot
Version:
⭐ Axway Amplify modules that to detect that a screenshot was taken on iOS with Appcelerator Titanium SDK
22 lines • 930 B
HTML
<h1>TiScreenshotDetection Module</h1>
<h2>Description</h2>
<p>TODO: Enter your module description here</p>
<h2>Accessing the TiScreenshotDetection Module</h2>
<p>To access this module from JavaScript, you would do the following:</p>
<pre><code>var tiscreenshotdetection = require("de.marcelpociot.screenshot");
</code></pre>
<p>The tiscreenshotdetection variable is a reference to the Module object.</p>
<h2>Reference</h2>
<p>TODO: If your module has an API, you should document
the reference here.</p>
<h3>tiscreenshotdetection.function</h3>
<p>TODO: This is an example of a module function.</p>
<h3>tiscreenshotdetection.property</h3>
<p>TODO: This is an example of a module property.</p>
<h2>Usage</h2>
<p>TODO: Enter your usage example here</p>
<h2>Author</h2>
<p>TODO: Enter your author name, email and other contact
details you want to share here.</p>
<h2>License</h2>
<p>TODO: Enter your license/legal information here.</p>