summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLOnAppInterfaceUnregistered.html
blob: b341530ccbe10a4cbbf05ed61331b809561289d1 (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
34
35
36
37
38
39
40
41
42
43
<h1>SDLOnAppInterfaceUnregistered Class Reference</h1>

<h3>Section Contents</h3>

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

<h3>Overview</h3>

<p>Notifies an application that its interface registration has been terminated. This means that all SDL resources associated with the application are discarded, including the Command Menu, Choice Sets, button subscriptions, etc.</p>

<p>For more information about SDL resources related to an interface registration, see <i>SDLRegisterAppInterface</i>.</p>

<p>@since SDL 1.0</p>
<div class="aside aside-see">
    <p class="aside-title">See</p>
    SDLRegisterAppInterface

</div>


<section class="section task-group-section">
  <h3 id="section-reason">
      reason
  </h3>
  
  <p>@abstract The reason application&rsquo;s interface was terminated</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">)</span>
    <span class="n"><a href="../Type Definitions.html#/c:SDLAppInterfaceUnregisteredReason.h@T@SDLAppInterfaceUnregisteredReason">SDLAppInterfaceUnregisteredReason</a></span> <span class="n">_Nonnull</span> <span class="n">reason</span><span class="p">;</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight"><code><span class="k">var</span> <span class="nv">reason</span><span class="p">:</span> <span class="kt"><a href="../Type Definitions.html#/c:SDLAppInterfaceUnregisteredReason.h@T@SDLAppInterfaceUnregisteredReason">SDLAppInterfaceUnregisteredReason</a></span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>

  
  
  
</section>