Skip to content

Commit

Permalink
Merge branch 'docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
christocracy committed Apr 18, 2024
2 parents 25f41ba + 4e6c937 commit 3215e2e
Show file tree
Hide file tree
Showing 35 changed files with 79 additions and 39 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions docs/classes/backgroundgeolocation.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down Expand Up @@ -3121,8 +3121,8 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> ready</h3>
<span style="color: #F8F8F2"> console.</span><span style="color: #A6E22E">log</span><span style="color: #F8F8F2">(</span><span style="color: #E6DB74">&quot;[ready] success&quot;</span><span style="color: #F8F8F2">, state);</span>
<span style="color: #F8F8F2">});</span>
</code></pre>
<a href="#⚠️-warning-you-must-call-ready-once-and-only-once-each-time-your-app-is-launched" id="⚠️-warning-you-must-call-ready-once-and-only-once-each-time-your-app-is-launched" style="color: inherit; text-decoration: none;">
<h3>⚠️ Warning: You must call <code>#ready</code> <strong>once</strong> and <strong>only</strong> once, each time your app is launched.</h3>
<a href="#⚠️-warning-you-must-call-readyconfg-once-and-only-once-each-time-your-app-is-launched" id="⚠️-warning-you-must-call-readyconfg-once-and-only-once-each-time-your-app-is-launched" style="color: inherit; text-decoration: none;">
<h3>⚠️ Warning: You must call <strong><code>.ready(confg)</code></strong> <strong>once</strong> and <strong>only</strong> once, each time your app is launched.</h3>
</a>
<ul>
<li>Do not hide the call to <code>#ready</code> within a view which is loaded only by clicking a UI action. This is particularly important
Expand All @@ -3132,6 +3132,13 @@ <h3>⚠️ Warning: You must call <code>#ready</code> <strong>once</strong> and
<h3>The <a href="backgroundgeolocation.html#reset">reset</a> method.</h3>
</a>
<p>If you wish, you can use the <a href="backgroundgeolocation.html#reset">reset</a> method to reset all <a href="../interfaces/config.html">Config</a> options to documented default-values (with optional overrides):</p>
<a href="#configreset-false" id="configreset-false" style="color: inherit; text-decoration: none;">
<h3><a href="../interfaces/config.html#reset">Config.reset</a>: false</h3>
</a>
<p>Configuring the plugin with <strong><code>reset: false</code></strong> should generally be avoided unless you know <em>exactly</em> what it does. People often find this from the <em>Demo</em> app. If you do configure <code>reset: false</code>, you&#39;ll find that your <code>Config</code> provided to <code>.ready</code> is consumed <strong>only at first launch after install</strong>. Thereafter, the plugin will ignore any changes you&#39;ve provided there. The only way to change the config then is to use <a href="backgroundgeolocation.html#setconfig">setConfig</a>.</p>
<p>You will especially not want to use <code>reset: false</code> during development, while you&#39;re fine-tuning your <code>Config</code> options.</p>
<p>The reason the <em>Demo</em> app uses <code>reset: false</code> is because it hosts an advanced &quot;<em>Settings</em>&quot; screen to tune the <code>Config</code> at runtime and we don&#39;t want those runtime changes to be overwritten by <code>.ready(config)</code> each time the app launches.</p>
<p>⚠️ If you <em>don&#39;t</em> undestand what <strong><code>reset: false</code></strong> does, <strong>NO NOT USE IT</strong>. If you blindly copy/pasted it from the <em>Demo</em> app, <strong>REMOVE IT</strong> from your <code>Config</code>.</p>
</dd>
<dt class="tsd-comment-tag-example">example</dt>
<dd><pre><code class="language-typescript"><span style="color: #F8F8F2">BackgroundGeolocation.</span><span style="color: #A6E22E">reset</span><span style="color: #F8F8F2">();</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/authorization.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
21 changes: 20 additions & 1 deletion docs/interfaces/authorizationevent.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down Expand Up @@ -107,6 +107,7 @@ <h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="authorizationevent.html#error" class="tsd-kind-icon">error</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="authorizationevent.html#response" class="tsd-kind-icon">response</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="authorizationevent.html#status" class="tsd-kind-icon">status</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="authorizationevent.html#success" class="tsd-kind-icon">success</a></li>
</ul>
</section>
Expand Down Expand Up @@ -139,6 +140,18 @@ <h3>response</h3>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="status" class="tsd-anchor"></a>
<h3>status</h3>
<div class="tsd-signature tsd-kind-icon">status<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>HTTP Status returned from your <a href="authorization.html#refreshurl">Authorization.refreshUrl</a> (or <code>0</code> if the HTTP request failed).</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="success" class="tsd-anchor"></a>
<h3>success</h3>
Expand Down Expand Up @@ -167,6 +180,9 @@ <h3>success</h3>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="authorizationevent.html#response" class="tsd-kind-icon">response</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="authorizationevent.html#status" class="tsd-kind-icon">status</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="authorizationevent.html#success" class="tsd-kind-icon">success</a>
</li>
Expand All @@ -189,6 +205,9 @@ <h3>success</h3>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="authorizationevent.html#response" class="tsd-kind-icon">response</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="authorizationevent.html#status" class="tsd-kind-icon">status</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="authorizationevent.html#success" class="tsd-kind-icon">success</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/battery.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/connectivitychangeevent.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/coords.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/currentpositionrequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/deviceinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/devicesettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/devicesettingsrequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/geofence.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/geofenceevent.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/geofenceschangeevent.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/heartbeatevent.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/httpevent.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/location.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/locationauthorizationalert.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/logger.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/motionactivity.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/motionactivityevent.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/motionchangeevent.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="brand">
<a class="logo" href="https://www.transistorsoft.com"><img src="../assets/images/transistor-logo-bw.svg" /></a>
<span class="title">
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.1</span>
<a href="/cordova-background-geolocation-lt">[API Docs] Cordova Background Geolocation</a>&nbsp;<span class="tsd-flag ts-flagOptional ts-flagVersion">v 4.16.2</span>
</span>
</div>
</div>
Expand Down
Loading

0 comments on commit 3215e2e

Please sign in to comment.