summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLUnsubscribeButton.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLUnsubscribeButton.html')
-rw-r--r--docs/Classes/SDLUnsubscribeButton.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/Classes/SDLUnsubscribeButton.html b/docs/Classes/SDLUnsubscribeButton.html
index 1ea971bdd..dfe8ef708 100644
--- a/docs/Classes/SDLUnsubscribeButton.html
+++ b/docs/Classes/SDLUnsubscribeButton.html
@@ -27,12 +27,12 @@ See SDLSubscribeButton</p>
-initWithButtonName:
</h3>
- <p>Undocumented</p>
+ <p>Convenience init to unsubscribe from a subscription button</p>
<h4>Objective-C</h4>
- <pre class="highlight objective_c"><code><span class="k">-</span> <span class="p">(</span><span class="n">instancetype</span><span class="p">)</span><span class="nf">initWithButtonName</span><span class="p">:(</span><span class="n"><a href="../Type%20Definitions.html#/c:SDLButtonName.h@T@SDLButtonName">SDLButtonName</a></span><span class="p">)</span><span class="nv">buttonName</span><span class="p">;</span></code></pre>
+ <pre class="highlight objective_c"><code><span class="k">-</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span><span class="nf">initWithButtonName</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n"><a href="../Type%20Definitions.html#/c:SDLButtonName.h@T@SDLButtonName">SDLButtonName</a></span><span class="p">)</span><span class="nv">buttonName</span><span class="p">;</span></code></pre>
<h4>Swift</h4>
@@ -40,6 +40,15 @@ See SDLSubscribeButton</p>
+ <h4>Parameters</h4>
+ <dl>
+ <dt>buttonName</dt>
+ <dd><p>A name of the button to unsubscribe from</p></dd>
+ </dl>
+ <div>
+ <h4>Return Value</h4>
+ <p>A name of the button to unsubscribe from</p>
+ </div>
<h3 id="section-buttonName">
buttonName