Skip to content

Commit

Permalink
* Updated ReadMe, Changelog and Documents for Direct Tap SDK v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed Mar 11, 2024
1 parent a346335 commit a1c904f
Show file tree
Hide file tree
Showing 141 changed files with 91 additions and 23,534 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Direct Tap SDK for Android
***
*Version:* 4.3.0
*Version:* 4.4.0
***

### What is Direct Tap SDK?
Expand Down
6 changes: 6 additions & 0 deletions direct/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## 4.4.0 - 2024-03-06

### Changed

- Error Code Mapping (Updated Error Code upon Checkout)

## 4.3.0 - 2024-02-01

### Added
Expand Down
6 changes: 3 additions & 3 deletions direct/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Direct Tap SDK for Android
***
*Version:* 4.3.0
*Version:* 4.4.0
***


Expand Down Expand Up @@ -71,10 +71,10 @@ This set of instructions assumes that the IDE being used is Android Studio
```
**NOTE: You can use any GitHub Account in filling up the credentials**

2. In your app build.gradle file, add this line inside the dependencies configuration: **implementation "com.brankas.tap:direct-tap:4.3.0"** to set the SDK as a dependency for the application. This should look like:
2. In your app build.gradle file, add this line inside the dependencies configuration: **implementation "com.brankas.tap:direct-tap:4.4.0"** to set the SDK as a dependency for the application. This should look like:
````gradle
dependencies {
implementation "com.brankas.tap:direct-tap:4.3.0"
implementation "com.brankas.tap:direct-tap:4.4.0"
}
````

Expand Down
392 changes: 0 additions & 392 deletions javadoc direct/as/brank/sdk/core/direct/DirectErrorCode.Companion.html

This file was deleted.

861 changes: 36 additions & 825 deletions javadoc direct/as/brank/sdk/core/direct/DirectErrorCode.html

Large diffs are not rendered by default.

28 changes: 2 additions & 26 deletions javadoc direct/as/brank/sdk/core/direct/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,33 +108,9 @@ <h1 title="Package" class="title">Package as.brank.sdk.core.direct </h1>
<div class="typeSummary">

<table>
<caption><span>Object Summary</span><span class="tabEnd">&nbsp;</span></caption>
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Object</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>

<tr class="altColor"><th class="colFirst" scope="row"><a href=DirectErrorCode.Companion.html>Companion</a></th><td class="colLast"></td></tr>
</tbody>
</table>

</div>

</li>

<li class="blockList">





<div class="typeSummary">

<table>
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
Expand Down
1 change: 0 additions & 1 deletion javadoc direct/element-list
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$dokka.format:javadoc-v1
$dokka.linkExtension:html
$dokka.location:as.brank.sdk.core.direct/DirectErrorCode.Companion///PointingToDeclaration/as/brank/sdk/core/direct/DirectErrorCode.Companion.html
$dokka.location:as.brank.sdk.core/CoreErrorCode.Companion///PointingToDeclaration/as/brank/sdk/core/CoreErrorCode.Companion.html
$dokka.location:tap.model.direct/Language.Companion///PointingToDeclaration/tap/model/direct/Language.Companion.html
$dokka.location:tap.model.direct/Status.Companion///PointingToDeclaration/tap/model/direct/Status.Companion.html
Expand Down
26 changes: 0 additions & 26 deletions javadoc direct/index-files/index-22.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,19 +189,6 @@ <h2 class="title">V</h2>
<dd>Returns the enum constant of this type with the specified name.</dd>


<dt>

<span class="memberNameLink">

<a href="../as/brank/sdk/core/direct/DirectErrorCode.html#valueOf(java.lang.String)">valueOf(java.lang.String)</a>

</span> - function in as.brank.sdk.core.direct.<a href=../as/brank/sdk/core/direct/DirectErrorCode.html>DirectErrorCode</a>


</dt>
<dd>Returns the enum constant of this type with the specified name.</dd>


<dt>

<span class="memberNameLink">
Expand Down Expand Up @@ -306,19 +293,6 @@ <h2 class="title">V</h2>
<dd>Returns an array containing the constants of this enum type, in the order they're declared.</dd>


<dt>

<span class="memberNameLink">

<a href="../as/brank/sdk/core/direct/DirectErrorCode.html#values()">values()</a>

</span> - function in as.brank.sdk.core.direct.<a href=../as/brank/sdk/core/direct/DirectErrorCode.html>DirectErrorCode</a>


</dt>
<dd>Returns an array containing the constants of this enum type, in the order they're declared.</dd>


<dt>

<span class="memberNameLink">
Expand Down
Loading

0 comments on commit a1c904f

Please sign in to comment.