@titanium/deeply
Version:
⭐ Axway Amplify modules to capture Android deep links with Appcelerator Titanium SDK.
39 lines (21 loc) • 868 B
HTML
<h1>Ti.Deeply Module</h1>
<h2>Description</h2>
<p>TODO: Enter your module description here</p>
<h2>Accessing the Ti.Deeply Module</h2>
<p>To access this module from JavaScript, you would do the following:</p>
<pre><code>var ti_deeply = require("ti.deeply");</code></pre>
<p>The ti_deeply 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>ti_deeply.function</h3>
<p>TODO: This is an example of a module function.</p>
<h3>ti_deeply.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>