Skip to content

Commit

Permalink
[ios] Add KarteVariables 2.8.0 documents
Browse files Browse the repository at this point in the history
  • Loading branch information
hal1008 committed Mar 21, 2024
1 parent 4025cfa commit 7075e6b
Show file tree
Hide file tree
Showing 72 changed files with 10,139 additions and 58 deletions.
191 changes: 191 additions & 0 deletions docs/ios/2.8.0/KarteVariables/Classes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Classes Reference</title>
<link rel="stylesheet" type="text/css" href="css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="css/highlight.css" />
<meta charset='utf-8'>
<script src="js/jquery.min.js" defer></script>
<script src="js/jazzy.js" defer></script>

<script src="js/lunr.min.js" defer></script>
<script src="js/typeahead.jquery.js" defer></script>
<script src="js/jazzy.search.js" defer></script>
</head>
<body>
<a name="//apple_ref/swift/Section/Classes" class="dashAnchor"></a>
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">KarteVariables 2.8.0 Docs</a></p>
<p class="header-right"><a href="https://github.com/plaidev/karte-ios-sdk"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<p class="header-right"><a href="dash-feed://https%3A%2F%2Fplaidev.github.io%2Fkarte-sdk-docs%2Fios%2F2.8.0%2FKarteVariables%2Fdocsets%2FKarteVariables.xml"><img src="img/dash.png" alt="Dash"/>Install in Dash</a></p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="index.html">KarteVariables Reference</a>
<img id="carat" src="img/carat.png" alt=""/>
Classes Reference
</p>
</div>
<div class="content-wrapper">
<nav class="sidebar">
<ul class="nav-groups">
<li class="nav-group-name">
<a href="Classes.html">Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Classes.html#/c:@M@KarteVariables@objc(cs)ObjcCompatibleScopeForVariables">ObjcCompatibleScopeForVariables</a>
</li>
<li class="nav-group-task">
<a href="Classes/Variable.html">Variable</a>
</li>
<li class="nav-group-task">
<a href="Classes/Variables.html">Variables</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="Enums.html">Enumerations</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Enums/LastFetchStatus.html">LastFetchStatus</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="Extensions.html">Extensions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Extensions/Tracker.html">Tracker</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="Typealiases.html">Type Aliases</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Typealiases.html#/s:14KarteVariables15FetchCompletiona">FetchCompletion</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
<section>
<section class="section">
<h1>Classes</h1>
<p>The following classes are available globally.</p>

</section>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/c:@M@KarteVariables@objc(cs)ObjcCompatibleScopeForVariables"></a>
<a name="//apple_ref/swift/Class/ObjcCompatibleScopeForVariables" class="dashAnchor"></a>
<a class="token" href="#/c:@M@KarteVariables@objc(cs)ObjcCompatibleScopeForVariables">ObjcCompatibleScopeForVariables</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>SwiftとObjective-Cの互換性のためのクラスです。</p>

<p><strong>SDK内部で利用するクラスであり、通常のSDK利用でこちらのクラスを利用することはありません。</strong></p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">ObjcCompatibleScopeForVariables</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@M@KarteVariables@objc(cs)KRTVariable"></a>
<a name="//apple_ref/swift/Class/Variable" class="dashAnchor"></a>
<a class="token" href="#/c:@M@KarteVariables@objc(cs)KRTVariable">Variable</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>設定値とそれに付随する情報を保持するためのクラスです。<br>
設定値の他に、接客サービスIDやアクションIDを保持しています。</p>

<a href="Classes/Variable.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc(KRTVariable)</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">Variable</span> <span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt">Codable</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@M@KarteVariables@objc(cs)KRTVariables"></a>
<a name="//apple_ref/swift/Class/Variables" class="dashAnchor"></a>
<a class="token" href="#/c:@M@KarteVariables@objc(cs)KRTVariables">Variables</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>設定値の取得・管理を司るクラスです。</p>

<a href="Classes/Variables.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objc(KRTVariables)</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">Variables</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Variables</span><span class="p">:</span> <span class="kt">Library</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">Variables</span><span class="p">:</span> <span class="kt">ActionModule</span><span class="p">,</span> <span class="kt">UserModule</span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="https://karte.io" target="_blank" rel="external noopener">PLAID, inc.</a>. All rights reserved. (Last updated: 2024-03-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</html>
Loading

0 comments on commit 7075e6b

Please sign in to comment.