Skip to content

Commit 3e8b5f3

Browse files
author
Amit Palomo
committed
Introducing new Notifications Manager. Support for iOS9 SSL and more. see release notes.
1 parent 9f9e028 commit 3e8b5f3

30 files changed

+2555
-69
lines changed

Docs/html/Classes/IGLocation.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link rel="stylesheet" href="../css/style.css">
99
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
10-
<meta name="generator" content="appledoc 2.2.1 (build 1333)">
10+
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
1111
</head>
1212
<body class="appledoc">
1313
<header>
@@ -123,7 +123,7 @@ <h2 class="subtitle subtitle-overview">Overview</h2>
123123
This object incorporates the geographical coordinates and altitude of the device’s location
124124
along with values indicating the accuracy of the measurements and when those measurements were made.
125125
The user Motion State (see <a href="#//api/name/motionState"><code>motionState</code></a>) provided by IGLocation represents the physical activity of
126-
the user (Standing, Started Moving, Moving Slow or Moving Fast) while this measurements were made.</p>
126+
the user (Standing, Started moving, Walking, Driving slow or Driving fast) while this measurements were made.</p>
127127
</div>
128128

129129

@@ -529,15 +529,17 @@ <h4 class="method-subtitle">Declared In</h4>
529529

530530

531531

532+
533+
532534
</main>
533535

534536
<footer>
535537
<div class="footer-copyright">
536538

537-
<p class="copyright">Copyright &copy; 2015 IngeoSDK. All rights reserved. Updated: 2015-07-05</p>
539+
<p class="copyright">Copyright &copy; 2015 IngeoSDK. All rights reserved. Updated: 2015-11-22</p>
538540

539541

540-
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
542+
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
541543

542544
</div>
543545
</footer>

Docs/html/Classes/IGLocationManager.html

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link rel="stylesheet" href="../css/style.css">
99
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
10-
<meta name="generator" content="appledoc 2.2.1 (build 1333)">
10+
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
1111
</head>
1212
<body class="appledoc">
1313
<header>
@@ -64,6 +64,8 @@ <h1 id="library-title">
6464

6565
<option value="//api/name/delegate">+ delegate</option>
6666

67+
<option value="//api/name/igclLocationManager">+ igclLocationManager</option>
68+
6769
<option value="//api/name/initWithDelegate:secretAPIKey:">+ initWithDelegate:secretAPIKey:</option>
6870

6971
<option value="//api/name/secretAPIKey">+ secretAPIKey</option>
@@ -119,13 +121,13 @@ <h1 class="title">IGLocationManager Class Reference</h1>
119121
<a title="Overview" name="overview"></a>
120122
<h2 class="subtitle subtitle-overview">Overview</h2>
121123
<p>IGLocationManager is the central point for interacting with IngeoSDK. it provides configuration interface, activation methods and easy retriveal of location data.
122-
IGLocationManager does several (annoying) tasks for you, so you should worry less and focus on coding your app:</p>
124+
IGLocationManager does several (annoying) tasks for you:</p>
123125

124126
<ul>
125127
<li>It handles the request for permission for location services from your users.</li>
126-
<li>It is already configured for optimal usage and lowest battery consumption possible.</li>
128+
<li>It is configured for optimal usage and lowest battery consumption possible.</li>
127129
<li>It runs in background to constantly deliver you with accurate location updates.</li>
128-
<li>It provides you with the physical Motion State of your users (Standing, Started Moving, Moving Slow or Moving Fast).</li>
130+
<li>It provides you with the physical Motion State of your users (Standing, Walking, Driving slow or Driving fast).</li>
129131
<li>It filters out noise and inaccurate or irrelevant location updates.</li>
130132
<li>It resports anonymous location updates to Ingeo backend server to provide you with great Analytics Dashboard (can be disabled using <a href="#//api/name/setIngeoBackendSupport:"><code>setIngeoBackendSupport:</code></a>).</li>
131133
</ul>
@@ -754,6 +756,30 @@ <h4 class="method-subtitle">Declared In</h4>
754756
</div>
755757

756758

759+
</div>
760+
</div>
761+
</div>
762+
</div>
763+
764+
765+
<a title="Extension Methods" name="task_Extension Methods"></a>
766+
<h2 class="task-title">Extension Methods</h2>
767+
768+
<div class="task-list">
769+
<div class="section-method">
770+
<a name="//api/name/igclLocationManager" title="igclLocationManager"></a>
771+
<h3 class="method-title"><code><a href="#//api/name/igclLocationManager">+&nbsp;igclLocationManager</a></code>
772+
</h3>
773+
774+
<div class="method-info">
775+
<div class="pointy-thing"></div>
776+
777+
<div class="method-info-container">
778+
779+
780+
<div class="method-subsection method-declaration"><code>+ (IGCLLocationManager *)igclLocationManager</code></div>
781+
782+
757783
</div>
758784
</div>
759785
</div>
@@ -764,15 +790,17 @@ <h4 class="method-subtitle">Declared In</h4>
764790

765791

766792

793+
794+
767795
</main>
768796

769797
<footer>
770798
<div class="footer-copyright">
771799

