Skip to content

Commit 8b71e46

Browse files
authored
Merge pull request #12 from ThalesGroup/hotfix/ios_4.1.0
feat(ios): added 4.1.0 ios apidoc
2 parents 3b9d452 + 3013593 commit 8b71e46

File tree

20 files changed

+30
-30
lines changed

20 files changed

+30
-30
lines changed

d1-sdk/4.1.0/ios/Classes.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ <h4>Declaration</h4>
492492
<section class="section">
493493
<div class="pointer"></div>
494494
<div class="abstract">
495-
<p>This represents the secure text field instance for secure text entry.
495+
<p>This represents the secure text field instance for the secure text entry.
496496
This class is inherited from <a href="https://developer.apple.com/documentation/uikit/uitextfield">UITextField</a>.</p>
497497
<div class="aside aside-since">
498498
<p class="aside-title">Since</p>
@@ -527,7 +527,7 @@ <h4>Declaration</h4>
527527
<section class="section">
528528
<div class="pointer"></div>
529529
<div class="abstract">
530-
<p>An object representation of secure display text field instance.
530+
<p>An object representation of a secure display text field instance.
531531
This class is inherited from <a href="https://developer.apple.com/documentation/uikit/uitextfield">UITextField</a>.</p>
532532
<div class="aside aside-since">
533533
<p class="aside-title">Since</p>
@@ -562,7 +562,7 @@ <h4>Declaration</h4>
562562
<section class="section">
563563
<div class="pointer"></div>
564564
<div class="abstract">
565-
<p>An object representation of secure text field instance for secure text entry.
565+
<p>An object representation of a secure text field instance for secure text entry.
566566
This class is inherited from <a href="https://developer.apple.com/documentation/uikit/uitextfield">UITextField</a>.</p>
567567
<div class="aside aside-since">
568568
<p class="aside-title">Since</p>

d1-sdk/4.1.0/ios/Classes/CardTransactionRecord.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ <h4>Declaration</h4>
400400
<section class="section">
401401
<div class="pointer"></div>
402402
<div class="abstract">
403-
<p>The reason the transaction is declined when the status is DECLINED. <br/></p>
403+
<p>The reason the transaction is declined when the status is <code>DECLINED</code>. <br/></p>
404404

405405
<p>Refer to Stoplight for the set of declined reasons and respective declined details.<br/></p>
406406

d1-sdk/4.1.0/ios/Classes/CardTransactionRecord/Amount.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ <h1>Amount</h1>
292292
<section class="section">
293293
<div class="pointer"></div>
294294
<div class="abstract">
295-
<p>Retrieves the transaction amount. The transaction amount is obtained by multiplying the nominal amount value by 10 to the power of n, where n is the currency exponent of the currency code received in the <code><a href="../../Classes/CardTransactionRecord/Amount.html#/s:2D121CardTransactionRecordC6AmountC12currencyCodeSSvp">currencyCode</a></code>.
295+
<p>Retrieves the transaction amount. The transaction amount is obtained by multiplying the nominal value by 10 to the power of n, where n is the currency exponent of the currency code received in the <code><a href="../../Classes/CardTransactionRecord/Amount.html#/s:2D121CardTransactionRecordC6AmountC12currencyCodeSSvp">currencyCode</a></code>.
296296
The last n digits are used for decimals.
297297
For example, an amount displayed as US$ 99,999.99 will be received as 9999999.</p>
298298

d1-sdk/4.1.0/ios/Classes/D1DisplayTextField.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ <h1>D1DisplayTextField</h1>
269269

270270
</div>
271271
</div>
272-
<p>This represents the secure text field instance for secure text entry.
272+
<p>This represents the secure text field instance for the secure text entry.
273273
This class is inherited from <a href="https://developer.apple.com/documentation/uikit/uitextfield">UITextField</a>.</p>
274274
<div class="aside aside-since">
275275
<p class="aside-title">Since</p>
@@ -295,10 +295,10 @@ <h1>D1DisplayTextField</h1>
295295
<div class="pointer"></div>
296296
<div class="abstract">
297297
<p>Copies the text into system clipboard.
298-
For security reason, the text is available only on local device ( no Handoff feature ) and has expiry date of 120 seconds.</p>
298+
For security reason, the text is available only on local device ( no Handoff feature ) for 120 seconds.</p>
299299
<div class="aside aside-warning">
300300
<p class="aside-title">Warning</p>
301-
The clipboard is accessible system wide. Thus, the sensitive
301+
The clipboard is accessible system-wide. Thus, the sensitive
302302
data copied (for example, PAN and CVV) will be accessible to other apps.
303303
Hence, it is not recommended to use it on CVV or the expiration date.
304304

