Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adyen-git-manager committed Jul 17, 2019
1 parent ced966d commit 9bfddd8
Show file tree
Hide file tree
Showing 24 changed files with 4,990 additions and 96 deletions.
15 changes: 12 additions & 3 deletions Docs/Blocks/ADYChallengeCompletionHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">

<title></title>
<title>ADYChallengeCompletionHandler Block Reference</title>

<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">

<meta name="generator" content="appledoc 2.2.1 (build 1333)">
</head>
<body class="appledoc">
<header>
Expand Down Expand Up @@ -59,9 +59,16 @@ <h1 id="library-title">
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title"></h1>
<h1 class="title">ADYChallengeCompletionHandler Block Reference</h1>


<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Declared in</th>
<td>ADYTransaction.h</td>
</tr>
</tbody></table></div>




Expand All @@ -76,6 +83,8 @@ <h1 class="title"></h1>
<p class="copyright">Copyright &copy; 2019 Adyen. All rights reserved. Updated: 2019-07-17</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>

</div>
</footer>
</div>
Expand Down
156 changes: 153 additions & 3 deletions Docs/Classes/ADYAppearance.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">

<title></title>
<title>ADYAppearance Class Reference</title>

<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">

<meta name="generator" content="appledoc 2.2.1 (build 1333)">
</head>
<body class="appledoc">
<header>
Expand Down Expand Up @@ -43,10 +43,30 @@ <h1 id="library-title">
<select id="jump-to">
<option value="top">Jump To&#133;</option>

<option value="overview">Overview</option>




<option value="tasks">Tasks</option>





<optgroup label="Properties">

<option value="//api/name/font">font</option>

<option value="//api/name/textColor">textColor</option>

</optgroup>






</select>
</label>
</li>
Expand All @@ -59,12 +79,140 @@ <h1 id="library-title">
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title"></h1>
<h1 class="title">ADYAppearance Class Reference</h1>


<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Inherits from</th>
<td>NSObject</td>
</tr><tr>
<th>Conforms to</th>
<td>NSCopying</td>
</tr><tr>
<th>Declared in</th>
<td>ADYAppearance.h</td>
</tr>
</tbody></table></div>




<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>Contains properties to customize the appearance of an interface element.</p><div class="note"><p><strong>Note:</strong> This class corresponds to the <code>Customization</code> class in the specification.</p></div>
</div>





<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>





<div class="task-list">
<div class="section-method">
<a name="//api/name/font" title="font"></a>
<h3 class="method-title"><code><a href="#//api/name/font">&nbsp;&nbsp;font</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection brief-description">
<p>The font in which text is displayed.</p>
</div>



<div class="method-subsection method-declaration"><code>@property (nonatomic, strong, readwrite) UIFont *font</code></div>









<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>The font in which text is displayed.</p>
</div>







<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">ADYAppearance.h</code></p>
</div>


</div>
</div>
</div><div class="section-method">
<a name="//api/name/textColor" title="textColor"></a>
<h3 class="method-title"><code><a href="#//api/name/textColor">&nbsp;&nbsp;textColor</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection brief-description">
<p>The color in which text is displayed.</p>
</div>



<div class="method-subsection method-declaration"><code>@property (nonatomic, strong, readwrite) UIColor *textColor</code></div>









<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>The color in which text is displayed.</p>
</div>







<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">ADYAppearance.h</code></p>
</div>


</div>
</div>
</div>
</div>

</div>




Expand All @@ -76,6 +224,8 @@ <h1 class="title"></h1>
<p class="copyright">Copyright &copy; 2019 Adyen. All rights reserved. Updated: 2019-07-17</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>

</div>
</footer>
</div>
Expand Down
Loading

0 comments on commit 9bfddd8

Please sign in to comment.