772-
<p class="copyright">Copyright &copy; 2015 IngeoSDK. All rights reserved. Updated: 2015-07-05</p>
800+
<p class="copyright">Copyright &copy; 2015 IngeoSDK. All rights reserved. Updated: 2015-11-22</p>
773801

774802

775-
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
803+
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
776804

777805
</div>
778806
</footer>

Docs/html/Classes/IGNotification.html

Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
6+
<title>IGNotification Class Reference</title>
7+
8+
<link rel="stylesheet" href="../css/style.css">
9+
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
10+
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
11+
</head>
12+
<body class="appledoc">
13+
<header>
14+
<div class="container" class="hide-in-xcode">
15+
16+
<h1 id="library-title">
17+
<a href="../index.html">IngeoSDK for iOS </a>
18+
</h1>
19+
20+
<p id="developer-home">
21+
<a href="../index.html">IngeoSDK</a>
22+
</p>
23+
24+
</div>
25+
</header>
26+
27+
<aside>
28+
<div class="container">
29+
<nav>
30+
<ul id="header-buttons" role="toolbar">
31+
<li><a href="../index.html">Index</a></li>
32+
<li><a href="../hierarchy.html">Hierarchy</a></li>
33+
34+
<li id="on-this-page" role="navigation">
35+
<label>
36+
On This Page
37+
38+
<div class="chevron">
39+
<div class="chevy chevron-left"></div>
40+
<div class="chevy chevron-right"></div>
41+
</div>
42+
43+
<select id="jump-to">
44+
<option value="top">Jump To&#133;</option>
45+
46+
47+
48+
49+
<option value="tasks">Tasks</option>
50+
51+
52+
53+
54+
55+
<optgroup label="Properties">
56+
57+
<option value="//api/name/notification">notification</option>
58+
59+
<option value="//api/name/repeat">repeat</option>
60+
61+
<option value="//api/name/trigger">trigger</option>
62+
63+
</optgroup>
64+
65+
66+
67+
68+
69+
70+
</select>
71+
</label>
72+
</li>
73+
</ul>
74+
</nav>
75+
</div>
76+
</aside>
77+
78+
<article>
79+
<div id="overview_contents" class="container">
80+
<div id="content">
81+
<main role="main">
82+
<h1 class="title">IGNotification Class Reference</h1>
83+
84+
85+
<div class="section section-specification"><table cellspacing="0"><tbody>
86+
<tr>
87+
<th>Inherits from</th>
88+
<td>NSObject</td>
89+
</tr><tr>
90+
<th>Declared in</th>
91+
<td>IGNotification.h</td>
92+
</tr>
93+
</tbody></table></div>
94+
95+
96+
97+
98+
99+
100+
<div class="section section-tasks">
101+
<a title="Tasks" name="tasks"></a>
102+
103+
104+
105+
106+
107+
<div class="task-list">
108+
<div class="section-method">
109+
<a name="//api/name/trigger" title="trigger"></a>
110+
<h3 class="method-title"><code><a href="#//api/name/trigger">&nbsp;&nbsp;trigger</a></code>
111+
</h3>
112+
113+
<div class="method-info">
114+
<div class="pointy-thing"></div>
115+
116+
<div class="method-info-container">
117+
118+
119+
<div class="method-subsection method-declaration"><code>@property (nonatomic, strong) IGTrigger *trigger</code></div>
120+
121+
122+
</div>
123+
</div>
124+
</div><div class="section-method">
125+
<a name="//api/name/repeat" title="repeat"></a>
126+
<h3 class="method-title"><code><a href="#//api/name/repeat">&nbsp;&nbsp;repeat</a></code>
127+
</h3>
128+
129+
<div class="method-info">
130+
<div class="pointy-thing"></div>
131+
132+
<div class="method-info-container">
133+
134+
135+
<div class="method-subsection method-declaration"><code>@property (nonatomic, assign) BOOL repeat</code></div>
136+
137+
138+
</div>
139+
</div>
140+
</div><div class="section-method">
141+
<a name="//api/name/notification" title="notification"></a>
142+
<h3 class="method-title"><code><a href="#//api/name/notification">&nbsp;&nbsp;notification</a></code>
143+
</h3>
144+
145+
<div class="method-info">
146+
<div class="pointy-thing"></div>
147+
148+
<div class="method-info-container">
149+
150+
151+
<div class="method-subsection method-declaration"><code>@property (nonatomic, strong) UILocalNotification *notification</code></div>
152+
153+
154+
</div>
155+
</div>
156+
</div>
157+
</div>
158+
159+
</div>
160+
161+
162+
163+
164+
165+
166+
</main>
167+
168+
<footer>
169+
<div class="footer-copyright">
170+
171+
<p class="copyright">Copyright &copy; 2015 IngeoSDK. All rights reserved. Updated: 2015-11-22</p>
172+
173+
174+
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
175+
176+
</div>
177+
</footer>
178+
</div>
179+
</div>
180+
</article>
181+
182+
<script src="../js/script.js"></script>
183+
</body>
184+
</html>

0 commit comments

Comments
 (0)