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 #176 from Unlimity/prepare-release-2.2.0
Prepare release 2.2.0
- Loading branch information
Showing
27 changed files
with
261 additions
and
3 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
11 changes: 11 additions & 0 deletions
11
docs/kakao/com.agoda.kakao.common.builders/-view-builder/is-assignable-from.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.common.builders](../index.md) / [ViewBuilder](index.md) / [isAssignableFrom](./is-assignable-from.md) | ||
|
||
# isAssignableFrom | ||
|
||
`fun isAssignableFrom(clazz: `[`Class`](https://developer.android.com/reference/java/lang/Class.html)`<out `[`View`](https://developer.android.com/reference/android/view/View.html)`>): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | ||
|
||
Matches views based on instance or subclass of the provided class. | ||
|
||
### Parameters | ||
|
||
`clazz` - Class to match |
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
12 changes: 12 additions & 0 deletions
12
docs/kakao/com.agoda.kakao.dialog/-k-alert-dialog/-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,12 @@ | ||
[kakao](../../index.md) / [com.agoda.kakao.dialog](../index.md) / [KAlertDialog](index.md) / [<init>](./-init-.md) | ||
|
||
# <init> | ||
|
||
`KAlertDialog()` | ||
|
||
View for interact with default alert dialog | ||
|
||
**See Also** | ||
|
||
[AlertDialog](https://developer.android.com/reference/android/app/AlertDialog.html) | ||
|
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.dialog](../index.md) / [KAlertDialog](index.md) / [icon](./icon.md) | ||
|
||
# icon | ||
|
||
`val icon: `[`KImageView`](../../com.agoda.kakao.image/-k-image-view/index.md) |
42 changes: 42 additions & 0 deletions
42
docs/kakao/com.agoda.kakao.dialog/-k-alert-dialog/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,42 @@ | ||
[kakao](../../index.md) / [com.agoda.kakao.dialog](../index.md) / [KAlertDialog](./index.md) | ||
|
||
# KAlertDialog | ||
|
||
`class KAlertDialog : `[`KBaseView`](../../com.agoda.kakao.common.views/-k-base-view/index.md)`<`[`KAlertDialog`](./index.md)`>` | ||
|
||
View for interact with default alert dialog | ||
|
||
**See Also** | ||
|
||
[AlertDialog](https://developer.android.com/reference/android/app/AlertDialog.html) | ||
|
||
### Constructors | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [<init>](-init-.md) | `KAlertDialog()`<br>View for interact with default alert dialog | | ||
|
||
### Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [icon](icon.md) | `val icon: `[`KImageView`](../../com.agoda.kakao.image/-k-image-view/index.md) | | ||
| [message](message.md) | `val message: `[`KTextView`](../../com.agoda.kakao.text/-k-text-view/index.md) | | ||
| [negativeButton](negative-button.md) | `val negativeButton: `[`KButton`](../../com.agoda.kakao.text/-k-button/index.md) | | ||
| [neutralButton](neutral-button.md) | `val neutralButton: `[`KButton`](../../com.agoda.kakao.text/-k-button/index.md) | | ||
| [positiveButton](positive-button.md) | `val positiveButton: `[`KButton`](../../com.agoda.kakao.text/-k-button/index.md) | | ||
| [title](title.md) | `val title: `[`KTextView`](../../com.agoda.kakao.text/-k-text-view/index.md) | | ||
|
||
### Inherited Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [root](../../com.agoda.kakao.common.views/-k-base-view/root.md) | `open var root: Matcher<Root>` | | ||
| [view](../../com.agoda.kakao.common.views/-k-base-view/view.md) | `open val view: `[`ViewInteractionDelegate`](../../com.agoda.kakao.delegate/-view-interaction-delegate/index.md) | | ||
|
||
### Inherited Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [invoke](../../com.agoda.kakao.common.views/-k-base-view/invoke.md) | `operator fun invoke(function: `[`T`](../../com.agoda.kakao.common.views/-k-base-view/index.md#T)`.() -> `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Operator that allows usage of DSL style | | ||
| [perform](../../com.agoda.kakao.common.views/-k-base-view/perform.md) | `infix fun perform(function: `[`T`](../../com.agoda.kakao.common.views/-k-base-view/index.md#T)`.() -> `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)`): `[`T`](../../com.agoda.kakao.common.views/-k-base-view/index.md#T)<br>Infix function for invoking lambda on your view | |
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.dialog](../index.md) / [KAlertDialog](index.md) / [message](./message.md) | ||
|
||
# message | ||
|
||
`val message: `[`KTextView`](../../com.agoda.kakao.text/-k-text-view/index.md) |
5 changes: 5 additions & 0 deletions
5
docs/kakao/com.agoda.kakao.dialog/-k-alert-dialog/negative-button.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.dialog](../index.md) / [KAlertDialog](index.md) / [negativeButton](./negative-button.md) | ||
|
||
# negativeButton | ||
|
||
`val negativeButton: `[`KButton`](../../com.agoda.kakao.text/-k-button/index.md) |
5 changes: 5 additions & 0 deletions
5
docs/kakao/com.agoda.kakao.dialog/-k-alert-dialog/neutral-button.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.dialog](../index.md) / [KAlertDialog](index.md) / [neutralButton](./neutral-button.md) | ||
|
||
# neutralButton | ||
|
||
`val neutralButton: `[`KButton`](../../com.agoda.kakao.text/-k-button/index.md) |
5 changes: 5 additions & 0 deletions
5
docs/kakao/com.agoda.kakao.dialog/-k-alert-dialog/positive-button.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.dialog](../index.md) / [KAlertDialog](index.md) / [positiveButton](./positive-button.md) | ||
|
||
# positiveButton | ||
|
||
`val positiveButton: `[`KButton`](../../com.agoda.kakao.text/-k-button/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,5 @@ | ||
[kakao](../../index.md) / [com.agoda.kakao.dialog](../index.md) / [KAlertDialog](index.md) / [title](./title.md) | ||
|
||
# title | ||
|
||
`val title: `[`KTextView`](../../com.agoda.kakao.text/-k-text-view/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,9 @@ | ||
[kakao](../index.md) / [com.agoda.kakao.dialog](./index.md) | ||
|
||
## Package com.agoda.kakao.dialog | ||
|
||
### Types | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [KAlertDialog](-k-alert-dialog/index.md) | `class KAlertDialog : `[`KBaseView`](../com.agoda.kakao.common.views/-k-base-view/index.md)`<`[`KAlertDialog`](-k-alert-dialog/index.md)`>`<br>View for interact with default alert dialog | |
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,7 @@ | ||
[kakao](../../index.md) / [com.agoda.kakao.switch](../index.md) / [KSwitch](index.md) / [<init>](./-init-.md) | ||
|
||
# <init> | ||
|
||
`KSwitch(function: `[`ViewBuilder`](../../com.agoda.kakao.common.builders/-view-builder/index.md)`.() -> `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)`)` | ||
`KSwitch(parent: Matcher<`[`View`](https://developer.android.com/reference/android/view/View.html)`>, function: `[`ViewBuilder`](../../com.agoda.kakao.common.builders/-view-builder/index.md)`.() -> `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)`)` | ||
`KSwitch(parent: DataInteraction, function: `[`ViewBuilder`](../../com.agoda.kakao.common.builders/-view-builder/index.md)`.() -> `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)`)` |
Oops, something went wrong.