forked from phonegap/phonegap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (179 loc) · 8.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
<meta name="generator" content="joDoc">
<title>Apache Cordova API Documentation</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
</head>
<body>
<div id="header">
<h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
<small>
<select><optgroup label="English" value="en">
<option value="edge">edge</option>
<option selected value="1.8.0rc1">1.8.0rc1</option>
<option value="1.7.0rc1">1.7.0rc1</option>
<option value="1.7.0">1.7.0</option>
<option value="1.6.1">1.6.1</option>
<option value="1.6.0rc1">1.6.0rc1</option>
<option value="1.6.0">1.6.0</option>
<option value="1.5.0rc1">1.5.0rc1</option>
<option value="1.5.0">1.5.0</option>
<option value="1.4.1">1.4.1</option>
<option value="1.4.0rc1">1.4.0rc1</option>
<option value="1.4.0">1.4.0</option>
<option value="1.3.0">1.3.0</option>
<option value="1.2.0">1.2.0</option>
<option value="1.1.0">1.1.0</option>
<option value="1.0.0rc3">1.0.0rc3</option>
<option value="1.0.0rc2">1.0.0rc2</option>
<option value="1.0.0rc1">1.0.0rc1</option>
<option value="1.0.0">1.0.0</option>
<option value="0.9.6">0.9.6</option>
<option value="0.9.5.1">0.9.5.1</option>
<option value="0.9.5">0.9.5</option>
<option value="0.9.4">0.9.4</option>
<option value="0.9.3">0.9.3</option>
<option value="0.9.2">0.9.2</option>
</optgroup>
<optgroup label="Español" value="es"><option value="1.0.0">1.0.0</option></optgroup>
<optgroup label="Français" value="fr">
<option value="1.3.0">1.3.0</option>
<option value="1.2.0">1.2.0</option>
<option value="1.1.0">1.1.0</option>
</optgroup>
<optgroup label="Japanese" value="jp"><option value="0.9.5">0.9.5</option></optgroup></select></small>
</div>
<div id="subheader">
<h1>Home</h1>
<small></small>
</div>
<div id="sidebar">
<div class="vertical_divider"></div>
<h1>API Reference</h1>
<ul>
<li><a href="cordova_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></li>
<li><a href="cordova_camera_camera.md.html#Camera">Camera</a></li>
<li><a href="cordova_media_capture_capture.md.html#Capture">Capture</a></li>
<li><a href="cordova_compass_compass.md.html#Compass">Compass</a></li>
<li><a href="cordova_connection_connection.md.html#Connection">Connection</a></li>
<li><a href="cordova_contacts_contacts.md.html#Contacts">Contacts</a></li>
<li><a href="cordova_device_device.md.html#Device">Device</a></li>
<li><a href="cordova_events_events.md.html#Events">Events</a></li>
<li><a href="cordova_file_file.md.html#File">File</a></li>
<li><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li>
<li><a href="cordova_media_media.md.html#Media">Media</a></li>
<li><a href="cordova_notification_notification.md.html#Notification">Notification</a></li>
<li><a href="cordova_storage_storage.md.html#Storage">Storage</a></li>
</ul>
<h1>Guides</h1>
<ul>
<li><a href="guide_getting-started_index.md.html#Getting%20Started%20Guides">Getting Started Guides</a></li>
<li><a href="guide_upgrading_index.md.html#Upgrading%20Guides">Upgrading Guides</a></li>
<li><a href="guide_whitelist_index.md.html#Domain%20Whitelist%20Guide">Domain Whitelist Guide</a></li>
<li><a href="_index.html">Keyword Index</a></li>
</ul>
</div>
<div id="scrollable">
<div id="content">
<div id="home">
<h1><a name="API%20Reference">API Reference</a></h1>
<ul>
<li>
<h2><a href="cordova_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></h2>
<span>Tap into the device's motion sensor.</span>
</li>
<li>
<h2><a href="cordova_camera_camera.md.html#Camera">Camera</a></h2>
<span><a href="cordova_media_capture_capture.md.html#Capture">Capture</a> a photo using the device's camera.</span>
</li>
<li>
<h2><a href="cordova_media_capture_capture.md.html#Capture">Capture</a></h2>
<span><a href="cordova_media_capture_capture.md.html#Capture">Capture</a> media files using device's media capture applications.</span>
</li>
<li>
<h2><a href="cordova_compass_compass.md.html#Compass">Compass</a></h2>
<span>Obtain the direction that the device is pointing.</span>
</li>
<li>
<h2><a href="cordova_connection_connection.md.html#Connection">Connection</a></h2>
<span>Quickly check the network state, and cellular network information.</span>
</li>
<li>
<h2><a href="cordova_contacts_contacts.md.html#Contacts">Contacts</a></h2>
<span>Work with the devices contact database.</span>
</li>
<li>
<h2><a href="cordova_device_device.md.html#Device">Device</a></h2>
<span>Gather device specific information.</span>
</li>
<li>
<h2><a href="cordova_events_events.md.html#Events">Events</a></h2>
<span>Hook into native events through JavaScript.</span>
</li>
<li>
<h2><a href="cordova_file_file.md.html#File">File</a></h2>
<span>Hook into native file system through JavaScript.</span>
</li>
<li>
<h2><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></h2>
<span>Make your application location aware.</span>
</li>
<li>
<h2><a href="cordova_media_media.md.html#Media">Media</a></h2>
<span>Record and play back audio files.</span>
</li>
<li>
<h2><a href="cordova_notification_notification.md.html#Notification">Notification</a></h2>
<span>Visual, audible, and tactile device notifications.</span>
</li>
<li>
<h2><a href="cordova_storage_storage.md.html#Storage">Storage</a></h2>
<span>Hook into the devices native storage options.</span>
</li>
</ul>
<h1><a name="Guides">Guides</a></h1>
<ul>
<li>
<h2><a href="guide_getting-started_index.md.html#Getting%20Started%20Guides">Getting Started Guides</a></h2>
<span>Setup each SDK and create your first Cordova app.</span>
</li>
<li>
<h2><a href="guide_upgrading_index.md.html#Upgrading%20Guides">Upgrading Guides</a></h2>
<span>Upgrade an application to the latest Cordova release.</span>
</li>
<li>
<h2><a href="guide_whitelist_index.md.html#Domain%20Whitelist%20Guide">Domain Whitelist Guide</a></h2>
<span>Grant an application access to external domains.</span>
</li>
<li>
<h2><a href="_index.html">Keyword Index</a></h2>
<span>Full index of the Cordova Documentation.</span>
</li>
</ul>
</div>
</div>
</div>
<!-- Functionality and Syntax Highlighting -->
<script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
</body>
</html>