summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLOnTBTClientState.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLOnTBTClientState.html')
-rw-r--r--docs/Classes/SDLOnTBTClientState.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Classes/SDLOnTBTClientState.html b/docs/Classes/SDLOnTBTClientState.html
index e32c43487..06d81f092 100644
--- a/docs/Classes/SDLOnTBTClientState.html
+++ b/docs/Classes/SDLOnTBTClientState.html
@@ -8,7 +8,7 @@
<h3>Overview</h3>
-<p>Undocumented</p>
+<p>Provides applications with notifications specific to the current TBT client status on the module</p>
<section class="section task-group-section">
@@ -16,12 +16,12 @@
state
</h3>
- <p>Undocumented</p>
+ <p>Current State of TBT client</p>
<h4>Objective-C</h4>
- <pre class="highlight objective_c"><code><span class="k">@property</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:SDLTBTState.h@T@SDLTBTState">SDLTBTState</a></span> <span class="n">state</span></code></pre>
+ <pre class="highlight objective_c"><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:SDLTBTState.h@T@SDLTBTState">SDLTBTState</a></span> <span class="n">_Nonnull</span> <span class="n">state</span><span class="p">;</span></code></pre>
<h4>Swift</h4>