d1-sdk/4.1.0/ios/Classes/D1PINDisplayTextField.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ <h1>D1PINDisplayTextField</h1>
269269

270270
</div>
271271
</div>
272-
<p>An object representation of secure display text field instance.
272+
<p>An object representation of a secure display text field instance.
273273
This class is inherited from <a href="https://developer.apple.com/documentation/uikit/uitextfield">UITextField</a>.</p>
274274
<div class="aside aside-since">
275275
<p class="aside-title">Since</p>

d1-sdk/4.1.0/ios/Classes/D1SecureTextField.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ <h1>D1SecureTextField</h1>
269269

270270
</div>
271271
</div>
272-
<p>An object representation of secure text field instance for secure text entry.
272+
<p>An object representation of a secure text field instance for secure text entry.
273273
This class is inherited from <a href="https://developer.apple.com/documentation/uikit/uitextfield">UITextField</a>.</p>
274274
<div class="aside aside-since">
275275
<p class="aside-title">Since</p>

d1-sdk/4.1.0/ios/Enums.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ <h4>Declaration</h4>
347347
<div class="pointer"></div>
348348
<div class="abstract">
349349
<p>The supported schemes.
350-
Visa, Mastercard, Pagobancomat, and Amex are currently supported.</p>
350+
Currently supports Visa, Mastercard, PagoBANCOMAT, and Amex schemes.</p>
351351
<div class="aside aside-since">
352352
<p class="aside-title">Since</p>
353353
1.0.0

d1-sdk/4.1.0/ios/Enums/CardScheme.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ <h1>CardScheme</h1>
269269
</div>
270270
</div>
271271
<p>The supported schemes.
272-
Visa, Mastercard, Pagobancomat, and Amex are currently supported.</p>
272+
Currently supports Visa, Mastercard, PagoBANCOMAT, and Amex schemes.</p>
273273
<div class="aside aside-since">
274274
<p class="aside-title">Since</p>
275275
1.0.0

d1-sdk/4.1.0/ios/docsets/D1.docset/Contents/Resources/Documents/Classes.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ <h4>Declaration</h4>
492492
<section class="section">
493493
<div class="pointer"></div>
494494
<div class="abstract">
495-
<p>This represents the secure text field instance for secure text entry.
495+
<p>This represents the secure text field instance for the secure text entry.
496496
This class is inherited from <a href="https://developer.apple.com/documentation/uikit/uitextfield">UITextField</a>.</p>
497497
<div class="aside aside-since">
498498
<p class="aside-title">Since</p>
@@ -527,7 +527,7 @@ <h4>Declaration</h4>
527527
<section class="section">
528528
<div class="pointer"></div>
529529
<div class="abstract">
530-
<p>An object representation of secure display text field instance.
530+
<p>An object representation of a secure display text field instance.
531531
This class is inherited from <a href="https://developer.apple.com/documentation/uikit/uitextfield">UITextField</a>.</p>
532532
<div class="aside aside-since">
533533
<p class="aside-title">Since</p>
@@ -562,7 +562,7 @@ <h4>Declaration</h4>
562562
<section class="section">
563563
<div class="pointer"></div>
564564
<div class="abstract">
565-
<p>An object representation of secure text field instance for secure text entry.
565+
<p>An object representation of a secure text field instance for secure text entry.
566566
This class is inherited from <a href="https://developer.apple.com/documentation/uikit/uitextfield">UITextField</a>.</p>
567567
<div class="aside aside-since">
568568
<p class="aside-title">Since</p>

d1-sdk/4.1.0/ios/docsets/D1.docset/Contents/Resources/Documents/Classes/CardTransactionRecord.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ <h4>Declaration</h4>
400400
<section class="section">
401401
<div class="pointer"></div>
402402
<div class="abstract">
403-
<p>The reason the transaction is declined when the status is DECLINED. <br/></p>
403+
<p>The reason the transaction is declined when the status is <code>DECLINED</code>. <br/></p>
404404

405405
<p>Refer to Stoplight for the set of declined reasons and respective declined details.<br/></p>
406406

0 commit comments

Comments
 (0)