-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from button/release/1.4.5
Patch Release 1.4.5
- Loading branch information
Showing
65 changed files
with
13,114 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,208 @@ | ||
<!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">ButtonMerchant 1.4.5 Docs</a> (95% documented)</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">ButtonMerchant 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/ButtonMerchant.html">ButtonMerchant</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="Classes/ButtonProduct.html">ButtonProduct</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="Classes/Order.html">Order</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="Classes/Order/Customer.html">– Customer</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="Classes/Order/LineItem.html">– LineItem</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/ButtonMerchantError.html">ButtonMerchantError</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="Enums/ConfigurationError.html">ConfigurationError</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="Enums/NetworkError.html">NetworkError</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-group-name"> | ||
<a href="Protocols.html">Protocols</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a href="Protocols/Activity.html">Activity</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="Protocols/ButtonProductCompatible.html">ButtonProductCompatible</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a href="Protocols/Configurable.html">Configurable</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-group-name"> | ||
<a href="Structs.html">Structures</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a href="Structs.html#/s:14ButtonMerchant7VersionV">Version</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@ButtonMerchant@objc(cs)ButtonMerchant"></a> | ||
<a name="//apple_ref/swift/Class/ButtonMerchant" class="dashAnchor"></a> | ||
<a class="token" href="#/c:@M@ButtonMerchant@objc(cs)ButtonMerchant">ButtonMerchant</a> | ||
</code> | ||
</div> | ||
<div class="height-container"> | ||
<div class="pointer-container"></div> | ||
<section class="section"> | ||
<div class="pointer"></div> | ||
<div class="abstract"> | ||
<p><code>ButtonMerchant</code> is the main entry point to the library.</p> | ||
|
||
<p>To get started with your integration, | ||
get your application Id from from the <a href="https://app.usebutton.com">Button Dashboard</a>. | ||
and follow our simple <a href="https://developer.usebutton.com/docs/ios-add-merchant-library">integration guide</a></p> | ||
|
||
<a href="Classes/ButtonMerchant.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">@objcMembers</span> | ||
<span class="kd">final</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">ButtonMerchant</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@ButtonMerchant@objc(cs)ButtonProduct"></a> | ||
<a name="//apple_ref/swift/Class/ButtonProduct" class="dashAnchor"></a> | ||
<a class="token" href="#/c:@M@ButtonMerchant@objc(cs)ButtonProduct">ButtonProduct</a> | ||
</code> | ||
</div> | ||
<div class="height-container"> | ||
<div class="pointer-container"></div> | ||
<section class="section"> | ||
<div class="pointer"></div> | ||
<div class="abstract"> | ||
<p>A concrete implementation of the ButtonProductCompatible protocol.</p> | ||
|
||
<a href="Classes/ButtonProduct.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">final</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">ButtonProduct</span> <span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="kt"><a href="Protocols/ButtonProductCompatible.html">ButtonProductCompatible</a></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@ButtonMerchant@objc(cs)BTNOrder"></a> | ||
<a name="//apple_ref/swift/Class/Order" class="dashAnchor"></a> | ||
<a class="token" href="#/c:@M@ButtonMerchant@objc(cs)BTNOrder">Order</a> | ||
</code> | ||
</div> | ||
<div class="height-container"> | ||
<div class="pointer-container"></div> | ||
<section class="section"> | ||
<div class="pointer"></div> | ||
<div class="abstract"> | ||
<p>Represents an order placed by the user to be reported using <code>ButtonMerchant.reportOrder(order)</code>.</p> | ||
|
||
<a href="Classes/Order.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">@objcMembers</span> | ||
<span class="kd">@objc(BTNOrder)</span> | ||
<span class="kd">final</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">Order</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> | ||
</ul> | ||
</div> | ||
</section> | ||
</section> | ||
<section id="footer"> | ||
<p>Copyright © 2018 Button, Inc. All rights reserved. (<a href="https://usebutton.com">https://usebutton.com</a>) under <a class="link" href="https://github.com/button/button-merchant-ios-private/blob/master/LICENSE" target="_blank" rel="external noopener">MIT License</a>.</p> | ||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p> | ||
</section> | ||
</article> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.