summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLUnregisterAppInterface.html
blob: 3f76630cb45882b71d625af8dc092d8b1518f4f1 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<h1>SDLUnregisterAppInterface Class Reference</h1>

<h3>Section Contents</h3>

<ul>
  <li><a href="#section--init">-init</a></li>
  <li><a href="#section--initWithDictionary:">-initWithDictionary:</a></li>
</ul>

<h3>Overview</h3>

<p>Terminates an application&rsquo;s interface registration. This causes SDL&reg; to
 dispose of all resources associated with the application&rsquo;s interface
 registration (e.g. Command Menu items, Choice Sets, button subscriptions,
 etc.)
 <p>
 After the UnregisterAppInterface operation is performed, no other operations
 can be performed until a new app interface registration is established by
 calling <i>{@linkplain RegisterAppInterface}</i>
 <p>
 <b>HMILevel can be FULL, LIMITED, BACKGROUND or NONE</b>
 </p></p>

<p>See SDLRegisterAppInterface SDLOnAppInterfaceUnregistered</p>


<section class="section task-group-section">
  <h3>
      -init
  </h3>
  
  <p>@abstract Constructs a new SDLUnregisterAppInterface object</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight"><code><span class="k">-</span> <span class="p">(</span><span class="n">instancetype</span><span class="p">)</span><span class="n">init</span><span class="p">;</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight"><code><span class="nf">init</span><span class="o">!</span><span class="p">()</span></code></pre>

  
  
  
  <h3>
      -initWithDictionary:
  </h3>
  
  <p>@abstract Constructs a new SDLUnregisterAppInterface object indicated by the NSMutableDictionary
parameter
- parameter: dict The dictionary to use</p>

  
  
  <h4>Objective-C</h4>
  <pre class="highlight"><code><span class="k">-</span> <span class="p">(</span><span class="n">instancetype</span><span class="p">)</span><span class="nf">initWithDictionary</span><span class="p">:(</span><span class="n">NSMutableDictionary</span> <span class="o">*</span><span class="p">)</span><span class="nv">dict</span><span class="p">;</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight"><code><span class="nf">init</span><span class="o">!</span><span class="p">(</span><span class="n">dictionary</span> <span class="nv">dict</span><span class="p">:</span> <span class="kt">NSMutableDictionary</span><span class="o">!</span><span class="p">)</span></code></pre>

  
  
  <h4>Parameters</h4>
  <dl>
      <dt>dict</dt>
      <dd><p>The dictionary to use</p>
</dd>
  </dl>
  
</section>