summaryrefslogtreecommitdiff
path: root/docs/Enums/SDLSubscribeButtonManagerError.html
blob: 949a0432b76b5ccd6fc3a520099d78b969cc98e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<h1>SDLSubscribeButtonManagerError Enumeration Reference</h1>

<h3>Section Contents</h3>

<ul>
  <li><a href="#section-SDLSubscribeButtonManagerErrorNotSubscribed">SDLSubscribeButtonManagerErrorNotSubscribed</a></li>
</ul>

<h3>Overview</h3>

<p>Errors associated with the Subscribe Button Manager class</p>


<section class="section task-group-section">
  <h3 id="section-SDLSubscribeButtonManagerErrorNotSubscribed">
      SDLSubscribeButtonManagerErrorNotSubscribed
  </h3>
  
  <p>Attempting to unsubscribe to a subscribe button that has not yet been subscribed to yet.</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="n">SDLSubscribeButtonManagerErrorNotSubscribed</span> <span class="o">=</span> <span class="o">-</span><span class="mi">1</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="k">case</span> <span class="n">notSubscribed</span> <span class="o">=</span> <span class="o">-</span><span class="mi">1</span></code></pre>

  
  
  
</section>