summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLRPCNotificationNotification.html
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-10-30 17:17:52 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-10-30 17:17:52 -0400
commit4233b570952751945a3f066f35595fbcaec2b0ae (patch)
tree7888256d1be523dfcb3f4343c59b64b1b516a644 /docs/Classes/SDLRPCNotificationNotification.html
parent43f6367aa18724143032f3624887b0f867c5cc47 (diff)
downloadsdl_ios-release/5.0.0.tar.gz
Update for 5.0.0 releaserelease/5.0.0
Diffstat (limited to 'docs/Classes/SDLRPCNotificationNotification.html')
-rw-r--r--docs/Classes/SDLRPCNotificationNotification.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/docs/Classes/SDLRPCNotificationNotification.html b/docs/Classes/SDLRPCNotificationNotification.html
index 5d2589ae7..43b3ae5e3 100644
--- a/docs/Classes/SDLRPCNotificationNotification.html
+++ b/docs/Classes/SDLRPCNotificationNotification.html
@@ -5,6 +5,8 @@
<ul>
<li><a href="#section-notification">notification</a></li>
<li><a href="#section--initWithName:object:rpcNotification:">-initWithName:object:rpcNotification:</a></li>
+ <li><a href="#section--isNotificationMemberOfClass:">-isNotificationMemberOfClass:</a></li>
+ <li><a href="#section--isNotificationKindOfClass:">-isNotificationKindOfClass:</a></li>
</ul>
<h3>Overview</h3>
@@ -35,4 +37,50 @@
+ <h3 id="section--isNotificationMemberOfClass:">
+ -isNotificationMemberOfClass:
+ </h3>
+
+ <p>Returns whether or not the containing notification is equal to a class, not including subclasses.</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">-</span> <span class="p">(</span><span class="n">BOOL</span><span class="p">)</span><span class="nf">isNotificationMemberOfClass</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n">Class</span><span class="p">)</span><span class="nv">aClass</span><span class="p">;</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight"><code><span class="kd">func</span> <span class="nf">isNotificationMember</span><span class="p">(</span><span class="n">of</span> <span class="nv">aClass</span><span class="p">:</span> <span class="kt">AnyClass</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Bool</span></code></pre>
+
+
+
+ <h4>Parameters</h4>
+ <dl>
+ <dt>aClass</dt>
+ <dd><p>the class you are questioning</p></dd>
+ </dl>
+
+ <h3 id="section--isNotificationKindOfClass:">
+ -isNotificationKindOfClass:
+ </h3>
+
+ <p>Returns whether or not the containing notification is a kind of class, including subclasses.</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">-</span> <span class="p">(</span><span class="n">BOOL</span><span class="p">)</span><span class="nf">isNotificationKindOfClass</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n">Class</span><span class="p">)</span><span class="nv">aClass</span><span class="p">;</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight"><code><span class="kd">func</span> <span class="nf">isNotificationKind</span><span class="p">(</span><span class="n">of</span> <span class="nv">aClass</span><span class="p">:</span> <span class="kt">AnyClass</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Bool</span></code></pre>
+
+
+
+ <h4>Parameters</h4>
+ <dl>
+ <dt>aClass</dt>
+ <dd><p>the class you are questioning</p></dd>
+ </dl>
+
</section>