summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLGetSystemCapability.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLGetSystemCapability.html')
-rw-r--r--docs/Classes/SDLGetSystemCapability.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/docs/Classes/SDLGetSystemCapability.html b/docs/Classes/SDLGetSystemCapability.html
new file mode 100644
index 000000000..866542a9c
--- /dev/null
+++ b/docs/Classes/SDLGetSystemCapability.html
@@ -0,0 +1,48 @@
+<h1>SDLGetSystemCapability Class Reference</h1>
+
+<h3>Section Contents</h3>
+
+<ul>
+ <li><a href="#section--initWithType:">-initWithType:</a></li>
+ <li><a href="#section-systemCapabilityType">systemCapabilityType</a></li>
+</ul>
+
+<h3>Overview</h3>
+
+<p>Undocumented</p>
+
+
+<section class="section task-group-section">
+ <h3 id="section--initWithType:">
+ -initWithType:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+
+
+
+ <h3 id="section-systemCapabilityType">
+ systemCapabilityType
+ </h3>
+
+ <p>They type of capability you&rsquo;d like to receive in the response.</p>
+
+<p>Mandatory</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:SDLSystemCapabilityType.h@T@SDLSystemCapabilityType">SDLSystemCapabilityType</a></span> <span class="n">_Nonnull</span> <span class="n">systemCapabilityType</span><span class="p">;</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight"><code><span class="k">var</span> <span class="nv">systemCapabilityType</span><span class="p">:</span> <span class="kt"><a href="../Type Definitions.html#/c:SDLSystemCapabilityType.h@T@SDLSystemCapabilityType">SDLSystemCapabilityType</a></span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
+
+
+
+
+</section>