This repository has been archived by the owner on May 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
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 #76 from Alviere/release-1.2.1
Kakao 1.2.1 release
- Loading branch information
Showing
195 changed files
with
2,751 additions
and
48 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
8 changes: 8 additions & 0 deletions
8
docs/kakao/com.agoda.kakao/-activity-result-builder/-init-.md
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,8 @@ | ||
[kakao](../../index.md) / [com.agoda.kakao](../index.md) / [ActivityResultBuilder](index.md) / [<init>](.) | ||
|
||
# <init> | ||
|
||
`ActivityResultBuilder()` | ||
|
||
Class for building ActivityResult | ||
|
5 changes: 5 additions & 0 deletions
5
docs/kakao/com.agoda.kakao/-activity-result-builder/get-result.md
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,5 @@ | ||
[kakao](../../index.md) / [com.agoda.kakao](../index.md) / [ActivityResultBuilder](index.md) / [getResult](.) | ||
|
||
# getResult | ||
|
||
`fun getResult(): `[`ActivityResult`](https://developer.android.com/reference/android/app/Instrumentation/ActivityResult.html) |
21 changes: 21 additions & 0 deletions
21
docs/kakao/com.agoda.kakao/-activity-result-builder/index.md
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,21 @@ | ||
[kakao](../../index.md) / [com.agoda.kakao](../index.md) / [ActivityResultBuilder](.) | ||
|
||
# ActivityResultBuilder | ||
|
||
`class ActivityResultBuilder` | ||
|
||
Class for building ActivityResult | ||
|
||
### Constructors | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [<init>](-init-.md) | `ActivityResultBuilder()`<br>Class for building ActivityResult | | ||
|
||
### Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [getResult](get-result.md) | `fun getResult(): `[`ActivityResult`](https://developer.android.com/reference/android/app/Instrumentation/ActivityResult.html) | | ||
| [withCode](with-code.md) | `fun withCode(code: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Sets given result code | | ||
| [withData](with-data.md) | `fun withData(data: `[`Intent`](https://developer.android.com/reference/android/content/Intent.html)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Sets given result data | |
11 changes: 11 additions & 0 deletions
11
docs/kakao/com.agoda.kakao/-activity-result-builder/with-code.md
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,11 @@ | ||
[kakao](../../index.md) / [com.agoda.kakao](../index.md) / [ActivityResultBuilder](index.md) / [withCode](.) | ||
|
||
# withCode | ||
|
||
`fun withCode(code: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | ||
|
||
Sets given result code | ||
|
||
### Parameters | ||
|
||
`code` - Result code to be saved |
11 changes: 11 additions & 0 deletions
11
docs/kakao/com.agoda.kakao/-activity-result-builder/with-data.md
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,11 @@ | ||
[kakao](../../index.md) / [com.agoda.kakao](../index.md) / [ActivityResultBuilder](index.md) / [withData](.) | ||
|
||
# withData | ||
|
||
`fun withData(data: `[`Intent`](https://developer.android.com/reference/android/content/Intent.html)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | ||
|
||
Sets given result data | ||
|
||
### Parameters | ||
|
||
`data` - Result data to be saved |
13 changes: 13 additions & 0 deletions
13
docs/kakao/com.agoda.kakao/-background-color-matcher/-init-.md
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,13 @@ | ||
[kakao](../../index.md) / [com.agoda.kakao](../index.md) / [BackgroundColorMatcher](index.md) / [<init>](.) | ||
|
||
# <init> | ||
|
||
`BackgroundColorMatcher(@ColorRes resId: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)` = -1, colorCode: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`? = null)` | ||
|
||
Matches given background color with the current one | ||
|
||
### Parameters | ||
|
||
`resId` - Background color resource to be matched (default is -1) | ||
|
||
`colorCode` - Background color string code to be matched (default is null) |
5 changes: 5 additions & 0 deletions
5
docs/kakao/com.agoda.kakao/-background-color-matcher/describe-to.md
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,5 @@ | ||
[kakao](../../index.md) / [com.agoda.kakao](../index.md) / [BackgroundColorMatcher](index.md) / [describeTo](.) | ||
|
||
# describeTo | ||
|
||
`fun describeTo(description: Description): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) |
26 changes: 26 additions & 0 deletions
26
docs/kakao/com.agoda.kakao/-background-color-matcher/index.md
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,26 @@ | ||
[kakao](../../index.md) / [com.agoda.kakao](../index.md) / [BackgroundColorMatcher](.) | ||
|
||
# BackgroundColorMatcher | ||
|
||
`class BackgroundColorMatcher : TypeSafeMatcher<`[`View`](https://developer.android.com/reference/android/view/View.html)`>` | ||
|
||
Matches given background color with the current one | ||
|
||
### Parameters | ||
|
||
`resId` - Background color resource to be matched (default is -1) | ||
|
||
`colorCode` - Background color string code to be matched (default is null) | ||
|
||
### Constructors | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [<init>](-init-.md) | `BackgroundColorMatcher(resId: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)` = -1, colorCode: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`? = null)`<br>Matches given background color with the current one | | ||
|
||
### Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [describeTo](describe-to.md) | `fun describeTo(description: Description): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | | ||
| [matchesSafely](matches-safely.md) | `fun matchesSafely(item: `[`View`](https://developer.android.com/reference/android/view/View.html)`?): `[`Boolean`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | |
5 changes: 5 additions & 0 deletions
5
docs/kakao/com.agoda.kakao/-background-color-matcher/matches-safely.md
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,5 @@ | ||
[kakao](../../index.md) / [com.agoda.kakao](../index.md) / [BackgroundColorMatcher](index.md) / [matchesSafely](.) | ||
|
||
# matchesSafely | ||
|
||
`protected fun matchesSafely(item: `[`View`](https://developer.android.com/reference/android/view/View.html)`?): `[`Boolean`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
Oops, something went wrong.