-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introducing new Notifications Manager. Support for iOS9 SSL and more.…
… see release notes.
- Loading branch information
Amit Palomo
committed
Nov 22, 2015
1 parent
9f9e028
commit 3e8b5f3
Showing
30 changed files
with
2,555 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,184 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<title>IGNotification Class Reference</title> | ||
|
||
<link rel="stylesheet" href="../css/style.css"> | ||
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4"> | ||
<meta name="generator" content="appledoc 2.2.1 (build 1334)"> | ||
</head> | ||
<body class="appledoc"> | ||
<header> | ||
<div class="container" class="hide-in-xcode"> | ||
|
||
<h1 id="library-title"> | ||
<a href="../index.html">IngeoSDK for iOS </a> | ||
</h1> | ||
|
||
<p id="developer-home"> | ||
<a href="../index.html">IngeoSDK</a> | ||
</p> | ||
|
||
</div> | ||
</header> | ||
|
||
<aside> | ||
<div class="container"> | ||
<nav> | ||
<ul id="header-buttons" role="toolbar"> | ||
<li><a href="../index.html">Index</a></li> | ||
<li><a href="../hierarchy.html">Hierarchy</a></li> | ||
|
||
<li id="on-this-page" role="navigation"> | ||
<label> | ||
On This Page | ||
|
||
<div class="chevron"> | ||
<div class="chevy chevron-left"></div> | ||
<div class="chevy chevron-right"></div> | ||
</div> | ||
|
||
<select id="jump-to"> | ||
<option value="top">Jump To…</option> | ||
|
||
|
||
|
||
|
||
<option value="tasks">Tasks</option> | ||
|
||
|
||
|
||
|
||
|
||
<optgroup label="Properties"> | ||
|
||
<option value="//api/name/notification">notification</option> | ||
|
||
<option value="//api/name/repeat">repeat</option> | ||
|
||
<option value="//api/name/trigger">trigger</option> | ||
|
||
</optgroup> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</select> | ||
</label> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</aside> | ||
|
||
<article> | ||
<div id="overview_contents" class="container"> | ||
<div id="content"> | ||
<main role="main"> | ||
<h1 class="title">IGNotification Class Reference</h1> | ||
|
||
|
||
<div class="section section-specification"><table cellspacing="0"><tbody> | ||
<tr> | ||
<th>Inherits from</th> | ||
<td>NSObject</td> | ||
</tr><tr> | ||
<th>Declared in</th> | ||
<td>IGNotification.h</td> | ||
</tr> | ||
</tbody></table></div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="section section-tasks"> | ||
<a title="Tasks" name="tasks"></a> | ||
|
||
|
||
|
||
|
||
|
||
<div class="task-list"> | ||
<div class="section-method"> | ||
<a name="//api/name/trigger" title="trigger"></a> | ||
<h3 class="method-title"><code><a href="#//api/name/trigger"> trigger</a></code> | ||
</h3> | ||
|
||
<div class="method-info"> | ||
<div class="pointy-thing"></div> | ||
|
||
<div class="method-info-container"> | ||
|
||
|
||
<div class="method-subsection method-declaration"><code>@property (nonatomic, strong) IGTrigger *trigger</code></div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div><div class="section-method"> | ||
<a name="//api/name/repeat" title="repeat"></a> | ||
<h3 class="method-title"><code><a href="#//api/name/repeat"> repeat</a></code> | ||
</h3> | ||
|
||
<div class="method-info"> | ||
<div class="pointy-thing"></div> | ||
|
||
<div class="method-info-container"> | ||
|
||
|
||
<div class="method-subsection method-declaration"><code>@property (nonatomic, assign) BOOL repeat</code></div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div><div class="section-method"> | ||
<a name="//api/name/notification" title="notification"></a> | ||
<h3 class="method-title"><code><a href="#//api/name/notification"> notification</a></code> | ||
</h3> | ||
|
||
<div class="method-info"> | ||
<div class="pointy-thing"></div> | ||
|
||
<div class="method-info-container"> | ||
|
||
|
||
<div class="method-subsection method-declaration"><code>@property (nonatomic, strong) UILocalNotification *notification</code></div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</main> | ||
|
||
<footer> | ||
<div class="footer-copyright"> | ||
|
||
<p class="copyright">Copyright © 2015 IngeoSDK. All rights reserved. Updated: 2015-11-22</p> | ||
|
||
|
||
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p> | ||
|
||
</div> | ||
</footer> | ||
</div> | ||
</div> | ||
</article> | ||
|
||
<script src="../js/script.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.