diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
new file mode 100644
index 0000000..c5faa71
--- /dev/null
+++ b/.github/workflows/publish.yml
@@ -0,0 +1,39 @@
+name: Publish
+
+on:
+ release:
+ # We'll run this workflow when a new GitHub release is created
+ types: [released]
+
+jobs:
+ publish:
+ name: Release build and publish
+ runs-on: ubuntu-latest
+ steps:
+ - name: Check out code
+ uses: actions/checkout@v2
+ - name: Set up JDK 11
+ uses: actions/setup-java@v2
+ with:
+ distribution: adopt
+ java-version: 11
+
+ - name: Build Shop for JVM
+ run: ./gradlew :shop:assemble
+
+ - name: Build Android Widget
+ run: ./gradlew :shop-android-widget:assemble
+
+ - name: Source jar
+ run: ./gradlew projectSourcesJar javadocJar
+
+ # Runs upload, and then closes & releases the repository
+ - name: Publish to MavenCentral
+ run: ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
+ env:
+ OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
+ OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
+ SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
+ SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
+ SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
+ SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 10cfdbf..1af955b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
.externalNativeBuild
.cxx
local.properties
+key.gpg
\ No newline at end of file
diff --git a/README.md b/README.md
index bca8e6b..f1d2cd5 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,9 @@ Our library is published to `mavenCentral`, so you need to include this reposito
**Gradle**
```groovy
dependencies {
- implementation 'com.tezro.api:shop:1.0.1'
+ implementation 'com.tezro.api:shop:1.1.0'
//Include if you are willing to use our android ready-views
- implementation 'com.tezro.api:shop-android-widget:1.0.1'
+ implementation 'com.tezro.api:shop-android-widget:1.1.0'
}
```
diff --git a/build.gradle b/build.gradle
index 2b625cd..2768a3c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,26 +1,27 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
- ext {
- kotlin_version = '1.5.0-release-764'
- }
repositories {
- google()
+ mavenLocal()
mavenCentral()
+ google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:4.2.1'
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0"
- classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.4.32'
+ classpath 'com.android.tools.build:gradle:7.2.1'
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
}
}
plugins {
- id 'io.github.gradle-nexus.publish-plugin' version "1.1.0"
+ id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
+ id("org.jetbrains.dokka") version "1.6.21"
}
+apply from: "${rootDir}/scripts/publish-root.gradle"
+
allprojects {
repositories {
+ mavenLocal()
mavenCentral()
google()
}
@@ -28,6 +29,4 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
-}
-
-apply from: "${rootDir}/scripts/publish-root.gradle"
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/docs/shop-android-widget/index.md b/docs/shop-android-widget/index.md
index 5da02af..409e26f 100644
--- a/docs/shop-android-widget/index.md
+++ b/docs/shop-android-widget/index.md
@@ -1,17 +1,19 @@
---
-title: shop-android-widget -
+title: shop-android-widget
---
-//[shop-android-widget](index.md)
+//[shop-android-widget](index.html)
-# shop-android-widget
+# shop-android-widget
-## Packages
-
-| Name |
+
+## Packages
+
+
+| Name |
|---|
-| [com.tezro.api.shop.widget.core](shop-android-widget/com.tezro.api.shop.widget.core/index.md)|
-| [com.tezro.api.shop.widget.views](shop-android-widget/com.tezro.api.shop.widget.views/index.md)|
+| [com.tezro.api.shop.widget.core](shop-android-widget/com.tezro.api.shop.widget.core/index.html) |
+| [com.tezro.api.shop.widget.views](shop-android-widget/com.tezro.api.shop.widget.views/index.html) |
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/index.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/index.md
index 55452be..8200830 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/index.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/index.md
@@ -1,32 +1,37 @@
---
-title: PaymentHelper -
+title: PaymentHelper
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.core](../index.md)/[PaymentHelper](index.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.core](../index.html)/[PaymentHelper](index.html)
-# PaymentHelper
- [androidJvm] object [PaymentHelper](index.md)
+# PaymentHelper
+
+
+
+[androidJvm]\
+object [PaymentHelper](index.html)
A helper that's used to proceed the user to order payment.
-
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| com.tezro.api.shop.model.orders.Order| |
-
+| com.tezro.api.shop.model.orders.Order | |
+
+
+
+## Functions
-## Functions
-
-| Name | Summary |
+| Name | Summary |
|---|---|
-| [requestPaymentByLink](request-payment-by-link.md)| [androidJvm]
Content
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
fun [requestPaymentByLink](request-payment-by-link.md)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), paymentLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
More info
Opens Tezro app or web browser if the app is not installed.
|
-| [requestPaymentByOrder](request-payment-by-order.md)| [androidJvm]
Content
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
fun [requestPaymentByOrder](request-payment-by-order.md)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), order: Order)
More info
Opens Tezro app or web browser if the app is not installed.
|
+| [requestPaymentByLink](request-payment-by-link.html) | [androidJvm]
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)
fun [requestPaymentByLink](request-payment-by-link.html)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), paymentLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
Opens Tezro app or web browser if the app is not installed. Proceeds the user to order payment. |
+| [requestPaymentByOrder](request-payment-by-order.html) | [androidJvm]
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)
fun [requestPaymentByOrder](request-payment-by-order.html)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), order: Order)
Opens Tezro app or web browser if the app is not installed. Proceeds the user to order payment. |
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/request-payment-by-link.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/request-payment-by-link.md
index b9d401d..52f2dcf 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/request-payment-by-link.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/request-payment-by-link.md
@@ -1,33 +1,41 @@
---
-title: requestPaymentByLink -
+title: requestPaymentByLink
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.core](../index.md)/[PaymentHelper](index.md)/[requestPaymentByLink](request-payment-by-link.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.core](../index.html)/[PaymentHelper](index.html)/[requestPaymentByLink](request-payment-by-link.html)
-# requestPaymentByLink
-[androidJvm]
-Content
-@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
-
-fun [requestPaymentByLink](request-payment-by-link.md)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), paymentLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
-More info
+# requestPaymentByLink
+
+
+
+[androidJvm]\
+
+
+
+
+@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)
+
+
+
+fun [requestPaymentByLink](request-payment-by-link.html)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), paymentLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
+
Opens Tezro app or web browser if the app is not installed. Proceeds the user to order payment.
-## Parameters
-
-androidJvm
-
+## Parameters
+
+
+androidJvm
+
| | |
|---|---|
-| context|
Activity or application from where Tezro app will be opened
|
-| paymentLink|
Payment URL from the order to be payed
|
-
-
+| context | Activity or application from where Tezro app will be opened |
+| paymentLink | Payment URL from the order to be payed |
+
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/request-payment-by-order.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/request-payment-by-order.md
index 4444947..a699653 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/request-payment-by-order.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/request-payment-by-order.md
@@ -1,33 +1,41 @@
---
-title: requestPaymentByOrder -
+title: requestPaymentByOrder
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.core](../index.md)/[PaymentHelper](index.md)/[requestPaymentByOrder](request-payment-by-order.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.core](../index.html)/[PaymentHelper](index.html)/[requestPaymentByOrder](request-payment-by-order.html)
-# requestPaymentByOrder
-[androidJvm]
-Content
-@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
-
-fun [requestPaymentByOrder](request-payment-by-order.md)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), order: Order)
-More info
+# requestPaymentByOrder
+
+
+
+[androidJvm]\
+
+
+
+
+@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)
+
+
+
+fun [requestPaymentByOrder](request-payment-by-order.html)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), order: Order)
+
Opens Tezro app or web browser if the app is not installed. Proceeds the user to order payment.
-## Parameters
-
-androidJvm
-
+## Parameters
+
+
+androidJvm
+
| | |
|---|---|
-| context|
Activity or application from where Tezro app will be opened
|
-| order|
The order that should be payed
|
-
-
+| context | Activity or application from where Tezro app will be opened |
+| order | The order that should be payed |
+
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/create-order.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/create-order.md
index 1d3de23..8a0de10 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/create-order.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/create-order.md
@@ -1,66 +1,77 @@
---
-title: createOrder -
+title: createOrder
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.core](../index.md)/[ShopWidget](index.md)/[createOrder](create-order.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.core](../index.html)/[ShopWidget](index.html)/[createOrder](create-order.html)
-# createOrder
-[androidJvm]
-Content
-@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
-
-fun [createOrder](create-order.md)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), amount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), currency: Order.Currency, confirmAmountUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), expiryDate: [Date](https://developer.android.com/reference/kotlin/java/util/Date.html), photos: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>? = null, attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)? = null): IRequest
-More info
+# createOrder
+
+
+
+[androidJvm]\
+
+
+
+
+@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)
+
+
+
+fun [createOrder](create-order.html)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), amount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), currency: Order.Currency, confirmAmountUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), expiryDate: [Date](https://developer.android.com/reference/kotlin/java/util/Date.html), photos: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>? = null, attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Attribute>? = null): IRequest<Order, Error>
+
Uses to create a new order with the provided data.
-#### Return
+#### Return
+
Detailed information about the created order
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| com.tezro.api.shop.model.orders.Order.Status| |
-| com.tezro.api.shop.model.orders.Order.Currency| |
-| com.tezro.api.shop.model.common.Attribute| |
-| com.tezro.api.shop.model.orders.Order| |
-
+| com.tezro.api.shop.model.orders.Order.Status | |
+| com.tezro.api.shop.model.orders.Order.Currency | |
+| com.tezro.api.shop.model.common.Attribute | |
+| com.tezro.api.shop.model.orders.Order | |
+
+
+
+## Parameters
-## Parameters
-
-androidJvm
-
+androidJvm
+
| | |
|---|---|
-| orderId|
The created order will have this value as an identifier. It must be unique and length must be in a range of 1 to 20 symbols
|
-| name|
Name of the order product or products
|
-| amount|
The amount that should be payed by the customer
|
-| currency|
The currency that will be accepted for payment
|
-| confirmAmountUrl|
Used for confirming order's amount and payment status. This must be a valid url. Protocol is required (only http or https)
|
-| expiryDate|
The date when this order will be no longer valid. Date must be later than current time + 1 min and earlier than current time + 24 hours. If you don't provide a date, it will be by default 1 hour since creation
|
-| photos|
List of photo urls of ordered products
|
-| attributes|
List of attributes about the order
|
-
-
-
-#### Throws
-
+| orderId | The created order will have this value as an identifier. It must be unique and length must be in a range of 1 to 20 symbols |
+| name | Name of the order product or products |
+| amount | The amount that should be payed by the customer |
+| currency | The currency that will be accepted for payment |
+| confirmAmountUrl | Used for confirming order's amount and payment status. This must be a valid url. Protocol is required (only http or https) |
+| expiryDate | The date when this order will be no longer valid. Date must be later than current time + 1 min and earlier than current time + 24 hours. If you don't provide a date, it will be by default 1 hour since creation |
+| photos | List of photo urls of ordered products |
+| attributes | List of attributes about the order |
+
+
+
+## Throws
+
+
| | |
|---|---|
-| [kotlin.IllegalStateException](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-illegal-state-exception/index.html)|
if the init method was not called
|
-
+| [kotlin.IllegalStateException](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-illegal-state-exception/index.html) | if the init method was not called |
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/get-order.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/get-order.md
index 0a6f105..230dafb 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/get-order.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/get-order.md
@@ -1,46 +1,56 @@
---
-title: getOrder -
+title: getOrder
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.core](../index.md)/[ShopWidget](index.md)/[getOrder](get-order.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.core](../index.html)/[ShopWidget](index.html)/[getOrder](get-order.html)
-# getOrder
-[androidJvm]
-Content
-@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
-
-fun [getOrder](get-order.md)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): IRequest
-More info
+# getOrder
+
+
+
+[androidJvm]\
+
+
+
+
+@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)
+
+
+
+fun [getOrder](get-order.html)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): IRequest<Order, Error>
+
Used to get information about an already existing order.
-#### Return
+#### Return
+
Returns the request order
-## Parameters
-
-androidJvm
-
+## Parameters
+
+
+androidJvm
+
| | |
|---|---|
-| orderId|
The id of the order that must be requested
|
-
+| orderId | The id of the order that must be requested |
+
+
+
+## Throws
-#### Throws
-
| | |
|---|---|
-| [kotlin.IllegalStateException](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-illegal-state-exception/index.html)|
if the init method was not called
|
-
+| [kotlin.IllegalStateException](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-illegal-state-exception/index.html) | if the init method was not called |
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/index.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/index.md
index d862119..7b6418f 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/index.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/index.md
@@ -1,33 +1,38 @@
---
-title: ShopWidget -
+title: ShopWidget
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.core](../index.md)/[ShopWidget](index.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.core](../index.html)/[ShopWidget](index.html)
-# ShopWidget
- [androidJvm] object [ShopWidget](index.md)
+# ShopWidget
+
+
+
+[androidJvm]\
+object [ShopWidget](index.html)
A helper that's used to manage orders.
-
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| [com.tezro.api.shop.widget.core.ShopWidget](get-order.md)| |
-
+| [com.tezro.api.shop.widget.core.ShopWidget](get-order.html) | |
+
+
+
+## Functions
-## Functions
-
-| Name | Summary |
+| Name | Summary |
|---|---|
-| [createOrder](create-order.md)| [androidJvm]
Content
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
fun [createOrder](create-order.md)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), amount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), currency: Order.Currency, confirmAmountUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), expiryDate: [Date](https://developer.android.com/reference/kotlin/java/util/Date.html), photos: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>? = null, attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)? = null): IRequest
More info
Uses to create a new order with the provided data.
|
-| [getOrder](get-order.md)| [androidJvm]
Content
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
fun [getOrder](get-order.md)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): IRequest
More info
Used to get information about an already existing order.
|
-| [init](init.md)| [androidJvm]
Content
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
fun [init](init.md)(keyId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), isTestMode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
More info
Must be called before requests through this helper.
|
+| [createOrder](create-order.html) | [androidJvm]
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)
fun [createOrder](create-order.html)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), amount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), currency: Order.Currency, confirmAmountUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), expiryDate: [Date](https://developer.android.com/reference/kotlin/java/util/Date.html), photos: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>? = null, attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Attribute>? = null): IRequest<Order, Error>
Uses to create a new order with the provided data. |
+| [getOrder](get-order.html) | [androidJvm]
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)
fun [getOrder](get-order.html)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): IRequest<Order, Error>
Used to get information about an already existing order. |
+| [init](init.html) | [androidJvm]
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)
fun [init](init.html)(keyId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), isTestMode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
Must be called before requests through this helper. |
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/init.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/init.md
index d89a212..e0df4a8 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/init.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/init.md
@@ -1,33 +1,41 @@
---
-title: init -
+title: init
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.core](../index.md)/[ShopWidget](index.md)/[init](init.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.core](../index.html)/[ShopWidget](index.html)/[init](init.html)
-# init
-[androidJvm]
-Content
-@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
-
-fun [init](init.md)(keyId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), isTestMode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
-More info
+# init
+
+
+
+[androidJvm]\
+
+
+
+
+@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)
+
+
+
+fun [init](init.html)(keyId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), isTestMode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
+
Must be called before requests through this helper.
-## Parameters
-
-androidJvm
-
+## Parameters
+
+
+androidJvm
+
| | |
|---|---|
-| keyId|
Shop's Key ID, must be retrieved from Tezro app
|
-| isTestMode|
Indicates where to use test or production API
|
-
-
+| keyId | Shop's Key ID, must be retrieved from Tezro app |
+| isTestMode | Indicates where to use test or production API |
+
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/index.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/index.md
index ea8d935..cf7b7e5 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/index.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.core/index.md
@@ -1,17 +1,19 @@
---
-title: com.tezro.api.shop.widget.core -
+title: com.tezro.api.shop.widget.core
---
-//[shop-android-widget](../../index.md)/[com.tezro.api.shop.widget.core](index.md)
+//[shop-android-widget](../../index.html)/[com.tezro.api.shop.widget.core](index.html)
-# Package com.tezro.api.shop.widget.core
+# Package com.tezro.api.shop.widget.core
-## Types
-
-| Name | Summary |
+
+## Types
+
+
+| Name | Summary |
|---|---|
-| [PaymentHelper](-payment-helper/index.md)| [androidJvm]
Content
object [PaymentHelper](-payment-helper/index.md)
More info
A helper that's used to proceed the user to order payment.
|
-| [ShopWidget](-shop-widget/index.md)| [androidJvm]
Content
object [ShopWidget](-shop-widget/index.md)
More info
A helper that's used to manage orders.
|
+| [PaymentHelper](-payment-helper/index.html) | [androidJvm]
object [PaymentHelper](-payment-helper/index.html)
A helper that's used to proceed the user to order payment. |
+| [ShopWidget](-shop-widget/index.html) | [androidJvm]
object [ShopWidget](-shop-widget/index.html)
A helper that's used to manage orders. |
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/index.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/index.md
index ce42b8d..d6ca675 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/index.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/index.md
@@ -1,12 +1,16 @@
---
-title: TezroPayButtonDelegate -
+title: TezroPayButtonDelegate
---
-//[shop-android-widget](../../../../index.md)/[com.tezro.api.shop.widget.views](../../index.md)/[TezroPayButton](../index.md)/[TezroPayButtonDelegate](index.md)
+//[shop-android-widget](../../../../index.html)/[com.tezro.api.shop.widget.views](../../index.html)/[TezroPayButton](../index.html)/[TezroPayButtonDelegate](index.html)
-# TezroPayButtonDelegate
- [androidJvm] interface [TezroPayButtonDelegate](index.md)
+# TezroPayButtonDelegate
+
+
+
+[androidJvm]\
+interface [TezroPayButtonDelegate](index.html)
Used to listen to different events and states of this button. To start listening, you must implement this interface and assign it to TezroPayButton.delegate.
@@ -14,25 +18,26 @@ Used to listen to different events and states of this button. To start listening
Implementing methods is optional. You can implement only methods that you are interested in.
-
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| [com.tezro.api.shop.widget.views.TezroPayButton](../delegate.md)| |
-
+| [com.tezro.api.shop.widget.views.TezroPayButton](../delegate.html) | |
+
+
+
+## Functions
-## Functions
-
-| Name | Summary |
+| Name | Summary |
|---|---|
-| [onLoadingOrderError](on-loading-order-error.md)| [androidJvm]
Content
open fun [onLoadingOrderError](on-loading-order-error.md)(error: Error)
More info
This method will be called if something goes wrong while loading order data.
|
-| [onLoadingOrderStart](on-loading-order-start.md)| [androidJvm]
Content
open fun [onLoadingOrderStart](on-loading-order-start.md)()
More info
This method will be called if order data was provided or the update method was called.
|
-| [onNewOrderDataLoaded](on-new-order-data-loaded.md)| [androidJvm]
Content
open fun [onNewOrderDataLoaded](on-new-order-data-loaded.md)(order: Order)
More info
This method will be called with the data of a new order when loading is finished.
|
-| [onRequestOrderInit](on-request-order-init.md)| [androidJvm]
Content
open fun [onRequestOrderInit](on-request-order-init.md)()
More info
This method will be called if the user clicks on the button but no order data was provided.
|
+| [onLoadingOrderError](on-loading-order-error.html) | [androidJvm]
open fun [onLoadingOrderError](on-loading-order-error.html)(error: Error)
This method will be called if something goes wrong while loading order data. |
+| [onLoadingOrderStart](on-loading-order-start.html) | [androidJvm]
open fun [onLoadingOrderStart](on-loading-order-start.html)()
This method will be called if order data was provided or the update method was called. To provide data you must call TezroPayButton.initOrder(). To update data you must call TezroPayButton.updateOrder(). |
+| [onNewOrderDataLoaded](on-new-order-data-loaded.html) | [androidJvm]
open fun [onNewOrderDataLoaded](on-new-order-data-loaded.html)(order: Order)
This method will be called with the data of a new order when loading is finished. Always called after the first TezroPayButton.initOrder() call or if initOrder is called with a different orderId. If there was an update request, and order data didn't change, this method won't be called. |
+| [onRequestOrderInit](on-request-order-init.html) | [androidJvm]
open fun [onRequestOrderInit](on-request-order-init.html)()
This method will be called if the user clicks on the button but no order data was provided. To provide data you must call TezroPayButton.initOrder(). |
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-loading-order-error.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-loading-order-error.md
index 098b20f..c4f3c81 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-loading-order-error.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-loading-order-error.md
@@ -1,41 +1,44 @@
---
-title: onLoadingOrderError -
+title: onLoadingOrderError
---
-//[shop-android-widget](../../../../index.md)/[com.tezro.api.shop.widget.views](../../index.md)/[TezroPayButton](../index.md)/[TezroPayButtonDelegate](index.md)/[onLoadingOrderError](on-loading-order-error.md)
+//[shop-android-widget](../../../../index.html)/[com.tezro.api.shop.widget.views](../../index.html)/[TezroPayButton](../index.html)/[TezroPayButtonDelegate](index.html)/[onLoadingOrderError](on-loading-order-error.html)
-# onLoadingOrderError
-[androidJvm]
-Content
-open fun [onLoadingOrderError](on-loading-order-error.md)(error: Error)
-More info
+# onLoadingOrderError
+
+
+
+[androidJvm]\
+open fun [onLoadingOrderError](on-loading-order-error.html)(error: Error)
+
This method will be called if something goes wrong while loading order data.
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| [com.tezro.api.shop.widget.views.TezroPayButton](../update-order.md)| |
-| com.tezro.api.shop.model.common.Error| |
-
+| [com.tezro.api.shop.widget.views.TezroPayButton](../update-order.html) | |
+| com.tezro.api.shop.model.common.Error | |
+
+
+## Parameters
+
+
+androidJvm
-## Parameters
-
-androidJvm
-
| | |
|---|---|
-| error|
This object contains detailed information about the problem.
|
-
-
+| error | This object contains detailed information about the problem. |
+
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-loading-order-start.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-loading-order-start.md
index 0090701..1cbcc58 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-loading-order-start.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-loading-order-start.md
@@ -1,30 +1,32 @@
---
-title: onLoadingOrderStart -
+title: onLoadingOrderStart
---
-//[shop-android-widget](../../../../index.md)/[com.tezro.api.shop.widget.views](../../index.md)/[TezroPayButton](../index.md)/[TezroPayButtonDelegate](index.md)/[onLoadingOrderStart](on-loading-order-start.md)
+//[shop-android-widget](../../../../index.html)/[com.tezro.api.shop.widget.views](../../index.html)/[TezroPayButton](../index.html)/[TezroPayButtonDelegate](index.html)/[onLoadingOrderStart](on-loading-order-start.html)
-# onLoadingOrderStart
-[androidJvm]
-Content
-open fun [onLoadingOrderStart](on-loading-order-start.md)()
-More info
+# onLoadingOrderStart
+
+
+
+[androidJvm]\
+open fun [onLoadingOrderStart](on-loading-order-start.html)()
+
This method will be called if order data was provided or the update method was called. To provide data you must call TezroPayButton.initOrder(). To update data you must call TezroPayButton.updateOrder().
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| [com.tezro.api.shop.widget.views.TezroPayButton](../update-order.md)| |
-
-
+| [com.tezro.api.shop.widget.views.TezroPayButton](../update-order.html) | |
+
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-new-order-data-loaded.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-new-order-data-loaded.md
index 51758ee..626dfbc 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-new-order-data-loaded.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-new-order-data-loaded.md
@@ -1,41 +1,44 @@
---
-title: onNewOrderDataLoaded -
+title: onNewOrderDataLoaded
---
-//[shop-android-widget](../../../../index.md)/[com.tezro.api.shop.widget.views](../../index.md)/[TezroPayButton](../index.md)/[TezroPayButtonDelegate](index.md)/[onNewOrderDataLoaded](on-new-order-data-loaded.md)
+//[shop-android-widget](../../../../index.html)/[com.tezro.api.shop.widget.views](../../index.html)/[TezroPayButton](../index.html)/[TezroPayButtonDelegate](index.html)/[onNewOrderDataLoaded](on-new-order-data-loaded.html)
-# onNewOrderDataLoaded
-[androidJvm]
-Content
-open fun [onNewOrderDataLoaded](on-new-order-data-loaded.md)(order: Order)
-More info
+# onNewOrderDataLoaded
+
+
+
+[androidJvm]\
+open fun [onNewOrderDataLoaded](on-new-order-data-loaded.html)(order: Order)
+
This method will be called with the data of a new order when loading is finished. Always called after the first TezroPayButton.initOrder() call or if initOrder is called with a different orderId. If there was an update request, and order data didn't change, this method won't be called.
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| [com.tezro.api.shop.widget.views.TezroPayButton](../update-order.md)| |
-| com.tezro.api.shop.model.orders.Order| |
-
+| [com.tezro.api.shop.widget.views.TezroPayButton](../update-order.html) | |
+| com.tezro.api.shop.model.orders.Order | |
+
+
+## Parameters
+
+
+androidJvm
-## Parameters
-
-androidJvm
-
| | |
|---|---|
-| order|
The new order object with new data
|
-
-
+| order | The new order object with new data |
+
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-request-order-init.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-request-order-init.md
index b7211c4..bead38b 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-request-order-init.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-request-order-init.md
@@ -1,30 +1,32 @@
---
-title: onRequestOrderInit -
+title: onRequestOrderInit
---
-//[shop-android-widget](../../../../index.md)/[com.tezro.api.shop.widget.views](../../index.md)/[TezroPayButton](../index.md)/[TezroPayButtonDelegate](index.md)/[onRequestOrderInit](on-request-order-init.md)
+//[shop-android-widget](../../../../index.html)/[com.tezro.api.shop.widget.views](../../index.html)/[TezroPayButton](../index.html)/[TezroPayButtonDelegate](index.html)/[onRequestOrderInit](on-request-order-init.html)
-# onRequestOrderInit
-[androidJvm]
-Content
-open fun [onRequestOrderInit](on-request-order-init.md)()
-More info
+# onRequestOrderInit
+
+
+
+[androidJvm]\
+open fun [onRequestOrderInit](on-request-order-init.html)()
+
This method will be called if the user clicks on the button but no order data was provided. To provide data you must call TezroPayButton.initOrder().
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| [com.tezro.api.shop.widget.views.TezroPayButton](../init-order.md)| |
-
-
+| [com.tezro.api.shop.widget.views.TezroPayButton](../init-order.html) | |
+
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button.md
index 438f9fd..f10da3d 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button.md
@@ -1,27 +1,29 @@
---
-title: TezroPayButton -
+title: TezroPayButton
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.views](../index.md)/[TezroPayButton](index.md)/[TezroPayButton](-tezro-pay-button.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.views](../index.html)/[TezroPayButton](index.html)/[TezroPayButton](-tezro-pay-button.html)
-# TezroPayButton
-[androidJvm]
-Content
-fun [TezroPayButton](-tezro-pay-button.md)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), attributeSet: [AttributeSet](https://developer.android.com/reference/kotlin/android/util/AttributeSet.html))
-More info
+# TezroPayButton
-## Parameters
-
-androidJvm
-
+
+[androidJvm]\
+fun [TezroPayButton](-tezro-pay-button.html)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), attributeSet: [AttributeSet](https://developer.android.com/reference/kotlin/android/util/AttributeSet.html))
+
+
+
+## Parameters
+
+
+androidJvm
+
| | |
|---|---|
-| context|
The context where this view will live.
|
-| attributeSet|
Custom attributes typically given from XML code.
|
-
-
+| context | The context where this view will live. |
+| attributeSet | Custom attributes typically given from XML code. |
+
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/button-label.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/button-label.md
index 07c93f7..701406a 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/button-label.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/button-label.md
@@ -1,30 +1,32 @@
---
-title: buttonLabel -
+title: buttonLabel
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.views](../index.md)/[TezroPayButton](index.md)/[buttonLabel](button-label.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.views](../index.html)/[TezroPayButton](index.html)/[buttonLabel](button-label.html)
-# buttonLabel
-[androidJvm]
-Content
-open var [buttonLabel](button-label.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-More info
+# buttonLabel
+
+
+
+[androidJvm]\
+open var [buttonLabel](button-label.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+
Changes the text that is shown inside payment button. It is recommended to show the price and the currency here.
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| com.tezro.api.shop.model.orders.Order| |
-
-
+| com.tezro.api.shop.model.orders.Order | |
+
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/delegate.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/delegate.md
index 78e9078..b305ff2 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/delegate.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/delegate.md
@@ -1,15 +1,17 @@
---
-title: delegate -
+title: delegate
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.views](../index.md)/[TezroPayButton](index.md)/[delegate](delegate.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.views](../index.html)/[TezroPayButton](index.html)/[delegate](delegate.html)
-# delegate
-[androidJvm]
-Content
-open var [delegate](delegate.md): [TezroPayButton.TezroPayButtonDelegate](-tezro-pay-button-delegate/index.md)? = null
-More info
+# delegate
+
+
+
+[androidJvm]\
+open var [delegate](delegate.html): [TezroPayButton.TezroPayButtonDelegate](-tezro-pay-button-delegate/index.html)? = null
+
A listener that receives multiple events and states from this View. it can be implemented by your activity or fragment, or using anonymous expressions.
@@ -20,15 +22,15 @@ If this delegate is not implemented, then you must explicitly provide data and l
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| [com.tezro.api.shop.widget.views.TezroPayButton.TezroPayButtonDelegate](-tezro-pay-button-delegate/on-request-order-init.md)| |
-
-
+| [com.tezro.api.shop.widget.views.TezroPayButton.TezroPayButtonDelegate](-tezro-pay-button-delegate/on-request-order-init.html) | |
+
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/index.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/index.md
index 9f33f15..b4396c8 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/index.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/index.md
@@ -1,786 +1,815 @@
---
-title: TezroPayButton -
+title: TezroPayButton
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.views](../index.md)/[TezroPayButton](index.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.views](../index.html)/[TezroPayButton](index.html)
-# TezroPayButton
- [androidJvm] open class [TezroPayButton](index.md)(**context**: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), **attributeSet**: [AttributeSet](https://developer.android.com/reference/kotlin/android/util/AttributeSet.html)) : [LinearLayout](https://developer.android.com/reference/kotlin/android/widget/LinearLayout.html)
+# TezroPayButton
+
+
+
+[androidJvm]\
+open class [TezroPayButton](index.html)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), attributeSet: [AttributeSet](https://developer.android.com/reference/kotlin/android/util/AttributeSet.html)) : [LinearLayout](https://developer.android.com/reference/kotlin/android/widget/LinearLayout.html)
A custom view that is used to proceed users to Tezro to pay for orders.
-
-## Parameters
-
-androidJvm
-
+## Parameters
+
+
+androidJvm
+
| | |
|---|---|
-| context|
The context where this view will live.
|
-| attributeSet|
Custom attributes typically given from XML code.
|
-
+| context | The context where this view will live. |
+| attributeSet | Custom attributes typically given from XML code. |
+
+
+
+## Constructors
-## Constructors
-
| | |
|---|---|
-| [TezroPayButton](-tezro-pay-button.md)| [androidJvm] fun [TezroPayButton](-tezro-pay-button.md)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), attributeSet: [AttributeSet](https://developer.android.com/reference/kotlin/android/util/AttributeSet.html))The context where this view will live.
|
+| [TezroPayButton](-tezro-pay-button.html) | [androidJvm]
fun [TezroPayButton](-tezro-pay-button.html)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), attributeSet: [AttributeSet](https://developer.android.com/reference/kotlin/android/util/AttributeSet.html)) |
+
+## Types
-## Types
-
-| Name | Summary |
+
+| Name | Summary |
|---|---|
-| [TezroPayButtonDelegate](-tezro-pay-button-delegate/index.md)| [androidJvm]
Content
interface [TezroPayButtonDelegate](-tezro-pay-button-delegate/index.md)
More info
Used to listen to different events and states of this button.
|
+| [TezroPayButtonDelegate](-tezro-pay-button-delegate/index.html) | [androidJvm]
interface [TezroPayButtonDelegate](-tezro-pay-button-delegate/index.html)
Used to listen to different events and states of this button. To start listening, you must implement this interface and assign it to TezroPayButton.delegate. |
+
+## Functions
-## Functions
-
-| Name | Summary |
+
+| Name | Summary |
|---|---|
-| [addChildrenForAccessibility](index.md#2102667750%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [addChildrenForAccessibility](index.md#2102667750%2FFunctions%2F788968695)(p0: [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>)
|
-| [addExtraDataToAccessibilityNodeInfo](index.md#724139241%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [addExtraDataToAccessibilityNodeInfo](index.md#724139241%2FFunctions%2F788968695)(p0: [AccessibilityNodeInfo](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityNodeInfo.html), p1: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), p2: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html)?)
|
-| [addFocusables](index.md#2083741077%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [addFocusables](index.md#2083741077%2FFunctions%2F788968695)(p0: [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>, p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
open override fun [addFocusables](index.md#-686802359%2FFunctions%2F788968695)(p0: [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>, p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [addKeyboardNavigationClusters](index.md#-472530930%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [addKeyboardNavigationClusters](index.md#-472530930%2FFunctions%2F788968695)(p0: [MutableCollection](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-collection/index.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>, p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [addOnAttachStateChangeListener](index.md#-1392072798%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [addOnAttachStateChangeListener](index.md#-1392072798%2FFunctions%2F788968695)(p0: [View.OnAttachStateChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnAttachStateChangeListener.html))
|
-| [addOnLayoutChangeListener](index.md#315557218%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [addOnLayoutChangeListener](index.md#315557218%2FFunctions%2F788968695)(p0: [View.OnLayoutChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnLayoutChangeListener.html))
|
-| [addOnUnhandledKeyEventListener](index.md#-791327774%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [addOnUnhandledKeyEventListener](index.md#-791327774%2FFunctions%2F788968695)(p0: [View.OnUnhandledKeyEventListener](https://developer.android.com/reference/kotlin/android/view/View.OnUnhandledKeyEventListener.html))
|
-| [addStatesFromChildren](index.md#1595617457%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [addStatesFromChildren](index.md#1595617457%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [addTouchables](index.md#68764176%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [addTouchables](index.md#68764176%2FFunctions%2F788968695)(p0: [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>)
|
-| [addView](index.md#-676214820%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [addView](index.md#-676214820%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
open override fun [addView](index.md#1503915633%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html))
open fun [addView](index.md#939693057%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
open fun [addView](index.md#1707101206%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html))
open fun [addView](index.md#841428668%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [addViewInLayout](index.md#-2022442969%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [addViewInLayout](index.md#-2022442969%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [addViewInLayout](index.md#-776836995%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html), p3: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [animate](index.md#1517796091%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [animate](index.md#1517796091%2FFunctions%2F788968695)(): [ViewPropertyAnimator](https://developer.android.com/reference/kotlin/android/view/ViewPropertyAnimator.html)
|
-| [announceForAccessibility](index.md#-1320548530%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [announceForAccessibility](index.md#-1320548530%2FFunctions%2F788968695)(p0: [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html))
|
-| [attachLayoutAnimationParameters](index.md#-181514646%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [attachLayoutAnimationParameters](index.md#-181514646%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [attachViewToParent](index.md#36647341%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [attachViewToParent](index.md#36647341%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html))
|
-| [autofill](index.md#-1988590281%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [autofill](index.md#-1988590281%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[AutofillValue](https://developer.android.com/reference/kotlin/android/view/autofill/AutofillValue.html)>)
open fun [autofill](index.md#331425929%2FFunctions%2F788968695)(p0: [AutofillValue](https://developer.android.com/reference/kotlin/android/view/autofill/AutofillValue.html))
|
-| [awakenScrollBars](index.md#1431010504%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [awakenScrollBars](index.md#1431010504%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [awakenScrollBars](index.md#1274158182%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [awakenScrollBars](index.md#-947036578%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [bringChildToFront](index.md#-1960655398%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [bringChildToFront](index.md#-1960655398%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [bringToFront](index.md#-854009566%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [bringToFront](index.md#-854009566%2FFunctions%2F788968695)()
|
-| [buildDrawingCache](index.md#119775402%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~buildDrawingCache~~](index.md#119775402%2FFunctions%2F788968695)~~(~~~~)~~
~~open~~ ~~fun~~ [~~buildDrawingCache~~](index.md#-1075046801%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~
|
-| [buildLayer](index.md#2069776955%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [buildLayer](index.md#2069776955%2FFunctions%2F788968695)()
|
-| [callOnClick](index.md#920247025%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [callOnClick](index.md#920247025%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [canAnimate](index.md#1260160780%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [canAnimate](index.md#1260160780%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [cancelDragAndDrop](index.md#-1465819068%2FFunctions%2F788968695)| [androidJvm]
Content
fun [cancelDragAndDrop](index.md#-1465819068%2FFunctions%2F788968695)()
|
-| [cancelLongPress](index.md#-1218893169%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [cancelLongPress](index.md#-1218893169%2FFunctions%2F788968695)()
|
-| [cancelPendingInputEvents](index.md#1955125720%2FFunctions%2F788968695)| [androidJvm]
Content
fun [cancelPendingInputEvents](index.md#1955125720%2FFunctions%2F788968695)()
|
-| [canResolveLayoutDirection](index.md#662972227%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [canResolveLayoutDirection](index.md#662972227%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [canResolveTextAlignment](index.md#-249304734%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [canResolveTextAlignment](index.md#-249304734%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [canResolveTextDirection](index.md#-635581626%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [canResolveTextDirection](index.md#-635581626%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [canScrollHorizontally](index.md#-1682300852%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [canScrollHorizontally](index.md#-1682300852%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [canScrollVertically](index.md#-617035590%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [canScrollVertically](index.md#-617035590%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [checkInputConnectionProxy](index.md#-1904841051%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [checkInputConnectionProxy](index.md#-1904841051%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [checkLayoutParams](index.md#-1813811013%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [checkLayoutParams](index.md#-1813811013%2FFunctions%2F788968695)(p0: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [childDrawableStateChanged](index.md#1586866195%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [childDrawableStateChanged](index.md#1586866195%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [childHasTransientStateChanged](index.md#-1791312929%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [childHasTransientStateChanged](index.md#-1791312929%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [cleanupLayoutState](index.md#-1370500935%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [cleanupLayoutState](index.md#-1370500935%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [clearAnimation](index.md#570530823%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [clearAnimation](index.md#570530823%2FFunctions%2F788968695)()
|
-| [clearChildFocus](index.md#1317971071%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [clearChildFocus](index.md#1317971071%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [clearDisappearingChildren](index.md#1714627730%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [clearDisappearingChildren](index.md#1714627730%2FFunctions%2F788968695)()
|
-| [clearFocus](index.md#1214870194%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [clearFocus](index.md#1214870194%2FFunctions%2F788968695)()
|
-| [computeHorizontalScrollExtent](index.md#-560987638%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [computeHorizontalScrollExtent](index.md#-560987638%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [computeHorizontalScrollOffset](index.md#-2001070911%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [computeHorizontalScrollOffset](index.md#-2001070911%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [computeHorizontalScrollRange](index.md#-1469047799%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [computeHorizontalScrollRange](index.md#-1469047799%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [computeScroll](index.md#1412675096%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [computeScroll](index.md#1412675096%2FFunctions%2F788968695)()
|
-| [computeSystemWindowInsets](index.md#1120267133%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [computeSystemWindowInsets](index.md#1120267133%2FFunctions%2F788968695)(p0: [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html)
|
-| [computeVerticalScrollExtent](index.md#-1327975432%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [computeVerticalScrollExtent](index.md#-1327975432%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [computeVerticalScrollOffset](index.md#1526908591%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [computeVerticalScrollOffset](index.md#1526908591%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [computeVerticalScrollRange](index.md#-1770884005%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [computeVerticalScrollRange](index.md#-1770884005%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [createAccessibilityNodeInfo](index.md#2022625754%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [createAccessibilityNodeInfo](index.md#2022625754%2FFunctions%2F788968695)(): [AccessibilityNodeInfo](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityNodeInfo.html)
|
-| [createContextMenu](index.md#-1418763194%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [createContextMenu](index.md#-1418763194%2FFunctions%2F788968695)(p0: [ContextMenu](https://developer.android.com/reference/kotlin/android/view/ContextMenu.html))
|
-| [debug](index.md#-1866123576%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [debug](index.md#-1866123576%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [destroyDrawingCache](index.md#-1451492642%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~destroyDrawingCache~~](index.md#-1451492642%2FFunctions%2F788968695)~~(~~~~)~~
|
-| [detachAllViewsFromParent](index.md#-1485093303%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [detachAllViewsFromParent](index.md#-1485093303%2FFunctions%2F788968695)()
|
-| [detachViewFromParent](index.md#279889698%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [detachViewFromParent](index.md#279889698%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
open fun [detachViewFromParent](index.md#297371855%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [detachViewsFromParent](index.md#313959473%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [detachViewsFromParent](index.md#313959473%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [dispatchApplyWindowInsets](index.md#-1397095761%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchApplyWindowInsets](index.md#-1397095761%2FFunctions%2F788968695)(p0: [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html)): [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html)
|
-| [dispatchCapturedPointerEvent](index.md#1730247438%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchCapturedPointerEvent](index.md#1730247438%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchConfigurationChanged](index.md#1608828841%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchConfigurationChanged](index.md#1608828841%2FFunctions%2F788968695)(p0: [Configuration](https://developer.android.com/reference/kotlin/android/content/res/Configuration.html))
|
-| [dispatchDisplayHint](index.md#267955724%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchDisplayHint](index.md#267955724%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [dispatchDragEvent](index.md#1865429301%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchDragEvent](index.md#1865429301%2FFunctions%2F788968695)(p0: [DragEvent](https://developer.android.com/reference/kotlin/android/view/DragEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchDraw](index.md#1008200807%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchDraw](index.md#1008200807%2FFunctions%2F788968695)(p0: [Canvas](https://developer.android.com/reference/kotlin/android/graphics/Canvas.html))
|
-| [dispatchDrawableHotspotChanged](index.md#481526879%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchDrawableHotspotChanged](index.md#481526879%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [dispatchFinishTemporaryDetach](index.md#-97817434%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchFinishTemporaryDetach](index.md#-97817434%2FFunctions%2F788968695)()
|
-| [dispatchFreezeSelfOnly](index.md#2008074736%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [dispatchFreezeSelfOnly](index.md#2008074736%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)>)
|
-| [dispatchGenericFocusedEvent](index.md#-427750109%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchGenericFocusedEvent](index.md#-427750109%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchGenericMotionEvent](index.md#1299646589%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [dispatchGenericMotionEvent](index.md#1299646589%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchGenericPointerEvent](index.md#554774377%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchGenericPointerEvent](index.md#554774377%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchHoverEvent](index.md#1790956939%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchHoverEvent](index.md#1790956939%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchKeyEvent](index.md#2115460341%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchKeyEvent](index.md#2115460341%2FFunctions%2F788968695)(p0: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchKeyEventPreIme](index.md#1081022195%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchKeyEventPreIme](index.md#1081022195%2FFunctions%2F788968695)(p0: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchKeyShortcutEvent](index.md#-1124256817%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchKeyShortcutEvent](index.md#-1124256817%2FFunctions%2F788968695)(p0: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchNestedFling](index.md#-39007786%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [dispatchNestedFling](index.md#-39007786%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p2: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchNestedPreFling](index.md#-1488610901%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [dispatchNestedPreFling](index.md#-1488610901%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchNestedPrePerformAccessibilityAction](index.md#-1126474853%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [dispatchNestedPrePerformAccessibilityAction](index.md#-1126474853%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchNestedPreScroll](index.md#1326861346%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [dispatchNestedPreScroll](index.md#1326861346%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)?, p3: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchNestedScroll](index.md#2099119960%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [dispatchNestedScroll](index.md#2099119960%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p4: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchPointerCaptureChanged](index.md#-946146255%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchPointerCaptureChanged](index.md#-946146255%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [dispatchPopulateAccessibilityEvent](index.md#365185822%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [dispatchPopulateAccessibilityEvent](index.md#365185822%2FFunctions%2F788968695)(p0: [AccessibilityEvent](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchProvideAutofillStructure](index.md#1056814398%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchProvideAutofillStructure](index.md#1056814398%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [dispatchProvideStructure](index.md#1554804973%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchProvideStructure](index.md#1554804973%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html))
|
-| [dispatchRestoreInstanceState](index.md#-600173649%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchRestoreInstanceState](index.md#-600173649%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)>)
|
-| [dispatchSaveInstanceState](index.md#1490132332%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchSaveInstanceState](index.md#1490132332%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)>)
|
-| [dispatchSetActivated](index.md#-220715495%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchSetActivated](index.md#-220715495%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [dispatchSetPressed](index.md#-1380791128%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchSetPressed](index.md#-1380791128%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [dispatchSetSelected](index.md#-1275331713%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchSetSelected](index.md#-1275331713%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [dispatchStartTemporaryDetach](index.md#-56059327%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchStartTemporaryDetach](index.md#-56059327%2FFunctions%2F788968695)()
|
-| [dispatchSystemUiVisibilityChanged](index.md#2118679254%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~override~~ ~~fun~~ [~~dispatchSystemUiVisibilityChanged~~](index.md#2118679254%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~
|
-| [dispatchThawSelfOnly](index.md#587101571%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [dispatchThawSelfOnly](index.md#587101571%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)>)
|
-| [dispatchTouchEvent](index.md#1845062478%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchTouchEvent](index.md#1845062478%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchTrackballEvent](index.md#1674910873%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchTrackballEvent](index.md#1674910873%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchUnhandledMove](index.md#1012388045%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchUnhandledMove](index.md#1012388045%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [dispatchVisibilityChanged](index.md#1903872575%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchVisibilityChanged](index.md#1903872575%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [dispatchWindowFocusChanged](index.md#-1194127428%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchWindowFocusChanged](index.md#-1194127428%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [dispatchWindowInsetsAnimationEnd](index.md#-103874510%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchWindowInsetsAnimationEnd](index.md#-103874510%2FFunctions%2F788968695)(p0: [WindowInsetsAnimation](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.html))
|
-| [dispatchWindowInsetsAnimationPrepare](index.md#-582758778%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchWindowInsetsAnimationPrepare](index.md#-582758778%2FFunctions%2F788968695)(p0: [WindowInsetsAnimation](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.html))
|
-| [dispatchWindowInsetsAnimationProgress](index.md#-456540755%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchWindowInsetsAnimationProgress](index.md#-456540755%2FFunctions%2F788968695)(p0: [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html), p1: [MutableList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)<[WindowInsetsAnimation](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.html)>): [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html)
|
-| [dispatchWindowInsetsAnimationStart](index.md#1595326303%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchWindowInsetsAnimationStart](index.md#1595326303%2FFunctions%2F788968695)(p0: [WindowInsetsAnimation](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.html), p1: [WindowInsetsAnimation.Bounds](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.Bounds.html)): [WindowInsetsAnimation.Bounds](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.Bounds.html)
|
-| [dispatchWindowSystemUiVisiblityChanged](index.md#510464853%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~override~~ ~~fun~~ [~~dispatchWindowSystemUiVisiblityChanged~~](index.md#510464853%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~
|
-| [dispatchWindowVisibilityChanged](index.md#734012323%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [dispatchWindowVisibilityChanged](index.md#734012323%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [draw](index.md#-1514823316%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [draw](index.md#-1514823316%2FFunctions%2F788968695)(p0: [Canvas](https://developer.android.com/reference/kotlin/android/graphics/Canvas.html))
|
-| [drawableHotspotChanged](index.md#-94272284%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [drawableHotspotChanged](index.md#-94272284%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [drawableStateChanged](index.md#-410907300%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [drawableStateChanged](index.md#-410907300%2FFunctions%2F788968695)()
|
-| [drawChild](index.md#327554159%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [drawChild](index.md#327554159%2FFunctions%2F788968695)(p0: [Canvas](https://developer.android.com/reference/kotlin/android/graphics/Canvas.html), p1: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p2: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [endViewTransition](index.md#-533030453%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [endViewTransition](index.md#-533030453%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [findFocus](index.md#2146042590%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [findFocus](index.md#2146042590%2FFunctions%2F788968695)(): [View](https://developer.android.com/reference/kotlin/android/view/View.html)
|
-| [findViewById](index.md#-83577524%2FFunctions%2F788968695)| [androidJvm]
Content
fun <[T](index.md#-83577524%2FFunctions%2F788968695) : [View](https://developer.android.com/reference/kotlin/android/view/View.html)> [findViewById](index.md#-83577524%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [T](index.md#-83577524%2FFunctions%2F788968695)
|
-| [findViewsWithText](index.md#1583440475%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [findViewsWithText](index.md#1583440475%2FFunctions%2F788968695)(p0: [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>, p1: [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [findViewWithTag](index.md#-1079598873%2FFunctions%2F788968695)| [androidJvm]
Content
fun <[T](index.md#-1079598873%2FFunctions%2F788968695) : [View](https://developer.android.com/reference/kotlin/android/view/View.html)> [findViewWithTag](index.md#-1079598873%2FFunctions%2F788968695)(p0: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)): [T](index.md#-1079598873%2FFunctions%2F788968695)
|
-| [fitSystemWindows](index.md#-825351457%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~fitSystemWindows~~](index.md#-825351457%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [focusableViewAvailable](index.md#-111905720%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [focusableViewAvailable](index.md#-111905720%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [focusSearch](index.md#-270385862%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [focusSearch](index.md#-270385862%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [View](https://developer.android.com/reference/kotlin/android/view/View.html)
open override fun [focusSearch](index.md#-73429369%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [View](https://developer.android.com/reference/kotlin/android/view/View.html)
|
-| [forceHasOverlappingRendering](index.md#-1141145599%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [forceHasOverlappingRendering](index.md#-1141145599%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [forceLayout](index.md#224255719%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [forceLayout](index.md#224255719%2FFunctions%2F788968695)()
|
-| [gatherTransparentRegion](index.md#1605335256%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [gatherTransparentRegion](index.md#1605335256%2FFunctions%2F788968695)(p0: [Region](https://developer.android.com/reference/kotlin/android/graphics/Region.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [generateDefaultLayoutParams](index.md#1092212629%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [generateDefaultLayoutParams](index.md#1092212629%2FFunctions%2F788968695)(): [LinearLayout.LayoutParams](https://developer.android.com/reference/kotlin/android/widget/LinearLayout.LayoutParams.html)
|
-| [generateLayoutParams](index.md#-661613173%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [generateLayoutParams](index.md#-661613173%2FFunctions%2F788968695)(p0: [AttributeSet](https://developer.android.com/reference/kotlin/android/util/AttributeSet.html)): [LinearLayout.LayoutParams](https://developer.android.com/reference/kotlin/android/widget/LinearLayout.LayoutParams.html)
open override fun [generateLayoutParams](index.md#-1111003824%2FFunctions%2F788968695)(p0: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html)): [LinearLayout.LayoutParams](https://developer.android.com/reference/kotlin/android/widget/LinearLayout.LayoutParams.html)
|
-| [getAccessibilityClassName](index.md#114197638%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [getAccessibilityClassName](index.md#114197638%2FFunctions%2F788968695)(): [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)
|
-| [getAccessibilityDelegate](index.md#916401665%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAccessibilityDelegate](index.md#916401665%2FFunctions%2F788968695)(): [View.AccessibilityDelegate](https://developer.android.com/reference/kotlin/android/view/View.AccessibilityDelegate.html)
|
-| [getAccessibilityLiveRegion](index.md#-739257690%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAccessibilityLiveRegion](index.md#-739257690%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getAccessibilityNodeProvider](index.md#45413555%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAccessibilityNodeProvider](index.md#45413555%2FFunctions%2F788968695)(): [AccessibilityNodeProvider](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityNodeProvider.html)
|
-| [getAccessibilityPaneTitle](index.md#-1507603740%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAccessibilityPaneTitle](index.md#-1507603740%2FFunctions%2F788968695)(): [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)?
|
-| [getAccessibilityTraversalAfter](index.md#1960990504%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAccessibilityTraversalAfter](index.md#1960990504%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getAccessibilityTraversalBefore](index.md#-1528229833%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAccessibilityTraversalBefore](index.md#-1528229833%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getAlpha](index.md#-782230026%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAlpha](index.md#-782230026%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getAnimation](index.md#1444382480%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAnimation](index.md#1444382480%2FFunctions%2F788968695)(): [Animation](https://developer.android.com/reference/kotlin/android/view/animation/Animation.html)
|
-| [getAnimationMatrix](index.md#417294351%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAnimationMatrix](index.md#417294351%2FFunctions%2F788968695)(): [Matrix](https://developer.android.com/reference/kotlin/android/graphics/Matrix.html)?
|
-| [getApplicationWindowToken](index.md#559504493%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getApplicationWindowToken](index.md#559504493%2FFunctions%2F788968695)(): [IBinder](https://developer.android.com/reference/kotlin/android/os/IBinder.html)
|
-| [getAttributeResolutionStack](index.md#-848409692%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAttributeResolutionStack](index.md#-848409692%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)
|
-| [getAttributeSourceResourceMap](index.md#254532111%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAttributeSourceResourceMap](index.md#254532111%2FFunctions%2F788968695)(): [MutableMap](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>
|
-| [getAutofillHints](index.md#981457306%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAutofillHints](index.md#981457306%2FFunctions%2F788968695)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>?
|
-| [getAutofillId](index.md#-1797109639%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getAutofillId](index.md#-1797109639%2FFunctions%2F788968695)(): [AutofillId](https://developer.android.com/reference/kotlin/android/view/autofill/AutofillId.html)
|
-| [getAutofillType](index.md#1385534842%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAutofillType](index.md#1385534842%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getAutofillValue](index.md#926846613%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getAutofillValue](index.md#926846613%2FFunctions%2F788968695)(): [AutofillValue](https://developer.android.com/reference/kotlin/android/view/autofill/AutofillValue.html)?
|
-| [getBackground](index.md#270952152%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getBackground](index.md#270952152%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)
|
-| [getBackgroundTintBlendMode](index.md#-77811223%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getBackgroundTintBlendMode](index.md#-77811223%2FFunctions%2F788968695)(): [BlendMode](https://developer.android.com/reference/kotlin/android/graphics/BlendMode.html)?
|
-| [getBackgroundTintList](index.md#-1239753825%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getBackgroundTintList](index.md#-1239753825%2FFunctions%2F788968695)(): [ColorStateList](https://developer.android.com/reference/kotlin/android/content/res/ColorStateList.html)?
|
-| [getBackgroundTintMode](index.md#215290426%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getBackgroundTintMode](index.md#215290426%2FFunctions%2F788968695)(): [PorterDuff.Mode](https://developer.android.com/reference/kotlin/android/graphics/PorterDuff.Mode.html)?
|
-| [getBaseline](index.md#1362405174%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [getBaseline](index.md#1362405174%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getBaselineAlignedChildIndex](index.md#1535525930%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getBaselineAlignedChildIndex](index.md#1535525930%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getBottom](index.md#-716147461%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getBottom](index.md#-716147461%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getBottomFadingEdgeStrength](index.md#634780996%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getBottomFadingEdgeStrength](index.md#634780996%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getBottomPaddingOffset](index.md#1215103963%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getBottomPaddingOffset](index.md#1215103963%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getCameraDistance](index.md#450270924%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getCameraDistance](index.md#450270924%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getChildAt](index.md#1161878370%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getChildAt](index.md#1161878370%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [View](https://developer.android.com/reference/kotlin/android/view/View.html)
|
-| [getChildCount](index.md#-818730124%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getChildCount](index.md#-818730124%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getChildDrawingOrder](index.md#-813716443%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getChildDrawingOrder](index.md#-813716443%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
open fun [getChildDrawingOrder](index.md#-1224321000%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getChildStaticTransformation](index.md#-266641319%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getChildStaticTransformation](index.md#-266641319%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Transformation](https://developer.android.com/reference/kotlin/android/view/animation/Transformation.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getChildVisibleRect](index.md#-1454462350%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [getChildVisibleRect](index.md#-1454462350%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html), p2: [Point](https://developer.android.com/reference/kotlin/android/graphics/Point.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getClipBounds](index.md#-328555071%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getClipBounds](index.md#-328555071%2FFunctions%2F788968695)(): [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)
open fun [getClipBounds](index.md#-1330976487%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getClipChildren](index.md#-2010404776%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getClipChildren](index.md#-2010404776%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getClipToOutline](index.md#497646237%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getClipToOutline](index.md#497646237%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getClipToPadding](index.md#-1834642195%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getClipToPadding](index.md#-1834642195%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getContentCaptureSession](index.md#2066185835%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getContentCaptureSession](index.md#2066185835%2FFunctions%2F788968695)(): [ContentCaptureSession](https://developer.android.com/reference/kotlin/android/view/contentcapture/ContentCaptureSession.html)?
|
-| [getContentDescription](index.md#1646944995%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getContentDescription](index.md#1646944995%2FFunctions%2F788968695)(): [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)
|
-| [getContext](index.md#-966243067%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getContext](index.md#-966243067%2FFunctions%2F788968695)(): [Context](https://developer.android.com/reference/kotlin/android/content/Context.html)
|
-| [getContextMenuInfo](index.md#-605238568%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getContextMenuInfo](index.md#-605238568%2FFunctions%2F788968695)(): [ContextMenu.ContextMenuInfo](https://developer.android.com/reference/kotlin/android/view/ContextMenu.ContextMenuInfo.html)
|
-| [getDefaultFocusHighlightEnabled](index.md#1664033634%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getDefaultFocusHighlightEnabled](index.md#1664033634%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getDescendantFocusability](index.md#-326666664%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getDescendantFocusability](index.md#-326666664%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getDisplay](index.md#-1477380782%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getDisplay](index.md#-1477380782%2FFunctions%2F788968695)(): [Display](https://developer.android.com/reference/kotlin/android/view/Display.html)
|
-| [getDividerDrawable](index.md#640460008%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getDividerDrawable](index.md#640460008%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)
|
-| [getDividerPadding](index.md#193336227%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getDividerPadding](index.md#193336227%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getDrawableState](index.md#-32712863%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getDrawableState](index.md#-32712863%2FFunctions%2F788968695)(): [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)
|
-| [getDrawingCache](index.md#-1299460990%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~getDrawingCache~~](index.md#-1299460990%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Bitmap](https://developer.android.com/reference/kotlin/android/graphics/Bitmap.html)
~~open~~ ~~fun~~ [~~getDrawingCache~~](index.md#21932103%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~~~:~~ [Bitmap](https://developer.android.com/reference/kotlin/android/graphics/Bitmap.html)
|
-| [getDrawingCacheBackgroundColor](index.md#-1918169277%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~getDrawingCacheBackgroundColor~~](index.md#-1918169277%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getDrawingCacheQuality](index.md#-1327033511%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~getDrawingCacheQuality~~](index.md#-1327033511%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getDrawingRect](index.md#-1354963960%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getDrawingRect](index.md#-1354963960%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html))
|
-| [getDrawingTime](index.md#347046569%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getDrawingTime](index.md#347046569%2FFunctions%2F788968695)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
|
-| [getElevation](index.md#-363517353%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getElevation](index.md#-363517353%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getExplicitStyle](index.md#179010903%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getExplicitStyle](index.md#179010903%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getFilterTouchesWhenObscured](index.md#-491856282%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getFilterTouchesWhenObscured](index.md#-491856282%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getFitsSystemWindows](index.md#2051584354%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getFitsSystemWindows](index.md#2051584354%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getFocusable](index.md#614114338%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getFocusable](index.md#614114338%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getFocusables](index.md#-1044421053%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getFocusables](index.md#-1044421053%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>
|
-| [getFocusedChild](index.md#280674978%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getFocusedChild](index.md#280674978%2FFunctions%2F788968695)(): [View](https://developer.android.com/reference/kotlin/android/view/View.html)
|
-| [getFocusedRect](index.md#843043617%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getFocusedRect](index.md#843043617%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html))
|
-| [getForeground](index.md#835232867%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getForeground](index.md#835232867%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)
|
-| [getForegroundGravity](index.md#1279582697%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getForegroundGravity](index.md#1279582697%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getForegroundTintBlendMode](index.md#-1921905090%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getForegroundTintBlendMode](index.md#-1921905090%2FFunctions%2F788968695)(): [BlendMode](https://developer.android.com/reference/kotlin/android/graphics/BlendMode.html)?
|
-| [getForegroundTintList](index.md#-447193558%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getForegroundTintList](index.md#-447193558%2FFunctions%2F788968695)(): [ColorStateList](https://developer.android.com/reference/kotlin/android/content/res/ColorStateList.html)?
|
-| [getForegroundTintMode](index.md#1007850693%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getForegroundTintMode](index.md#1007850693%2FFunctions%2F788968695)(): [PorterDuff.Mode](https://developer.android.com/reference/kotlin/android/graphics/PorterDuff.Mode.html)?
|
-| [getGlobalVisibleRect](index.md#-1729585607%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getGlobalVisibleRect](index.md#-1729585607%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [getGlobalVisibleRect](index.md#225550970%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html), p1: [Point](https://developer.android.com/reference/kotlin/android/graphics/Point.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getGravity](index.md#2002863953%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getGravity](index.md#2002863953%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getHandler](index.md#111189962%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getHandler](index.md#111189962%2FFunctions%2F788968695)(): [Handler](https://developer.android.com/reference/kotlin/android/os/Handler.html)
|
-| [getHasOverlappingRendering](index.md#1250154599%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getHasOverlappingRendering](index.md#1250154599%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getHeight](index.md#-961277569%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getHeight](index.md#-961277569%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getHitRect](index.md#1295935677%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getHitRect](index.md#1295935677%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html))
|
-| [getHorizontalFadingEdgeLength](index.md#-1703961114%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getHorizontalFadingEdgeLength](index.md#-1703961114%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getHorizontalScrollbarHeight](index.md#-95929845%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getHorizontalScrollbarHeight](index.md#-95929845%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getHorizontalScrollbarThumbDrawable](index.md#1143829108%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getHorizontalScrollbarThumbDrawable](index.md#1143829108%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)?
|
-| [getHorizontalScrollbarTrackDrawable](index.md#359773599%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getHorizontalScrollbarTrackDrawable](index.md#359773599%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)?
|
-| [getId](index.md#1783504011%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getId](index.md#1783504011%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getImportantForAccessibility](index.md#231353005%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getImportantForAccessibility](index.md#231353005%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getImportantForAutofill](index.md#-295419635%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getImportantForAutofill](index.md#-295419635%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getImportantForContentCapture](index.md#1395148562%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getImportantForContentCapture](index.md#1395148562%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getKeepScreenOn](index.md#213386742%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getKeepScreenOn](index.md#213386742%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getKeyDispatcherState](index.md#-835410981%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getKeyDispatcherState](index.md#-835410981%2FFunctions%2F788968695)(): [KeyEvent.DispatcherState](https://developer.android.com/reference/kotlin/android/view/KeyEvent.DispatcherState.html)
|
-| [getLabelFor](index.md#1356091121%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getLabelFor](index.md#1356091121%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getLayerType](index.md#-2055826359%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getLayerType](index.md#-2055826359%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getLayoutAnimation](index.md#-1313785319%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getLayoutAnimation](index.md#-1313785319%2FFunctions%2F788968695)(): [LayoutAnimationController](https://developer.android.com/reference/kotlin/android/view/animation/LayoutAnimationController.html)
|
-| [getLayoutAnimationListener](index.md#1259457477%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getLayoutAnimationListener](index.md#1259457477%2FFunctions%2F788968695)(): [Animation.AnimationListener](https://developer.android.com/reference/kotlin/android/view/animation/Animation.AnimationListener.html)
|
-| [getLayoutDirection](index.md#282938111%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getLayoutDirection](index.md#282938111%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getLayoutMode](index.md#1092167194%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getLayoutMode](index.md#1092167194%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getLayoutParams](index.md#-1298141514%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getLayoutParams](index.md#-1298141514%2FFunctions%2F788968695)(): [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html)
|
-| [getLayoutTransition](index.md#-731470168%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getLayoutTransition](index.md#-731470168%2FFunctions%2F788968695)(): [LayoutTransition](https://developer.android.com/reference/kotlin/android/animation/LayoutTransition.html)
|
-| [getLeft](index.md#1075457247%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getLeft](index.md#1075457247%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getLeftFadingEdgeStrength](index.md#-939588568%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getLeftFadingEdgeStrength](index.md#-939588568%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getLeftPaddingOffset](index.md#552353399%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getLeftPaddingOffset](index.md#552353399%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getLocalVisibleRect](index.md#-363869121%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getLocalVisibleRect](index.md#-363869121%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getLocationInSurface](index.md#-2025149622%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getLocationInSurface](index.md#-2025149622%2FFunctions%2F788968695)(p0: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html))
|
-| [getLocationInWindow](index.md#-51074993%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getLocationInWindow](index.md#-51074993%2FFunctions%2F788968695)(p0: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html))
|
-| [getLocationOnScreen](index.md#-2022757371%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getLocationOnScreen](index.md#-2022757371%2FFunctions%2F788968695)(p0: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html))
|
-| [getMatrix](index.md#-1934767067%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getMatrix](index.md#-1934767067%2FFunctions%2F788968695)(): [Matrix](https://developer.android.com/reference/kotlin/android/graphics/Matrix.html)
|
-| [getMeasuredHeight](index.md#522686681%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getMeasuredHeight](index.md#522686681%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getMeasuredHeightAndState](index.md#2025027839%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getMeasuredHeightAndState](index.md#2025027839%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getMeasuredState](index.md#-1530386551%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getMeasuredState](index.md#-1530386551%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getMeasuredWidth](index.md#-1190456332%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getMeasuredWidth](index.md#-1190456332%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getMeasuredWidthAndState](index.md#664514842%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getMeasuredWidthAndState](index.md#664514842%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getMinimumHeight](index.md#-1253736097%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getMinimumHeight](index.md#-1253736097%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getMinimumWidth](index.md#1523186350%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getMinimumWidth](index.md#1523186350%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getNestedScrollAxes](index.md#19213854%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getNestedScrollAxes](index.md#19213854%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getNextClusterForwardId](index.md#-1836761043%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getNextClusterForwardId](index.md#-1836761043%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getNextFocusDownId](index.md#1358272434%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getNextFocusDownId](index.md#1358272434%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getNextFocusForwardId](index.md#-1288357621%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getNextFocusForwardId](index.md#-1288357621%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getNextFocusLeftId](index.md#-669702867%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getNextFocusLeftId](index.md#-669702867%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getNextFocusRightId](index.md#1769002708%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getNextFocusRightId](index.md#1769002708%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getNextFocusUpId](index.md#235617945%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getNextFocusUpId](index.md#235617945%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getOnFocusChangeListener](index.md#-280380649%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getOnFocusChangeListener](index.md#-280380649%2FFunctions%2F788968695)(): [View.OnFocusChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnFocusChangeListener.html)
|
-| [getOrientation](index.md#2010806543%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getOrientation](index.md#2010806543%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getOutlineAmbientShadowColor](index.md#1658568807%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getOutlineAmbientShadowColor](index.md#1658568807%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getOutlineProvider](index.md#-1856967711%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getOutlineProvider](index.md#-1856967711%2FFunctions%2F788968695)(): [ViewOutlineProvider](https://developer.android.com/reference/kotlin/android/view/ViewOutlineProvider.html)
|
-| [getOutlineSpotShadowColor](index.md#-1387601785%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getOutlineSpotShadowColor](index.md#-1387601785%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getOverlay](index.md#-255518717%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [getOverlay](index.md#-255518717%2FFunctions%2F788968695)(): [ViewGroupOverlay](https://developer.android.com/reference/kotlin/android/view/ViewGroupOverlay.html)
|
-| [getOverScrollMode](index.md#-123255230%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getOverScrollMode](index.md#-123255230%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getPaddingBottom](index.md#660633720%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getPaddingBottom](index.md#660633720%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getPaddingEnd](index.md#703937660%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getPaddingEnd](index.md#703937660%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getPaddingLeft](index.md#-1872827492%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getPaddingLeft](index.md#-1872827492%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getPaddingRight](index.md#-989669413%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getPaddingRight](index.md#-989669413%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getPaddingStart](index.md#610455637%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getPaddingStart](index.md#610455637%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getPaddingTop](index.md#-1783258814%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getPaddingTop](index.md#-1783258814%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getParent](index.md#1432027996%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getParent](index.md#1432027996%2FFunctions%2F788968695)(): [ViewParent](https://developer.android.com/reference/kotlin/android/view/ViewParent.html)
|
-| [getParentForAccessibility](index.md#-753511977%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getParentForAccessibility](index.md#-753511977%2FFunctions%2F788968695)(): [ViewParent](https://developer.android.com/reference/kotlin/android/view/ViewParent.html)
|
-| [getPersistentDrawingCache](index.md#-743348084%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~getPersistentDrawingCache~~](index.md#-743348084%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getPivotX](index.md#-1941206736%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getPivotX](index.md#-1941206736%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getPivotY](index.md#-1910186929%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getPivotY](index.md#-1910186929%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getPointerIcon](index.md#214208702%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getPointerIcon](index.md#214208702%2FFunctions%2F788968695)(): [PointerIcon](https://developer.android.com/reference/kotlin/android/view/PointerIcon.html)
|
-| [getResources](index.md#1448962959%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getResources](index.md#1448962959%2FFunctions%2F788968695)(): [Resources](https://developer.android.com/reference/kotlin/android/content/res/Resources.html)
|
-| [getRevealOnFocusHint](index.md#-1418048479%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getRevealOnFocusHint](index.md#-1418048479%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getRight](index.md#212844280%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getRight](index.md#212844280%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getRightFadingEdgeStrength](index.md#-1162370559%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getRightFadingEdgeStrength](index.md#-1162370559%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getRightPaddingOffset](index.md#-1172529922%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getRightPaddingOffset](index.md#-1172529922%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getRootView](index.md#-62863937%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getRootView](index.md#-62863937%2FFunctions%2F788968695)(): [View](https://developer.android.com/reference/kotlin/android/view/View.html)
|
-| [getRootWindowInsets](index.md#1756705150%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getRootWindowInsets](index.md#1756705150%2FFunctions%2F788968695)(): [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html)
|
-| [getRotation](index.md#1541371080%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getRotation](index.md#1541371080%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getRotationX](index.md#1266583226%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getRotationX](index.md#1266583226%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getRotationY](index.md#1297603033%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getRotationY](index.md#1297603033%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getScaleX](index.md#892931128%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getScaleX](index.md#892931128%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getScaleY](index.md#923950935%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getScaleY](index.md#923950935%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getScrollBarDefaultDelayBeforeFade](index.md#-842219887%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getScrollBarDefaultDelayBeforeFade](index.md#-842219887%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getScrollBarFadeDuration](index.md#-1054747906%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getScrollBarFadeDuration](index.md#-1054747906%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getScrollBarSize](index.md#-1950122675%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getScrollBarSize](index.md#-1950122675%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getScrollBarStyle](index.md#-1761999141%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getScrollBarStyle](index.md#-1761999141%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getScrollIndicators](index.md#781121461%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getScrollIndicators](index.md#781121461%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getScrollX](index.md#885748489%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getScrollX](index.md#885748489%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getScrollY](index.md#916768296%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getScrollY](index.md#916768296%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getShowDividers](index.md#956771364%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getShowDividers](index.md#956771364%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getSolidColor](index.md#367622094%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getSolidColor](index.md#367622094%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getSourceLayoutResId](index.md#-136901090%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getSourceLayoutResId](index.md#-136901090%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getStateDescription](index.md#-1135995589%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getStateDescription](index.md#-1135995589%2FFunctions%2F788968695)(): [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)?
|
-| [getStateListAnimator](index.md#1145639678%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getStateListAnimator](index.md#1145639678%2FFunctions%2F788968695)(): [StateListAnimator](https://developer.android.com/reference/kotlin/android/animation/StateListAnimator.html)
|
-| [getSuggestedMinimumHeight](index.md#1867475604%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getSuggestedMinimumHeight](index.md#1867475604%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getSuggestedMinimumWidth](index.md#99849945%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getSuggestedMinimumWidth](index.md#99849945%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getSystemGestureExclusionRects](index.md#-930728423%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getSystemGestureExclusionRects](index.md#-930728423%2FFunctions%2F788968695)(): [MutableList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)<[Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)>
|
-| [getSystemUiVisibility](index.md#-989636527%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~getSystemUiVisibility~~](index.md#-989636527%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getTag](index.md#-743910150%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTag](index.md#-743910150%2FFunctions%2F788968695)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)
open fun [getTag](index.md#-332636648%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)
|
-| [getTextAlignment](index.md#-1599419362%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTextAlignment](index.md#-1599419362%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getTextDirection](index.md#-1985696254%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTextDirection](index.md#-1985696254%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getTooltipText](index.md#1511835268%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTooltipText](index.md#1511835268%2FFunctions%2F788968695)(): [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)?
|
-| [getTop](index.md#112962463%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getTop](index.md#112962463%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getTopFadingEdgeStrength](index.md#-1538895128%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTopFadingEdgeStrength](index.md#-1538895128%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getTopPaddingOffset](index.md#2004793271%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTopPaddingOffset](index.md#2004793271%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getTouchables](index.md#-877288692%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTouchables](index.md#-877288692%2FFunctions%2F788968695)(): [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>
|
-| [getTouchDelegate](index.md#-1661462224%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTouchDelegate](index.md#-1661462224%2FFunctions%2F788968695)(): [TouchDelegate](https://developer.android.com/reference/kotlin/android/view/TouchDelegate.html)
|
-| [getTouchscreenBlocksFocus](index.md#-1680757056%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTouchscreenBlocksFocus](index.md#-1680757056%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [getTransitionAlpha](index.md#-1069304853%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTransitionAlpha](index.md#-1069304853%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getTransitionName](index.md#-1762081210%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTransitionName](index.md#-1762081210%2FFunctions%2F788968695)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [getTranslationX](index.md#414763039%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTranslationX](index.md#414763039%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getTranslationY](index.md#445782846%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTranslationY](index.md#445782846%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getTranslationZ](index.md#476802653%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getTranslationZ](index.md#476802653%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getUniqueDrawingId](index.md#-785496884%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getUniqueDrawingId](index.md#-785496884%2FFunctions%2F788968695)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
|
-| [getVerticalFadingEdgeLength](index.md#1124873492%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getVerticalFadingEdgeLength](index.md#1124873492%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getVerticalScrollbarPosition](index.md#1523520923%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getVerticalScrollbarPosition](index.md#1523520923%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getVerticalScrollbarThumbDrawable](index.md#1444638498%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getVerticalScrollbarThumbDrawable](index.md#1444638498%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)?
|
-| [getVerticalScrollbarTrackDrawable](index.md#660582989%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getVerticalScrollbarTrackDrawable](index.md#660582989%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)?
|
-| [getVerticalScrollbarWidth](index.md#1728841520%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getVerticalScrollbarWidth](index.md#1728841520%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getViewTreeObserver](index.md#1297959885%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getViewTreeObserver](index.md#1297959885%2FFunctions%2F788968695)(): [ViewTreeObserver](https://developer.android.com/reference/kotlin/android/view/ViewTreeObserver.html)
|
-| [getVisibility](index.md#428802420%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getVisibility](index.md#428802420%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getWeightSum](index.md#-313658356%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getWeightSum](index.md#-313658356%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getWidth](index.md#-684136818%2FFunctions%2F788968695)| [androidJvm]
Content
fun [getWidth](index.md#-684136818%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getWindowAttachCount](index.md#940398746%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getWindowAttachCount](index.md#940398746%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getWindowId](index.md#-320919621%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getWindowId](index.md#-320919621%2FFunctions%2F788968695)(): [WindowId](https://developer.android.com/reference/kotlin/android/view/WindowId.html)
|
-| [getWindowInsetsController](index.md#-2137821756%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getWindowInsetsController](index.md#-2137821756%2FFunctions%2F788968695)(): [WindowInsetsController](https://developer.android.com/reference/kotlin/android/view/WindowInsetsController.html)?
|
-| [getWindowSystemUiVisibility](index.md#1912079233%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~getWindowSystemUiVisibility~~](index.md#1912079233%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getWindowToken](index.md#1057378443%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getWindowToken](index.md#1057378443%2FFunctions%2F788968695)(): [IBinder](https://developer.android.com/reference/kotlin/android/os/IBinder.html)
|
-| [getWindowVisibility](index.md#951704740%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getWindowVisibility](index.md#951704740%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [getWindowVisibleDisplayFrame](index.md#1401500467%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getWindowVisibleDisplayFrame](index.md#1401500467%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html))
|
-| [getX](index.md#71672732%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getX](index.md#71672732%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getY](index.md#102692539%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getY](index.md#102692539%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [getZ](index.md#133712346%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [getZ](index.md#133712346%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
|
-| [hasExplicitFocusable](index.md#1327587514%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [hasExplicitFocusable](index.md#1327587514%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [hasFocus](index.md#-1725509057%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [hasFocus](index.md#-1725509057%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [hasFocusable](index.md#7132774%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [hasFocusable](index.md#7132774%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [hasNestedScrollingParent](index.md#1895189456%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [hasNestedScrollingParent](index.md#1895189456%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [hasOnClickListeners](index.md#-598975956%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [hasOnClickListeners](index.md#-598975956%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [hasOnLongClickListeners](index.md#-234482416%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [hasOnLongClickListeners](index.md#-234482416%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [hasOverlappingRendering](index.md#-1983604913%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [hasOverlappingRendering](index.md#-1983604913%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [hasPointerCapture](index.md#-1763231271%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [hasPointerCapture](index.md#-1763231271%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [hasTransientState](index.md#-1724253604%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [hasTransientState](index.md#-1724253604%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [hasWindowFocus](index.md#2104168400%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [hasWindowFocus](index.md#2104168400%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [indexOfChild](index.md#1714152137%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [indexOfChild](index.md#1714152137%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [initOrder](init-order.md)| [androidJvm]
Content
open fun [initOrder](init-order.md)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), amount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), currency: Order.Currency, confirmAmountUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), expiryDate: [Date](https://developer.android.com/reference/kotlin/java/util/Date.html) = Date(), photos: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>? = null, attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)? = null)
More info
Creates a new order with the provided data and proceeds the user to Tezro for payment.
|
-| [invalidate](index.md#271739779%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [invalidate](index.md#271739779%2FFunctions%2F788968695)()
~~open~~ ~~fun~~ [~~invalidate~~](index.md#1496821911%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)~~)~~
~~open~~ ~~fun~~ [~~invalidate~~](index.md#117264444%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~,~~ ~~p1~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~,~~ ~~p2~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~,~~ ~~p3~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~
|
-| [invalidateChild](index.md#1165414322%2FFunctions%2F788968695)| [androidJvm]
Content
~~override~~ ~~fun~~ [~~invalidateChild~~](index.md#1165414322%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [View](https://developer.android.com/reference/kotlin/android/view/View.html)~~,~~ ~~p1~~~~:~~ [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)~~)~~
|
-| [invalidateChildInParent](index.md#2084139161%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~override~~ ~~fun~~ [~~invalidateChildInParent~~](index.md#2084139161%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)~~,~~ ~~p1~~~~:~~ [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)~~)~~~~:~~ [ViewParent](https://developer.android.com/reference/kotlin/android/view/ViewParent.html)
|
-| [invalidateDrawable](index.md#-1005306885%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [invalidateDrawable](index.md#-1005306885%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html))
|
-| [invalidateOutline](index.md#-1898964139%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [invalidateOutline](index.md#-1898964139%2FFunctions%2F788968695)()
|
-| [isAccessibilityFocused](index.md#-1525944405%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isAccessibilityFocused](index.md#-1525944405%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isAccessibilityHeading](index.md#-974626944%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isAccessibilityHeading](index.md#-974626944%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isActivated](index.md#-608700075%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isActivated](index.md#-608700075%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isAlwaysDrawnWithCacheEnabled](index.md#162329255%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~isAlwaysDrawnWithCacheEnabled~~](index.md#162329255%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isAnimationCacheEnabled](index.md#595478212%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~isAnimationCacheEnabled~~](index.md#595478212%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isAttachedToWindow](index.md#-906977243%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isAttachedToWindow](index.md#-906977243%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isBaselineAligned](index.md#1102650204%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isBaselineAligned](index.md#1102650204%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isChildrenDrawingOrderEnabled](index.md#-1432758699%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isChildrenDrawingOrderEnabled](index.md#-1432758699%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isChildrenDrawnWithCacheEnabled](index.md#-256722921%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~isChildrenDrawnWithCacheEnabled~~](index.md#-256722921%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isClickable](index.md#133730660%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isClickable](index.md#133730660%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isContextClickable](index.md#319053505%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isContextClickable](index.md#319053505%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isDirty](index.md#1764572916%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isDirty](index.md#1764572916%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isDrawingCacheEnabled](index.md#116625609%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~isDrawingCacheEnabled~~](index.md#116625609%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isDuplicateParentStateEnabled](index.md#1414800833%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isDuplicateParentStateEnabled](index.md#1414800833%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isEnabled](index.md#52212773%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isEnabled](index.md#52212773%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isFocusable](index.md#-2055142380%2FFunctions%2F788968695)| [androidJvm]
Content
fun [isFocusable](index.md#-2055142380%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isFocusableInTouchMode](index.md#1281125353%2FFunctions%2F788968695)| [androidJvm]
Content
fun [isFocusableInTouchMode](index.md#1281125353%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isFocused](index.md#1211382959%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isFocused](index.md#1211382959%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isFocusedByDefault](index.md#363491457%2FFunctions%2F788968695)| [androidJvm]
Content
fun [isFocusedByDefault](index.md#363491457%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isForceDarkAllowed](index.md#-935265843%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isForceDarkAllowed](index.md#-935265843%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isHapticFeedbackEnabled](index.md#1548484545%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isHapticFeedbackEnabled](index.md#1548484545%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isHardwareAccelerated](index.md#-219927161%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isHardwareAccelerated](index.md#-219927161%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isHorizontalFadingEdgeEnabled](index.md#-957473121%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isHorizontalFadingEdgeEnabled](index.md#-957473121%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isHorizontalScrollBarEnabled](index.md#689910485%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isHorizontalScrollBarEnabled](index.md#689910485%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isHovered](index.md#-543807029%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isHovered](index.md#-543807029%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isImportantForAccessibility](index.md#749102751%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isImportantForAccessibility](index.md#749102751%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isImportantForAutofill](index.md#1409996251%2FFunctions%2F788968695)| [androidJvm]
Content
fun [isImportantForAutofill](index.md#1409996251%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isImportantForContentCapture](index.md#265521504%2FFunctions%2F788968695)| [androidJvm]
Content
fun [isImportantForContentCapture](index.md#265521504%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isInEditMode](index.md#206798786%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isInEditMode](index.md#206798786%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isInLayout](index.md#1323508357%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isInLayout](index.md#1323508357%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isInTouchMode](index.md#1925732489%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isInTouchMode](index.md#1925732489%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isKeyboardNavigationCluster](index.md#1885539527%2FFunctions%2F788968695)| [androidJvm]
Content
fun [isKeyboardNavigationCluster](index.md#1885539527%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isLaidOut](index.md#1872352808%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isLaidOut](index.md#1872352808%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isLayoutDirectionResolved](index.md#-877976487%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isLayoutDirectionResolved](index.md#-877976487%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isLayoutRequested](index.md#654006370%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isLayoutRequested](index.md#654006370%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isLayoutSuppressed](index.md#1420640693%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isLayoutSuppressed](index.md#1420640693%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isLongClickable](index.md#824305792%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isLongClickable](index.md#824305792%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isMeasureWithLargestChildEnabled](index.md#1529907682%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isMeasureWithLargestChildEnabled](index.md#1529907682%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isMotionEventSplittingEnabled](index.md#1629876682%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isMotionEventSplittingEnabled](index.md#1629876682%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isNestedScrollingEnabled](index.md#1023722193%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isNestedScrollingEnabled](index.md#1023722193%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isOpaque](index.md#1957101843%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isOpaque](index.md#1957101843%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isPaddingOffsetRequired](index.md#1780288035%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isPaddingOffsetRequired](index.md#1780288035%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isPaddingRelative](index.md#-9537559%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isPaddingRelative](index.md#-9537559%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isPivotSet](index.md#-738397292%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isPivotSet](index.md#-738397292%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isPressed](index.md#-2020957596%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isPressed](index.md#-2020957596%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isSaveEnabled](index.md#416799042%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isSaveEnabled](index.md#416799042%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isSaveFromParentEnabled](index.md#-1559307562%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isSaveFromParentEnabled](index.md#-1559307562%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isScreenReaderFocusable](index.md#-272266429%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isScreenReaderFocusable](index.md#-272266429%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isScrollbarFadingEnabled](index.md#-1427572206%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isScrollbarFadingEnabled](index.md#-1427572206%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isScrollContainer](index.md#-1580224110%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isScrollContainer](index.md#-1580224110%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isSelected](index.md#-2080688615%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isSelected](index.md#-2080688615%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isShowingLayoutBounds](index.md#1039064162%2FFunctions%2F788968695)| [androidJvm]
Content
fun [isShowingLayoutBounds](index.md#1039064162%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isShown](index.md#254079637%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isShown](index.md#254079637%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isSoundEffectsEnabled](index.md#1601728440%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isSoundEffectsEnabled](index.md#1601728440%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isTemporarilyDetached](index.md#-1815461466%2FFunctions%2F788968695)| [androidJvm]
Content
fun [isTemporarilyDetached](index.md#-1815461466%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isTextAlignmentResolved](index.md#-912356616%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isTextAlignmentResolved](index.md#-912356616%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isTextDirectionResolved](index.md#-602257188%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isTextDirectionResolved](index.md#-602257188%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isTransitionGroup](index.md#268638461%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isTransitionGroup](index.md#268638461%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isVerticalFadingEdgeEnabled](index.md#2013503921%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isVerticalFadingEdgeEnabled](index.md#2013503921%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isVerticalScrollBarEnabled](index.md#1755579779%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isVerticalScrollBarEnabled](index.md#1755579779%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [isVisibleToUserForAutofill](index.md#1352564623%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [isVisibleToUserForAutofill](index.md#1352564623%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [jumpDrawablesToCurrentState](index.md#-99220925%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [jumpDrawablesToCurrentState](index.md#-99220925%2FFunctions%2F788968695)()
|
-| [keyboardNavigationClusterSearch](index.md#-462599297%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [keyboardNavigationClusterSearch](index.md#-462599297%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [View](https://developer.android.com/reference/kotlin/android/view/View.html)
|
-| [layout](index.md#-564644148%2FFunctions%2F788968695)| [androidJvm]
Content
override fun [layout](index.md#-564644148%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [measure](index.md#2095199393%2FFunctions%2F788968695)| [androidJvm]
Content
fun [measure](index.md#2095199393%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [measureChild](index.md#476485620%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [measureChild](index.md#476485620%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [measureChildren](index.md#-1431303361%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [measureChildren](index.md#-1431303361%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [measureChildWithMargins](index.md#-1082345%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [measureChildWithMargins](index.md#-1082345%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p4: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [notifySubtreeAccessibilityStateChanged](index.md#1915420567%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [notifySubtreeAccessibilityStateChanged](index.md#1915420567%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [offsetDescendantRectToMyCoords](index.md#1332124778%2FFunctions%2F788968695)| [androidJvm]
Content
fun [offsetDescendantRectToMyCoords](index.md#1332124778%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html))
|
-| [offsetLeftAndRight](index.md#343888701%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [offsetLeftAndRight](index.md#343888701%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [offsetRectIntoDescendantCoords](index.md#-1353734525%2FFunctions%2F788968695)| [androidJvm]
Content
fun [offsetRectIntoDescendantCoords](index.md#-1353734525%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html))
|
-| [offsetTopAndBottom](index.md#1475244604%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [offsetTopAndBottom](index.md#1475244604%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onAnimationEnd](index.md#1660895848%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onAnimationEnd](index.md#1660895848%2FFunctions%2F788968695)()
|
-| [onAnimationStart](index.md#1124272961%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onAnimationStart](index.md#1124272961%2FFunctions%2F788968695)()
|
-| [onApplyWindowInsets](index.md#-1105424277%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onApplyWindowInsets](index.md#-1105424277%2FFunctions%2F788968695)(p0: [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html)): [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html)
|
-| [onAttachedToWindow](index.md#188813967%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onAttachedToWindow](index.md#188813967%2FFunctions%2F788968695)()
|
-| [onCancelPendingInputEvents](index.md#-63459975%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onCancelPendingInputEvents](index.md#-63459975%2FFunctions%2F788968695)()
|
-| [onCapturedPointerEvent](index.md#-1441297974%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onCapturedPointerEvent](index.md#-1441297974%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onCheckIsTextEditor](index.md#375862799%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onCheckIsTextEditor](index.md#375862799%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onConfigurationChanged](index.md#2077068397%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onConfigurationChanged](index.md#2077068397%2FFunctions%2F788968695)(p0: [Configuration](https://developer.android.com/reference/kotlin/android/content/res/Configuration.html))
|
-| [onCreateContextMenu](index.md#-1834998075%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onCreateContextMenu](index.md#-1834998075%2FFunctions%2F788968695)(p0: [ContextMenu](https://developer.android.com/reference/kotlin/android/view/ContextMenu.html))
|
-| [onCreateDrawableState](index.md#324458595%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onCreateDrawableState](index.md#324458595%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)
|
-| [onCreateInputConnection](index.md#-2056457429%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onCreateInputConnection](index.md#-2056457429%2FFunctions%2F788968695)(p0: [EditorInfo](https://developer.android.com/reference/kotlin/android/view/inputmethod/EditorInfo.html)): [InputConnection](https://developer.android.com/reference/kotlin/android/view/inputmethod/InputConnection.html)
|
-| [onDescendantInvalidated](index.md#1548626167%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onDescendantInvalidated](index.md#1548626167%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [onDetachedFromWindow](index.md#1808013234%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onDetachedFromWindow](index.md#1808013234%2FFunctions%2F788968695)()
|
-| [onDisplayHint](index.md#1527087824%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onDisplayHint](index.md#1527087824%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onDragEvent](index.md#-1101209351%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onDragEvent](index.md#-1101209351%2FFunctions%2F788968695)(p0: [DragEvent](https://developer.android.com/reference/kotlin/android/view/DragEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onDraw](index.md#-1325957568%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onDraw](index.md#-1325957568%2FFunctions%2F788968695)(p0: [Canvas](https://developer.android.com/reference/kotlin/android/graphics/Canvas.html))
|
-| [onDrawForeground](index.md#1094711054%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onDrawForeground](index.md#1094711054%2FFunctions%2F788968695)(p0: [Canvas](https://developer.android.com/reference/kotlin/android/graphics/Canvas.html))
|
-| [onDrawScrollBars](index.md#-527203080%2FFunctions%2F788968695)| [androidJvm]
Content
fun [onDrawScrollBars](index.md#-527203080%2FFunctions%2F788968695)(p0: [Canvas](https://developer.android.com/reference/kotlin/android/graphics/Canvas.html))
|
-| [onFilterTouchEventForSecurity](index.md#1485732939%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onFilterTouchEventForSecurity](index.md#1485732939%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onFinishInflate](index.md#1509491463%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onFinishInflate](index.md#1509491463%2FFunctions%2F788968695)()
|
-| [onFinishTemporaryDetach](index.md#1161314666%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onFinishTemporaryDetach](index.md#1161314666%2FFunctions%2F788968695)()
|
-| [onFocusChanged](index.md#1807328051%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onFocusChanged](index.md#1807328051%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)?)
|
-| [onGenericMotionEvent](index.md#-615137864%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onGenericMotionEvent](index.md#-615137864%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onHoverChanged](index.md#2026733932%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onHoverChanged](index.md#2026733932%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [onHoverEvent](index.md#200924999%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onHoverEvent](index.md#200924999%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onInitializeAccessibilityEvent](index.md#-1212347159%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onInitializeAccessibilityEvent](index.md#-1212347159%2FFunctions%2F788968695)(p0: [AccessibilityEvent](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityEvent.html))
|
-| [onInitializeAccessibilityNodeInfo](index.md#555748953%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onInitializeAccessibilityNodeInfo](index.md#555748953%2FFunctions%2F788968695)(p0: [AccessibilityNodeInfo](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityNodeInfo.html))
|
-| [onInterceptHoverEvent](index.md#-701606782%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onInterceptHoverEvent](index.md#-701606782%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onInterceptTouchEvent](index.md#-647501243%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onInterceptTouchEvent](index.md#-647501243%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onKeyDown](index.md#-924269354%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onKeyDown](index.md#-924269354%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onKeyLongPress](index.md#945096467%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onKeyLongPress](index.md#945096467%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onKeyMultiple](index.md#-293109199%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onKeyMultiple](index.md#-293109199%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onKeyPreIme](index.md#-2118276326%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onKeyPreIme](index.md#-2118276326%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onKeyShortcut](index.md#1008735794%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onKeyShortcut](index.md#1008735794%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onKeyUp](index.md#1494725821%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onKeyUp](index.md#1494725821%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onLayout](index.md#-1845696731%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onLayout](index.md#-1845696731%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p4: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onMeasure](index.md#-639897011%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onMeasure](index.md#-639897011%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onNestedFling](index.md#-1118081848%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onNestedFling](index.md#-1118081848%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p2: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p3: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onNestedPreFling](index.md#696467333%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onNestedPreFling](index.md#696467333%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p2: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onNestedPrePerformAccessibilityAction](index.md#-330256883%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onNestedPrePerformAccessibilityAction](index.md#-330256883%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onNestedPreScroll](index.md#1212406780%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onNestedPreScroll](index.md#1212406780%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html))
|
-| [onNestedScroll](index.md#2051246809%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onNestedScroll](index.md#2051246809%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p4: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onNestedScrollAccepted](index.md#-458913431%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onNestedScrollAccepted](index.md#-458913431%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onOverScrolled](index.md#608474560%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onOverScrolled](index.md#608474560%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), p3: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [onPointerCaptureChange](index.md#-1688224053%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onPointerCaptureChange](index.md#-1688224053%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [onPopulateAccessibilityEvent](index.md#-1177992253%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onPopulateAccessibilityEvent](index.md#-1177992253%2FFunctions%2F788968695)(p0: [AccessibilityEvent](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityEvent.html))
|
-| [onProvideAutofillStructure](index.md#-599296510%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onProvideAutofillStructure](index.md#-599296510%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onProvideAutofillVirtualStructure](index.md#-1472053631%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onProvideAutofillVirtualStructure](index.md#-1472053631%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onProvideContentCaptureStructure](index.md#-1421567225%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onProvideContentCaptureStructure](index.md#-1421567225%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onProvideStructure](index.md#1846476457%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onProvideStructure](index.md#1846476457%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html))
|
-| [onProvideVirtualStructure](index.md#-1205953682%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onProvideVirtualStructure](index.md#-1205953682%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html))
|
-| [onRequestFocusInDescendants](index.md#930416749%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onRequestFocusInDescendants](index.md#930416749%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onRequestSendAccessibilityEvent](index.md#1338461287%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onRequestSendAccessibilityEvent](index.md#1338461287%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [AccessibilityEvent](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onResolvePointerIcon](index.md#624900003%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onResolvePointerIcon](index.md#624900003%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [PointerIcon](https://developer.android.com/reference/kotlin/android/view/PointerIcon.html)
|
-| [onRestoreInstanceState](index.md#-648840093%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onRestoreInstanceState](index.md#-648840093%2FFunctions%2F788968695)(p0: [Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html))
|
-| [onRtlPropertiesChanged](index.md#-624126511%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onRtlPropertiesChanged](index.md#-624126511%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onSaveInstanceState](index.md#1773232604%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onSaveInstanceState](index.md#1773232604%2FFunctions%2F788968695)(): [Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)?
|
-| [onScreenStateChanged](index.md#-921913138%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onScreenStateChanged](index.md#-921913138%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onScrollChanged](index.md#-762681877%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onScrollChanged](index.md#-762681877%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onSetAlpha](index.md#-313184895%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onSetAlpha](index.md#-313184895%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onSizeChanged](index.md#1584905399%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onSizeChanged](index.md#1584905399%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onStartNestedScroll](index.md#-967123092%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onStartNestedScroll](index.md#-967123092%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onStartTemporaryDetach](index.md#-569631491%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onStartTemporaryDetach](index.md#-569631491%2FFunctions%2F788968695)()
|
-| [onStopNestedScroll](index.md#291799995%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [onStopNestedScroll](index.md#291799995%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [onTouchEvent](index.md#255030538%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onTouchEvent](index.md#255030538%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onTrackballEvent](index.md#1631316053%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onTrackballEvent](index.md#1631316053%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [onViewAdded](index.md#1997901746%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onViewAdded](index.md#1997901746%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [onViewRemoved](index.md#-1068128238%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onViewRemoved](index.md#-1068128238%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [onVisibilityAggregated](index.md#1965026605%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onVisibilityAggregated](index.md#1965026605%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [onVisibilityChanged](index.md#-1924754685%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onVisibilityChanged](index.md#-1924754685%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [onWindowFocusChanged](index.md#1329354872%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onWindowFocusChanged](index.md#1329354872%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [onWindowSystemUiVisibilityChanged](index.md#-767727062%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~onWindowSystemUiVisibilityChanged~~](index.md#-767727062%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~
|
-| [onWindowVisibilityChanged](index.md#1652552295%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [onWindowVisibilityChanged](index.md#1652552295%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [overScrollBy](index.md#-1472898453%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [overScrollBy](index.md#-1472898453%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p4: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p5: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p6: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p7: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p8: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [performAccessibilityAction](index.md#-58803985%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [performAccessibilityAction](index.md#-58803985%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [performClick](index.md#1113179991%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [performClick](index.md#1113179991%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [performContextClick](index.md#-1382194590%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [performContextClick](index.md#-1382194590%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [performContextClick](index.md#204583805%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [performHapticFeedback](index.md#1425025277%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [performHapticFeedback](index.md#1425025277%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [performHapticFeedback](index.md#-174857152%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [performLongClick](index.md#-873941005%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [performLongClick](index.md#-873941005%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [performLongClick](index.md#1022890764%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [playSoundEffect](index.md#1630778158%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [playSoundEffect](index.md#1630778158%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [post](index.md#-3618899%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [post](index.md#-3618899%2FFunctions%2F788968695)(p0: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [postDelayed](index.md#1604877027%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [postDelayed](index.md#1604877027%2FFunctions%2F788968695)(p0: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html), p1: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [postInvalidate](index.md#82239043%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [postInvalidate](index.md#82239043%2FFunctions%2F788968695)()
open fun [postInvalidate](index.md#570729852%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [postInvalidateDelayed](index.md#499115172%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [postInvalidateDelayed](index.md#499115172%2FFunctions%2F788968695)(p0: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html))
open fun [postInvalidateDelayed](index.md#289291876%2FFunctions%2F788968695)(p0: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p4: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [postInvalidateOnAnimation](index.md#-1508826926%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [postInvalidateOnAnimation](index.md#-1508826926%2FFunctions%2F788968695)()
open fun [postInvalidateOnAnimation](index.md#-2883699%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [postOnAnimation](index.md#-756404570%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [postOnAnimation](index.md#-756404570%2FFunctions%2F788968695)(p0: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html))
|
-| [postOnAnimationDelayed](index.md#381343562%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [postOnAnimationDelayed](index.md#381343562%2FFunctions%2F788968695)(p0: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html), p1: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html))
|
-| [recomputeViewAttributes](index.md#-979366378%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [recomputeViewAttributes](index.md#-979366378%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [refreshDrawableState](index.md#-2045430106%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [refreshDrawableState](index.md#-2045430106%2FFunctions%2F788968695)()
|
-| [releasePointerCapture](index.md#1550670924%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [releasePointerCapture](index.md#1550670924%2FFunctions%2F788968695)()
|
-| [removeAllViews](index.md#-540650996%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [removeAllViews](index.md#-540650996%2FFunctions%2F788968695)()
|
-| [removeAllViewsInLayout](index.md#772448541%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [removeAllViewsInLayout](index.md#772448541%2FFunctions%2F788968695)()
|
-| [removeCallbacks](index.md#-229901183%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [removeCallbacks](index.md#-229901183%2FFunctions%2F788968695)(p0: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [removeDetachedView](index.md#-1835605229%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [removeDetachedView](index.md#-1835605229%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [removeOnAttachStateChangeListener](index.md#-1870558015%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [removeOnAttachStateChangeListener](index.md#-1870558015%2FFunctions%2F788968695)(p0: [View.OnAttachStateChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnAttachStateChangeListener.html))
|
-| [removeOnLayoutChangeListener](index.md#-714017471%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [removeOnLayoutChangeListener](index.md#-714017471%2FFunctions%2F788968695)(p0: [View.OnLayoutChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnLayoutChangeListener.html))
|
-| [removeOnUnhandledKeyEventListener](index.md#-1269812991%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [removeOnUnhandledKeyEventListener](index.md#-1269812991%2FFunctions%2F788968695)(p0: [View.OnUnhandledKeyEventListener](https://developer.android.com/reference/kotlin/android/view/View.OnUnhandledKeyEventListener.html))
|
-| [removeView](index.md#-1219327937%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [removeView](index.md#-1219327937%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [removeViewAt](index.md#-1992103073%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [removeViewAt](index.md#-1992103073%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [removeViewInLayout](index.md#-711244466%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [removeViewInLayout](index.md#-711244466%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [removeViews](index.md#-1336641716%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [removeViews](index.md#-1336641716%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [removeViewsInLayout](index.md#-1424555045%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [removeViewsInLayout](index.md#-1424555045%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [requestApplyInsets](index.md#-331541751%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [requestApplyInsets](index.md#-331541751%2FFunctions%2F788968695)()
|
-| [requestChildFocus](index.md#-208903083%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [requestChildFocus](index.md#-208903083%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [requestChildRectangleOnScreen](index.md#-1635219642%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [requestChildRectangleOnScreen](index.md#-1635219642%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html), p2: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [requestDisallowInterceptTouchEvent](index.md#-140197233%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [requestDisallowInterceptTouchEvent](index.md#-140197233%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [requestFitSystemWindows](index.md#-1615863926%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~requestFitSystemWindows~~](index.md#-1615863926%2FFunctions%2F788968695)~~(~~~~)~~
|
-| [requestFocus](index.md#-1218783051%2FFunctions%2F788968695)| [androidJvm]
Content
fun [requestFocus](index.md#-1218783051%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
fun [requestFocus](index.md#-897240045%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open override fun [requestFocus](index.md#-805133907%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [requestFocusFromTouch](index.md#-216607280%2FFunctions%2F788968695)| [androidJvm]
Content
fun [requestFocusFromTouch](index.md#-216607280%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [requestLayout](index.md#1641127683%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [requestLayout](index.md#1641127683%2FFunctions%2F788968695)()
|
-| [requestPointerCapture](index.md#-1216853820%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [requestPointerCapture](index.md#-1216853820%2FFunctions%2F788968695)()
|
-| [requestRectangleOnScreen](index.md#1483196423%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [requestRectangleOnScreen](index.md#1483196423%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [requestRectangleOnScreen](index.md#-295117667%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html), p1: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [requestSendAccessibilityEvent](index.md#-1334186746%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [requestSendAccessibilityEvent](index.md#-1334186746%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [AccessibilityEvent](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [requestTransparentRegion](index.md#1475600781%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [requestTransparentRegion](index.md#1475600781%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [requestUnbufferedDispatch](index.md#-587900767%2FFunctions%2F788968695)| [androidJvm]
Content
fun [requestUnbufferedDispatch](index.md#-587900767%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html))
fun [requestUnbufferedDispatch](index.md#1776169977%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [requireViewById](index.md#-1223448514%2FFunctions%2F788968695)| [androidJvm]
Content
fun <[T](index.md#-1223448514%2FFunctions%2F788968695) : [View](https://developer.android.com/reference/kotlin/android/view/View.html)> [requireViewById](index.md#-1223448514%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [T](index.md#-1223448514%2FFunctions%2F788968695)
|
-| [resetPivot](index.md#1379019659%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [resetPivot](index.md#1379019659%2FFunctions%2F788968695)()
|
-| [restoreDefaultFocus](index.md#-430470280%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [restoreDefaultFocus](index.md#-430470280%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [restoreHierarchyState](index.md#-880525550%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [restoreHierarchyState](index.md#-880525550%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)>)
|
-| [saveAttributeDataForStyleable](index.md#-1532828643%2FFunctions%2F788968695)| [androidJvm]
Content
fun [saveAttributeDataForStyleable](index.md#-1532828643%2FFunctions%2F788968695)(p0: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), p1: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html), p2: [AttributeSet](https://developer.android.com/reference/kotlin/android/util/AttributeSet.html)?, p3: [TypedArray](https://developer.android.com/reference/kotlin/android/content/res/TypedArray.html), p4: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p5: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [saveHierarchyState](index.md#-888880737%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [saveHierarchyState](index.md#-888880737%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)>)
|
-| [scheduleDrawable](index.md#-1314594679%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [scheduleDrawable](index.md#-1314594679%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html), p1: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html), p2: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html))
|
-| [scheduleLayoutAnimation](index.md#2121553434%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [scheduleLayoutAnimation](index.md#2121553434%2FFunctions%2F788968695)()
|
-| [scrollBy](index.md#1106658341%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [scrollBy](index.md#1106658341%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [scrollTo](index.md#-1150277815%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [scrollTo](index.md#-1150277815%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [sendAccessibilityEvent](index.md#827556584%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [sendAccessibilityEvent](index.md#827556584%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [sendAccessibilityEventUnchecked](index.md#-377076438%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [sendAccessibilityEventUnchecked](index.md#-377076438%2FFunctions%2F788968695)(p0: [AccessibilityEvent](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityEvent.html))
|
-| [setAccessibilityDelegate](index.md#2123951810%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setAccessibilityDelegate](index.md#2123951810%2FFunctions%2F788968695)(p0: [View.AccessibilityDelegate](https://developer.android.com/reference/kotlin/android/view/View.AccessibilityDelegate.html)?)
|
-| [setAccessibilityHeading](index.md#-1916711445%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setAccessibilityHeading](index.md#-1916711445%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setAccessibilityLiveRegion](index.md#-1731806512%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setAccessibilityLiveRegion](index.md#-1731806512%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setAccessibilityPaneTitle](index.md#-1974521635%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setAccessibilityPaneTitle](index.md#-1974521635%2FFunctions%2F788968695)(p0: [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)?)
|
-| [setAccessibilityTraversalAfter](index.md#-1560469806%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setAccessibilityTraversalAfter](index.md#-1560469806%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setAccessibilityTraversalBefore](index.md#1465373321%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setAccessibilityTraversalBefore](index.md#1465373321%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setActivated](index.md#1776106612%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setActivated](index.md#1776106612%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setAddStatesFromChildren](index.md#-857431560%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setAddStatesFromChildren](index.md#-857431560%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setAlpha](index.md#-1247291245%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setAlpha](index.md#-1247291245%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setAlwaysDrawnWithCacheEnabled](index.md#-803994332%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~setAlwaysDrawnWithCacheEnabled~~](index.md#-803994332%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~
|
-| [setAnimation](index.md#-284340276%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setAnimation](index.md#-284340276%2FFunctions%2F788968695)(p0: [Animation](https://developer.android.com/reference/kotlin/android/view/animation/Animation.html))
|
-| [setAnimationCacheEnabled](index.md#323312769%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~setAnimationCacheEnabled~~](index.md#323312769%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~
|
-| [setAnimationMatrix](index.md#-1888561119%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setAnimationMatrix](index.md#-1888561119%2FFunctions%2F788968695)(p0: [Matrix](https://developer.android.com/reference/kotlin/android/graphics/Matrix.html)?)
|
-| [setAutofillHints](index.md#-1093388626%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setAutofillHints](index.md#-1093388626%2FFunctions%2F788968695)(vararg p0: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
|
-| [setAutofillId](index.md#154835381%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setAutofillId](index.md#154835381%2FFunctions%2F788968695)(p0: [AutofillId](https://developer.android.com/reference/kotlin/android/view/autofill/AutofillId.html)?)
|
-| [setBackground](index.md#841332226%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setBackground](index.md#841332226%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html))
|
-| [setBackgroundColor](index.md#-1996321655%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setBackgroundColor](index.md#-1996321655%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setBackgroundDrawable](index.md#-771685500%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~setBackgroundDrawable~~](index.md#-771685500%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)~~)~~
|
-| [setBackgroundResource](index.md#9634556%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setBackgroundResource](index.md#9634556%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setBackgroundTintBlendMode](index.md#1634646846%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setBackgroundTintBlendMode](index.md#1634646846%2FFunctions%2F788968695)(p0: [BlendMode](https://developer.android.com/reference/kotlin/android/graphics/BlendMode.html)?)
|
-| [setBackgroundTintList](index.md#-2022232322%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setBackgroundTintList](index.md#-2022232322%2FFunctions%2F788968695)(p0: [ColorStateList](https://developer.android.com/reference/kotlin/android/content/res/ColorStateList.html)?)
|
-| [setBackgroundTintMode](index.md#-1657378493%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setBackgroundTintMode](index.md#-1657378493%2FFunctions%2F788968695)(p0: [PorterDuff.Mode](https://developer.android.com/reference/kotlin/android/graphics/PorterDuff.Mode.html)?)
|
-| [setBaselineAligned](index.md#-417863759%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setBaselineAligned](index.md#-417863759%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setBaselineAlignedChildIndex](index.md#-2098805676%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setBaselineAlignedChildIndex](index.md#-2098805676%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setBottom](index.md#-255483571%2FFunctions%2F788968695)| [androidJvm]
Content
fun [setBottom](index.md#-255483571%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setCameraDistance](index.md#1148359121%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setCameraDistance](index.md#1148359121%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setChildrenDrawingCacheEnabled](index.md#-2043490938%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~setChildrenDrawingCacheEnabled~~](index.md#-2043490938%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~
|
-| [setChildrenDrawingOrderEnabled](index.md#106553426%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setChildrenDrawingOrderEnabled](index.md#106553426%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setChildrenDrawnWithCacheEnabled](index.md#-1703769964%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~setChildrenDrawnWithCacheEnabled~~](index.md#-1703769964%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~
|
-| [setClickable](index.md#-1324413373%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setClickable](index.md#-1324413373%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setClipBounds](index.md#2033222181%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setClipBounds](index.md#2033222181%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html))
|
-| [setClipChildren](index.md#524813585%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setClipChildren](index.md#524813585%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setClipToOutline](index.md#-1040446930%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setClipToOutline](index.md#-1040446930%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setClipToPadding](index.md#726915198%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setClipToPadding](index.md#726915198%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setContentCaptureSession](index.md#1154680682%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setContentCaptureSession](index.md#1154680682%2FFunctions%2F788968695)(p0: [ContentCaptureSession](https://developer.android.com/reference/kotlin/android/view/contentcapture/ContentCaptureSession.html)?)
|
-| [setContentDescription](index.md#813250151%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setContentDescription](index.md#813250151%2FFunctions%2F788968695)(p0: [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html))
|
-| [setContextClickable](index.md#-185169300%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setContextClickable](index.md#-185169300%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setDefaultFocusHighlightEnabled](index.md#1491402395%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setDefaultFocusHighlightEnabled](index.md#1491402395%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setDescendantFocusability](index.md#-803411350%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setDescendantFocusability](index.md#-803411350%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setDividerDrawable](index.md#550888362%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setDividerDrawable](index.md#550888362%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html))
|
-| [setDividerPadding](index.md#-2009769483%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setDividerPadding](index.md#-2009769483%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setDrawingCacheBackgroundColor](index.md#1985917229%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~setDrawingCacheBackgroundColor~~](index.md#1985917229%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~
|
-| [setDrawingCacheEnabled](index.md#1259028584%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~setDrawingCacheEnabled~~](index.md#1259028584%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~
|
-| [setDrawingCacheQuality](index.md#990109123%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~setDrawingCacheQuality~~](index.md#990109123%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~
|
-| [setDuplicateParentStateEnabled](index.md#1279199584%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setDuplicateParentStateEnabled](index.md#1279199584%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setElevation](index.md#1174041972%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setElevation](index.md#1174041972%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setEnabled](index.md#-189060668%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setEnabled](index.md#-189060668%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setFadingEdgeLength](index.md#236897660%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setFadingEdgeLength](index.md#236897660%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setFilterTouchesWhenObscured](index.md#-1631819721%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setFilterTouchesWhenObscured](index.md#-1631819721%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setFitsSystemWindows](index.md#1664032307%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setFitsSystemWindows](index.md#1664032307%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setFocusable](index.md#1556155635%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setFocusable](index.md#1556155635%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
open fun [setFocusable](index.md#903685708%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setFocusableInTouchMode](index.md#-584126828%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setFocusableInTouchMode](index.md#-584126828%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setFocusedByDefault](index.md#1404734508%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setFocusedByDefault](index.md#1404734508%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setForceDarkAllowed](index.md#-523181960%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setForceDarkAllowed](index.md#-523181960%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setForeground](index.md#-391589683%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setForeground](index.md#-391589683%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html))
|
-| [setForegroundGravity](index.md#-73381037%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setForegroundGravity](index.md#-73381037%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setForegroundTintBlendMode](index.md#1044861385%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setForegroundTintBlendMode](index.md#1044861385%2FFunctions%2F788968695)(p0: [BlendMode](https://developer.android.com/reference/kotlin/android/graphics/BlendMode.html)?)
|
-| [setForegroundTintList](index.md#-1609693037%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setForegroundTintList](index.md#-1609693037%2FFunctions%2F788968695)(p0: [ColorStateList](https://developer.android.com/reference/kotlin/android/content/res/ColorStateList.html)?)
|
-| [setForegroundTintMode](index.md#1534108696%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setForegroundTintMode](index.md#1534108696%2FFunctions%2F788968695)(p0: [PorterDuff.Mode](https://developer.android.com/reference/kotlin/android/graphics/PorterDuff.Mode.html)?)
|
-| [setGravity](index.md#-88068677%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setGravity](index.md#-88068677%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setHapticFeedbackEnabled](index.md#666074848%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setHapticFeedbackEnabled](index.md#666074848%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setHasTransientState](index.md#-449654812%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setHasTransientState](index.md#-449654812%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setHorizontalFadingEdgeEnabled](index.md#978134462%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setHorizontalFadingEdgeEnabled](index.md#978134462%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setHorizontalGravity](index.md#-451614849%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setHorizontalGravity](index.md#-451614849%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setHorizontalScrollBarEnabled](index.md#915977216%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setHorizontalScrollBarEnabled](index.md#915977216%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setHorizontalScrollbarThumbDrawable](index.md#1130479365%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setHorizontalScrollbarThumbDrawable](index.md#1130479365%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)?)
|
-| [setHorizontalScrollbarTrackDrawable](index.md#-570616838%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setHorizontalScrollbarTrackDrawable](index.md#-570616838%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)?)
|
-| [setHovered](index.md#-1790262038%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setHovered](index.md#-1790262038%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setId](index.md#286617309%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setId](index.md#286617309%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setImportantForAccessibility](index.md#655008535%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setImportantForAccessibility](index.md#655008535%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setImportantForAutofill](index.md#1017586655%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setImportantForAutofill](index.md#1017586655%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setImportantForContentCapture](index.md#310526116%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setImportantForContentCapture](index.md#310526116%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setKeepScreenOn](index.md#-371640785%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setKeepScreenOn](index.md#-371640785%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setKeyboardNavigationCluster](index.md#703065190%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setKeyboardNavigationCluster](index.md#703065190%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setLabelFor](index.md#-1571310909%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setLabelFor](index.md#-1571310909%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setLayerPaint](index.md#762808624%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setLayerPaint](index.md#762808624%2FFunctions%2F788968695)(p0: [Paint](https://developer.android.com/reference/kotlin/android/graphics/Paint.html)?)
|
-| [setLayerType](index.md#1966391793%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setLayerType](index.md#1966391793%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Paint](https://developer.android.com/reference/kotlin/android/graphics/Paint.html)?)
|
-| [setLayoutAnimation](index.md#2082019939%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setLayoutAnimation](index.md#2082019939%2FFunctions%2F788968695)(p0: [LayoutAnimationController](https://developer.android.com/reference/kotlin/android/view/animation/LayoutAnimationController.html))
|
-| [setLayoutAnimationListener](index.md#1399667319%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setLayoutAnimationListener](index.md#1399667319%2FFunctions%2F788968695)(p0: [Animation.AnimationListener](https://developer.android.com/reference/kotlin/android/view/animation/Animation.AnimationListener.html))
|
-| [setLayoutDirection](index.md#704455657%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setLayoutDirection](index.md#704455657%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setLayoutMode](index.md#-62825044%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setLayoutMode](index.md#-62825044%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setLayoutParams](index.md#-663123446%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setLayoutParams](index.md#-663123446%2FFunctions%2F788968695)(p0: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html))
|
-| [setLayoutTransition](index.md#-2141542636%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setLayoutTransition](index.md#-2141542636%2FFunctions%2F788968695)(p0: [LayoutTransition](https://developer.android.com/reference/kotlin/android/animation/LayoutTransition.html))
|
-| [setLeft](index.md#-2123409103%2FFunctions%2F788968695)| [androidJvm]
Content
fun [setLeft](index.md#-2123409103%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setLeftTopRightBottom](index.md#-1520516386%2FFunctions%2F788968695)| [androidJvm]
Content
fun [setLeftTopRightBottom](index.md#-1520516386%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setLongClickable](index.md#-1534859425%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setLongClickable](index.md#-1534859425%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setMeasuredDimension](index.md#1715462431%2FFunctions%2F788968695)| [androidJvm]
Content
fun [setMeasuredDimension](index.md#1715462431%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setMeasureWithLargestChildEnabled](index.md#981181847%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setMeasureWithLargestChildEnabled](index.md#981181847%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setMinimumHeight](index.md#195163465%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setMinimumHeight](index.md#195163465%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setMinimumWidth](index.md#-794510272%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setMinimumWidth](index.md#-794510272%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setMotionEventSplittingEnabled](index.md#-1922938105%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setMotionEventSplittingEnabled](index.md#-1922938105%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setNestedScrollingEnabled](index.md#-495723012%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setNestedScrollingEnabled](index.md#-495723012%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setNextClusterForwardId](index.md#-1553220865%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setNextClusterForwardId](index.md#-1553220865%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setNextFocusDownId](index.md#755985628%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setNextFocusDownId](index.md#755985628%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setNextFocusForwardId](index.md#340231005%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setNextFocusForwardId](index.md#340231005%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setNextFocusLeftId](index.md#432315543%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setNextFocusLeftId](index.md#432315543%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setNextFocusRightId](index.md#-793688346%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setNextFocusRightId](index.md#-793688346%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setNextFocusUpId](index.md#-2047872509%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setNextFocusUpId](index.md#-2047872509%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setOnApplyWindowInsetsListener](index.md#-1109899519%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnApplyWindowInsetsListener](index.md#-1109899519%2FFunctions%2F788968695)(p0: [View.OnApplyWindowInsetsListener](https://developer.android.com/reference/kotlin/android/view/View.OnApplyWindowInsetsListener.html))
|
-| [setOnCapturedPointerListener](index.md#-1285562719%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnCapturedPointerListener](index.md#-1285562719%2FFunctions%2F788968695)(p0: [View.OnCapturedPointerListener](https://developer.android.com/reference/kotlin/android/view/View.OnCapturedPointerListener.html))
|
-| [setOnClickListener](index.md#-499201406%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnClickListener](index.md#-499201406%2FFunctions%2F788968695)(p0: [View.OnClickListener](https://developer.android.com/reference/kotlin/android/view/View.OnClickListener.html)?)
|
-| [setOnContextClickListener](index.md#-541107456%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnContextClickListener](index.md#-541107456%2FFunctions%2F788968695)(p0: [View.OnContextClickListener](https://developer.android.com/reference/kotlin/android/view/View.OnContextClickListener.html)?)
|
-| [setOnCreateContextMenuListener](index.md#1059713729%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnCreateContextMenuListener](index.md#1059713729%2FFunctions%2F788968695)(p0: [View.OnCreateContextMenuListener](https://developer.android.com/reference/kotlin/android/view/View.OnCreateContextMenuListener.html))
|
-| [setOnDragListener](index.md#1110219021%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnDragListener](index.md#1110219021%2FFunctions%2F788968695)(p0: [View.OnDragListener](https://developer.android.com/reference/kotlin/android/view/View.OnDragListener.html))
|
-| [setOnFocusChangeListener](index.md#1191219457%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnFocusChangeListener](index.md#1191219457%2FFunctions%2F788968695)(p0: [View.OnFocusChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnFocusChangeListener.html))
|
-| [setOnGenericMotionListener](index.md#1002517409%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnGenericMotionListener](index.md#1002517409%2FFunctions%2F788968695)(p0: [View.OnGenericMotionListener](https://developer.android.com/reference/kotlin/android/view/View.OnGenericMotionListener.html))
|
-| [setOnHierarchyChangeListener](index.md#21729961%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnHierarchyChangeListener](index.md#21729961%2FFunctions%2F788968695)(p0: [ViewGroup.OnHierarchyChangeListener](https://developer.android.com/reference/kotlin/android/view/ViewGroup.OnHierarchyChangeListener.html))
|
-| [setOnHoverListener](index.md#-1137661695%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnHoverListener](index.md#-1137661695%2FFunctions%2F788968695)(p0: [View.OnHoverListener](https://developer.android.com/reference/kotlin/android/view/View.OnHoverListener.html))
|
-| [setOnKeyListener](index.md#-1790342111%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnKeyListener](index.md#-1790342111%2FFunctions%2F788968695)(p0: [View.OnKeyListener](https://developer.android.com/reference/kotlin/android/view/View.OnKeyListener.html))
|
-| [setOnLongClickListener](index.md#-38971646%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnLongClickListener](index.md#-38971646%2FFunctions%2F788968695)(p0: [View.OnLongClickListener](https://developer.android.com/reference/kotlin/android/view/View.OnLongClickListener.html)?)
|
-| [setOnScrollChangeListener](index.md#-1623138117%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnScrollChangeListener](index.md#-1623138117%2FFunctions%2F788968695)(p0: [View.OnScrollChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnScrollChangeListener.html))
|
-| [setOnSystemUiVisibilityChangeListener](index.md#-73853013%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~setOnSystemUiVisibilityChangeListener~~](index.md#-73853013%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [View.OnSystemUiVisibilityChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnSystemUiVisibilityChangeListener.html)~~)~~
|
-| [setOnTouchListener](index.md#-1966760991%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOnTouchListener](index.md#-1966760991%2FFunctions%2F788968695)(p0: [View.OnTouchListener](https://developer.android.com/reference/kotlin/android/view/View.OnTouchListener.html))
|
-| [setOrientation](index.md#2060903417%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOrientation](index.md#2060903417%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setOutlineAmbientShadowColor](index.md#1695537233%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOutlineAmbientShadowColor](index.md#1695537233%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setOutlineProvider](index.md#-262260791%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOutlineProvider](index.md#-262260791%2FFunctions%2F788968695)(p0: [ViewOutlineProvider](https://developer.android.com/reference/kotlin/android/view/ViewOutlineProvider.html))
|
-| [setOutlineSpotShadowColor](index.md#-1054824999%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOutlineSpotShadowColor](index.md#-1054824999%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setOverScrollMode](index.md#1695224276%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setOverScrollMode](index.md#1695224276%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setPadding](index.md#-1481565616%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setPadding](index.md#-1481565616%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setPaddingRelative](index.md#638866748%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setPaddingRelative](index.md#638866748%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setPersistentDrawingCache](index.md#125086622%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~setPersistentDrawingCache~~](index.md#125086622%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~
|
-| [setPivotX](index.md#-1484013003%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setPivotX](index.md#-1484013003%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setPivotY](index.md#148790996%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setPivotY](index.md#148790996%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setPointerIcon](index.md#254751550%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setPointerIcon](index.md#254751550%2FFunctions%2F788968695)(p0: [PointerIcon](https://developer.android.com/reference/kotlin/android/view/PointerIcon.html))
|
-| [setPressed](index.md#-802177597%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setPressed](index.md#-802177597%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setRevealOnFocusHint](index.md#859799218%2FFunctions%2F788968695)| [androidJvm]
Content
fun [setRevealOnFocusHint](index.md#859799218%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setRight](index.md#-1235315806%2FFunctions%2F788968695)| [androidJvm]
Content
fun [setRight](index.md#-1235315806%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setRotation](index.md#-1689781043%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setRotation](index.md#-1689781043%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setRotationX](index.md#-2069539497%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setRotationX](index.md#-2069539497%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setRotationY](index.md#-436735498%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setRotationY](index.md#-436735498%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setSaveEnabled](index.md#-1609991391%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setSaveEnabled](index.md#-1609991391%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setSaveFromParentEnabled](index.md#-2049257163%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setSaveFromParentEnabled](index.md#-2049257163%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setScaleX](index.md#-714802883%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setScaleX](index.md#-714802883%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setScaleY](index.md#918001116%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setScaleY](index.md#918001116%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setScreenReaderFocusable](index.md#2005516002%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setScreenReaderFocusable](index.md#2005516002%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setScrollBarDefaultDelayBeforeFade](index.md#536424699%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setScrollBarDefaultDelayBeforeFade](index.md#536424699%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setScrollBarFadeDuration](index.md#1763196968%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setScrollBarFadeDuration](index.md#1763196968%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setScrollbarFadingEnabled](index.md#635555709%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setScrollbarFadingEnabled](index.md#635555709%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setScrollBarSize](index.md#1371561911%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setScrollBarSize](index.md#1371561911%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setScrollBarStyle](index.md#1201448749%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setScrollBarStyle](index.md#1201448749%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setScrollContainer](index.md#-2006193551%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setScrollContainer](index.md#-2006193551%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setScrollIndicators](index.md#-1146584441%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setScrollIndicators](index.md#-1146584441%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
open fun [setScrollIndicators](index.md#-1810034570%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setScrollX](index.md#-367979661%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setScrollX](index.md#-367979661%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setScrollY](index.md#1582320594%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setScrollY](index.md#1582320594%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setSelected](index.md#-518181436%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setSelected](index.md#-518181436%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setShowDividers](index.md#776147510%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setShowDividers](index.md#776147510%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setSoundEffectsEnabled](index.md#-1769221865%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setSoundEffectsEnabled](index.md#-1769221865%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setStateDescription](index.md#-764440396%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setStateDescription](index.md#-764440396%2FFunctions%2F788968695)(p0: [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)?)
|
-| [setStateListAnimator](index.md#263918603%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setStateListAnimator](index.md#263918603%2FFunctions%2F788968695)(p0: [StateListAnimator](https://developer.android.com/reference/kotlin/android/animation/StateListAnimator.html))
|
-| [setStaticTransformationsEnabled](index.md#232791131%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setStaticTransformationsEnabled](index.md#232791131%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setSystemGestureExclusionRects](index.md#727846859%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setSystemGestureExclusionRects](index.md#727846859%2FFunctions%2F788968695)(p0: [MutableList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)<[Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)>)
|
-| [setSystemUiVisibility](index.md#616809251%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~setSystemUiVisibility~~](index.md#616809251%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~
|
-| [setTag](index.md#1626051463%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setTag](index.md#1626051463%2FFunctions%2F788968695)(p0: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html))
open fun [setTag](index.md#1530228252%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html))
|
-| [setTextAlignment](index.md#-283894456%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setTextAlignment](index.md#-283894456%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setTextDirection](index.md#1368912428%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setTextDirection](index.md#1368912428%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setTooltipText](index.md#-2003358187%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setTooltipText](index.md#-2003358187%2FFunctions%2F788968695)(p0: [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)?)
|
-| [setTop](index.md#-1391137143%2FFunctions%2F788968695)| [androidJvm]
Content
fun [setTop](index.md#-1391137143%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setTouchDelegate](index.md#1799393314%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setTouchDelegate](index.md#1799393314%2FFunctions%2F788968695)(p0: [TouchDelegate](https://developer.android.com/reference/kotlin/android/view/TouchDelegate.html))
|
-| [setTouchscreenBlocksFocus](index.md#827389049%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setTouchscreenBlocksFocus](index.md#827389049%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setTransitionAlpha](index.md#-1633417208%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setTransitionAlpha](index.md#-1633417208%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setTransitionGroup](index.md#-902246150%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setTransitionGroup](index.md#-902246150%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setTransitionName](index.md#1336814474%2FFunctions%2F788968695)| [androidJvm]
Content
fun [setTransitionName](index.md#1336814474%2FFunctions%2F788968695)(p0: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
|
-| [setTransitionVisibility](index.md#1054798065%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setTransitionVisibility](index.md#1054798065%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setTranslationX](index.md#-722752604%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setTranslationX](index.md#-722752604%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setTranslationY](index.md#910051395%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setTranslationY](index.md#910051395%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setTranslationZ](index.md#-1752111902%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setTranslationZ](index.md#-1752111902%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setVerticalFadingEdgeEnabled](index.md#1434755024%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setVerticalFadingEdgeEnabled](index.md#1434755024%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setVerticalGravity](index.md#316977105%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setVerticalGravity](index.md#316977105%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setVerticalScrollBarEnabled](index.md#-731861074%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setVerticalScrollBarEnabled](index.md#-731861074%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setVerticalScrollbarPosition](index.md#1997618309%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setVerticalScrollbarPosition](index.md#1997618309%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setVerticalScrollbarThumbDrawable](index.md#-511187305%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setVerticalScrollbarThumbDrawable](index.md#-511187305%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)?)
|
-| [setVerticalScrollbarTrackDrawable](index.md#2082683788%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setVerticalScrollbarTrackDrawable](index.md#2082683788%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)?)
|
-| [setVisibility](index.md#-2084024186%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setVisibility](index.md#-2084024186%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
|
-| [setWeightSum](index.md#397498281%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setWeightSum](index.md#397498281%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setWillNotCacheDrawing](index.md#900661896%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~setWillNotCacheDrawing~~](index.md#900661896%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~
|
-| [setWillNotDraw](index.md#-2110348160%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setWillNotDraw](index.md#-2110348160%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [setWindowInsetsAnimationCallback](index.md#1524583132%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [setWindowInsetsAnimationCallback](index.md#1524583132%2FFunctions%2F788968695)(p0: [WindowInsetsAnimation.Callback](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.Callback.html)?)
|
-| [setX](index.md#-866321607%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setX](index.md#-866321607%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setY](index.md#766482392%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setY](index.md#766482392%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [setZ](index.md#-1895680905%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [setZ](index.md#-1895680905%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html))
|
-| [shouldDelayChildPressedState](index.md#616188078%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [shouldDelayChildPressedState](index.md#616188078%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [showContextMenu](index.md#-1998711701%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [showContextMenu](index.md#-1998711701%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [showContextMenu](index.md#-2057228908%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [showContextMenuForChild](index.md#-1551148838%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [showContextMenuForChild](index.md#-1551148838%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open override fun [showContextMenuForChild](index.md#488908378%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p2: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [startActionMode](index.md#-214132815%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [startActionMode](index.md#-214132815%2FFunctions%2F788968695)(p0: [ActionMode.Callback](https://developer.android.com/reference/kotlin/android/view/ActionMode.Callback.html)): [ActionMode](https://developer.android.com/reference/kotlin/android/view/ActionMode.html)
open fun [startActionMode](index.md#1841233164%2FFunctions%2F788968695)(p0: [ActionMode.Callback](https://developer.android.com/reference/kotlin/android/view/ActionMode.Callback.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [ActionMode](https://developer.android.com/reference/kotlin/android/view/ActionMode.html)
|
-| [startActionModeForChild](index.md#-1457767253%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [startActionModeForChild](index.md#-1457767253%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [ActionMode.Callback](https://developer.android.com/reference/kotlin/android/view/ActionMode.Callback.html)): [ActionMode](https://developer.android.com/reference/kotlin/android/view/ActionMode.html)
open override fun [startActionModeForChild](index.md#-135505966%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [ActionMode.Callback](https://developer.android.com/reference/kotlin/android/view/ActionMode.Callback.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [ActionMode](https://developer.android.com/reference/kotlin/android/view/ActionMode.html)
|
-| [startAnimation](index.md#-666647668%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [startAnimation](index.md#-666647668%2FFunctions%2F788968695)(p0: [Animation](https://developer.android.com/reference/kotlin/android/view/animation/Animation.html))
|
-| [startDrag](index.md#2114721008%2FFunctions%2F788968695)| [androidJvm]
Content
~~fun~~ [~~startDrag~~](index.md#2114721008%2FFunctions%2F788968695)~~(~~~~p0~~~~:~~ [ClipData](https://developer.android.com/reference/kotlin/android/content/ClipData.html)~~,~~ ~~p1~~~~:~~ [View.DragShadowBuilder](https://developer.android.com/reference/kotlin/android/view/View.DragShadowBuilder.html)~~,~~ ~~p2~~~~:~~ [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)~~,~~ ~~p3~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [startDragAndDrop](index.md#245838264%2FFunctions%2F788968695)| [androidJvm]
Content
fun [startDragAndDrop](index.md#245838264%2FFunctions%2F788968695)(p0: [ClipData](https://developer.android.com/reference/kotlin/android/content/ClipData.html), p1: [View.DragShadowBuilder](https://developer.android.com/reference/kotlin/android/view/View.DragShadowBuilder.html), p2: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [startLayoutAnimation](index.md#-2024330459%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [startLayoutAnimation](index.md#-2024330459%2FFunctions%2F788968695)()
|
-| [startNestedScroll](index.md#1247036596%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [startNestedScroll](index.md#1247036596%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [startViewTransition](index.md#69946450%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [startViewTransition](index.md#69946450%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
|
-| [stopNestedScroll](index.md#1585642136%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [stopNestedScroll](index.md#1585642136%2FFunctions%2F788968695)()
|
-| [suppressLayout](index.md#75877443%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [suppressLayout](index.md#75877443%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
|
-| [toString](index.md#-1128134734%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [toString](index.md#-1128134734%2FFunctions%2F788968695)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [transformMatrixToGlobal](index.md#-1622492244%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [transformMatrixToGlobal](index.md#-1622492244%2FFunctions%2F788968695)(p0: [Matrix](https://developer.android.com/reference/kotlin/android/graphics/Matrix.html))
|
-| [transformMatrixToLocal](index.md#-2061013374%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [transformMatrixToLocal](index.md#-2061013374%2FFunctions%2F788968695)(p0: [Matrix](https://developer.android.com/reference/kotlin/android/graphics/Matrix.html))
|
-| [unscheduleDrawable](index.md#691682534%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [unscheduleDrawable](index.md#691682534%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html))
open override fun [unscheduleDrawable](index.md#241041608%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html), p1: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html))
|
-| [updateDragShadow](index.md#696273689%2FFunctions%2F788968695)| [androidJvm]
Content
fun [updateDragShadow](index.md#696273689%2FFunctions%2F788968695)(p0: [View.DragShadowBuilder](https://developer.android.com/reference/kotlin/android/view/View.DragShadowBuilder.html))
|
-| [updateOrder](update-order.md)| [androidJvm]
Content
open fun [updateOrder](update-order.md)()
More info
Call this method to check for order updates.
|
-| [updateViewLayout](index.md#46968227%2FFunctions%2F788968695)| [androidJvm]
Content
open override fun [updateViewLayout](index.md#46968227%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html))
|
-| [verifyDrawable](index.md#2146991229%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [verifyDrawable](index.md#2146991229%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [willNotCacheDrawing](index.md#-1681955745%2FFunctions%2F788968695)| [androidJvm]
Content
~~open~~ ~~fun~~ [~~willNotCacheDrawing~~](index.md#-1681955745%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
-| [willNotDraw](index.md#-691997609%2FFunctions%2F788968695)| [androidJvm]
Content
open fun [willNotDraw](index.md#-691997609%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
+| [addChildrenForAccessibility](index.html#2102667750%2FFunctions%2F788968695) | [androidJvm]
open override fun [addChildrenForAccessibility](index.html#2102667750%2FFunctions%2F788968695)(p0: [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>) |
+| [addExtraDataToAccessibilityNodeInfo](index.html#724139241%2FFunctions%2F788968695) | [androidJvm]
open override fun [addExtraDataToAccessibilityNodeInfo](index.html#724139241%2FFunctions%2F788968695)(p0: [AccessibilityNodeInfo](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityNodeInfo.html), p1: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), p2: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html)?) |
+| [addFocusables](index.html#2083741077%2FFunctions%2F788968695) | [androidJvm]
open fun [addFocusables](index.html#2083741077%2FFunctions%2F788968695)(p0: [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>, p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
open override fun [addFocusables](index.html#-686802359%2FFunctions%2F788968695)(p0: [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>, p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [addKeyboardNavigationClusters](index.html#-472530930%2FFunctions%2F788968695) | [androidJvm]
open override fun [addKeyboardNavigationClusters](index.html#-472530930%2FFunctions%2F788968695)(p0: [MutableCollection](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-collection/index.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>, p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [addOnAttachStateChangeListener](index.html#-1392072798%2FFunctions%2F788968695) | [androidJvm]
open fun [addOnAttachStateChangeListener](index.html#-1392072798%2FFunctions%2F788968695)(p0: [View.OnAttachStateChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnAttachStateChangeListener.html)) |
+| [addOnLayoutChangeListener](index.html#315557218%2FFunctions%2F788968695) | [androidJvm]
open fun [addOnLayoutChangeListener](index.html#315557218%2FFunctions%2F788968695)(p0: [View.OnLayoutChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnLayoutChangeListener.html)) |
+| [addOnUnhandledKeyEventListener](index.html#-791327774%2FFunctions%2F788968695) | [androidJvm]
open fun [addOnUnhandledKeyEventListener](index.html#-791327774%2FFunctions%2F788968695)(p0: [View.OnUnhandledKeyEventListener](https://developer.android.com/reference/kotlin/android/view/View.OnUnhandledKeyEventListener.html)) |
+| [addStatesFromChildren](index.html#1595617457%2FFunctions%2F788968695) | [androidJvm]
open fun [addStatesFromChildren](index.html#1595617457%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [addTouchables](index.html#68764176%2FFunctions%2F788968695) | [androidJvm]
open override fun [addTouchables](index.html#68764176%2FFunctions%2F788968695)(p0: [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>) |
+| [addView](index.html#-676214820%2FFunctions%2F788968695) | [androidJvm]
open fun [addView](index.html#-676214820%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
open override fun [addView](index.html#1503915633%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html))
open fun [addView](index.html#939693057%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
open fun [addView](index.html#1707101206%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html))
open fun [addView](index.html#841428668%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [addViewInLayout](index.html#-2022442969%2FFunctions%2F788968695) | [androidJvm]
open fun [addViewInLayout](index.html#-2022442969%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [addViewInLayout](index.html#-776836995%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html), p3: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [animate](index.html#1517796091%2FFunctions%2F788968695) | [androidJvm]
open fun [animate](index.html#1517796091%2FFunctions%2F788968695)(): [ViewPropertyAnimator](https://developer.android.com/reference/kotlin/android/view/ViewPropertyAnimator.html) |
+| [announceForAccessibility](index.html#-1320548530%2FFunctions%2F788968695) | [androidJvm]
open fun [announceForAccessibility](index.html#-1320548530%2FFunctions%2F788968695)(p0: [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)) |
+| [attachLayoutAnimationParameters](index.html#-181514646%2FFunctions%2F788968695) | [androidJvm]
open fun [attachLayoutAnimationParameters](index.html#-181514646%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [attachViewToParent](index.html#36647341%2FFunctions%2F788968695) | [androidJvm]
open fun [attachViewToParent](index.html#36647341%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html)) |
+| [autofill](index.html#-1988590281%2FFunctions%2F788968695) | [androidJvm]
open fun [autofill](index.html#-1988590281%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[AutofillValue](https://developer.android.com/reference/kotlin/android/view/autofill/AutofillValue.html)>)
open fun [autofill](index.html#331425929%2FFunctions%2F788968695)(p0: [AutofillValue](https://developer.android.com/reference/kotlin/android/view/autofill/AutofillValue.html)) |
+| [awakenScrollBars](index.html#1431010504%2FFunctions%2F788968695) | [androidJvm]
open fun [awakenScrollBars](index.html#1431010504%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [awakenScrollBars](index.html#1274158182%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [awakenScrollBars](index.html#-947036578%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [bringChildToFront](index.html#-1960655398%2FFunctions%2F788968695) | [androidJvm]
open override fun [bringChildToFront](index.html#-1960655398%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [bringToFront](index.html#-854009566%2FFunctions%2F788968695) | [androidJvm]
open fun [bringToFront](index.html#-854009566%2FFunctions%2F788968695)() |
+| [buildDrawingCache](index.html#119775402%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~buildDrawingCache~~](index.html#119775402%2FFunctions%2F788968695)~~(~~~~)~~
~~open~~ ~~fun~~ [~~buildDrawingCache~~](index.html#-1075046801%2FFunctions%2F788968695)~~(~~p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~ |
+| [buildLayer](index.html#2069776955%2FFunctions%2F788968695) | [androidJvm]
open fun [buildLayer](index.html#2069776955%2FFunctions%2F788968695)() |
+| [callOnClick](index.html#920247025%2FFunctions%2F788968695) | [androidJvm]
open fun [callOnClick](index.html#920247025%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [canAnimate](index.html#1260160780%2FFunctions%2F788968695) | [androidJvm]
open fun [canAnimate](index.html#1260160780%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [cancelDragAndDrop](index.html#-1465819068%2FFunctions%2F788968695) | [androidJvm]
fun [cancelDragAndDrop](index.html#-1465819068%2FFunctions%2F788968695)() |
+| [cancelLongPress](index.html#-1218893169%2FFunctions%2F788968695) | [androidJvm]
open fun [cancelLongPress](index.html#-1218893169%2FFunctions%2F788968695)() |
+| [cancelPendingInputEvents](index.html#1955125720%2FFunctions%2F788968695) | [androidJvm]
fun [cancelPendingInputEvents](index.html#1955125720%2FFunctions%2F788968695)() |
+| [canResolveLayoutDirection](index.html#662972227%2FFunctions%2F788968695) | [androidJvm]
open fun [canResolveLayoutDirection](index.html#662972227%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [canResolveTextAlignment](index.html#-249304734%2FFunctions%2F788968695) | [androidJvm]
open fun [canResolveTextAlignment](index.html#-249304734%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [canResolveTextDirection](index.html#-635581626%2FFunctions%2F788968695) | [androidJvm]
open fun [canResolveTextDirection](index.html#-635581626%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [canScrollHorizontally](index.html#-1682300852%2FFunctions%2F788968695) | [androidJvm]
open fun [canScrollHorizontally](index.html#-1682300852%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [canScrollVertically](index.html#-617035590%2FFunctions%2F788968695) | [androidJvm]
open fun [canScrollVertically](index.html#-617035590%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [checkInputConnectionProxy](index.html#-1904841051%2FFunctions%2F788968695) | [androidJvm]
open fun [checkInputConnectionProxy](index.html#-1904841051%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [checkLayoutParams](index.html#-1813811013%2FFunctions%2F788968695) | [androidJvm]
open override fun [checkLayoutParams](index.html#-1813811013%2FFunctions%2F788968695)(p0: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [childDrawableStateChanged](index.html#1586866195%2FFunctions%2F788968695) | [androidJvm]
open override fun [childDrawableStateChanged](index.html#1586866195%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [childHasTransientStateChanged](index.html#-1791312929%2FFunctions%2F788968695) | [androidJvm]
open override fun [childHasTransientStateChanged](index.html#-1791312929%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [cleanupLayoutState](index.html#-1370500935%2FFunctions%2F788968695) | [androidJvm]
open fun [cleanupLayoutState](index.html#-1370500935%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [clearAnimation](index.html#570530823%2FFunctions%2F788968695) | [androidJvm]
open fun [clearAnimation](index.html#570530823%2FFunctions%2F788968695)() |
+| [clearChildFocus](index.html#1317971071%2FFunctions%2F788968695) | [androidJvm]
open override fun [clearChildFocus](index.html#1317971071%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [clearDisappearingChildren](index.html#1714627730%2FFunctions%2F788968695) | [androidJvm]
open fun [clearDisappearingChildren](index.html#1714627730%2FFunctions%2F788968695)() |
+| [clearFocus](index.html#1214870194%2FFunctions%2F788968695) | [androidJvm]
open override fun [clearFocus](index.html#1214870194%2FFunctions%2F788968695)() |
+| [clearViewTranslationCallback](index.html#1134474362%2FFunctions%2F788968695) | [androidJvm]
open fun [clearViewTranslationCallback](index.html#1134474362%2FFunctions%2F788968695)() |
+| [computeHorizontalScrollExtent](index.html#-560987638%2FFunctions%2F788968695) | [androidJvm]
open fun [computeHorizontalScrollExtent](index.html#-560987638%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [computeHorizontalScrollOffset](index.html#-2001070911%2FFunctions%2F788968695) | [androidJvm]
open fun [computeHorizontalScrollOffset](index.html#-2001070911%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [computeHorizontalScrollRange](index.html#-1469047799%2FFunctions%2F788968695) | [androidJvm]
open fun [computeHorizontalScrollRange](index.html#-1469047799%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [computeScroll](index.html#1412675096%2FFunctions%2F788968695) | [androidJvm]
open fun [computeScroll](index.html#1412675096%2FFunctions%2F788968695)() |
+| [computeSystemWindowInsets](index.html#1120267133%2FFunctions%2F788968695) | [androidJvm]
open fun [computeSystemWindowInsets](index.html#1120267133%2FFunctions%2F788968695)(p0: [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html) |
+| [computeVerticalScrollExtent](index.html#-1327975432%2FFunctions%2F788968695) | [androidJvm]
open fun [computeVerticalScrollExtent](index.html#-1327975432%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [computeVerticalScrollOffset](index.html#1526908591%2FFunctions%2F788968695) | [androidJvm]
open fun [computeVerticalScrollOffset](index.html#1526908591%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [computeVerticalScrollRange](index.html#-1770884005%2FFunctions%2F788968695) | [androidJvm]
open fun [computeVerticalScrollRange](index.html#-1770884005%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [createAccessibilityNodeInfo](index.html#2022625754%2FFunctions%2F788968695) | [androidJvm]
open fun [createAccessibilityNodeInfo](index.html#2022625754%2FFunctions%2F788968695)(): [AccessibilityNodeInfo](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityNodeInfo.html) |
+| [createContextMenu](index.html#-1418763194%2FFunctions%2F788968695) | [androidJvm]
open fun [createContextMenu](index.html#-1418763194%2FFunctions%2F788968695)(p0: [ContextMenu](https://developer.android.com/reference/kotlin/android/view/ContextMenu.html)) |
+| [debug](index.html#-1866123576%2FFunctions%2F788968695) | [androidJvm]
open fun [debug](index.html#-1866123576%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [destroyDrawingCache](index.html#-1451492642%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~destroyDrawingCache~~](index.html#-1451492642%2FFunctions%2F788968695)~~(~~~~)~~ |
+| [detachAllViewsFromParent](index.html#-1485093303%2FFunctions%2F788968695) | [androidJvm]
open fun [detachAllViewsFromParent](index.html#-1485093303%2FFunctions%2F788968695)() |
+| [detachViewFromParent](index.html#279889698%2FFunctions%2F788968695) | [androidJvm]
open fun [detachViewFromParent](index.html#279889698%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html))
open fun [detachViewFromParent](index.html#297371855%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [detachViewsFromParent](index.html#313959473%2FFunctions%2F788968695) | [androidJvm]
open fun [detachViewsFromParent](index.html#313959473%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [dispatchApplyWindowInsets](index.html#-1397095761%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchApplyWindowInsets](index.html#-1397095761%2FFunctions%2F788968695)(p0: [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html)): [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html) |
+| [dispatchCapturedPointerEvent](index.html#1730247438%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchCapturedPointerEvent](index.html#1730247438%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchConfigurationChanged](index.html#1608828841%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchConfigurationChanged](index.html#1608828841%2FFunctions%2F788968695)(p0: [Configuration](https://developer.android.com/reference/kotlin/android/content/res/Configuration.html)) |
+| [dispatchCreateViewTranslationRequest](index.html#2083331711%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchCreateViewTranslationRequest](index.html#2083331711%2FFunctions%2F788968695)(p0: [MutableMap](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html)<[AutofillId](https://developer.android.com/reference/kotlin/android/view/autofill/AutofillId.html), [LongArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long-array/index.html)>, p1: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html), p2: [TranslationCapability](https://developer.android.com/reference/kotlin/android/view/translation/TranslationCapability.html), p3: [MutableList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)<[ViewTranslationRequest](https://developer.android.com/reference/kotlin/android/view/translation/ViewTranslationRequest.html)>) |
+| [dispatchDisplayHint](index.html#267955724%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchDisplayHint](index.html#267955724%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [dispatchDragEvent](index.html#1865429301%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchDragEvent](index.html#1865429301%2FFunctions%2F788968695)(p0: [DragEvent](https://developer.android.com/reference/kotlin/android/view/DragEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchDraw](index.html#1008200807%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchDraw](index.html#1008200807%2FFunctions%2F788968695)(p0: [Canvas](https://developer.android.com/reference/kotlin/android/graphics/Canvas.html)) |
+| [dispatchDrawableHotspotChanged](index.html#481526879%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchDrawableHotspotChanged](index.html#481526879%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [dispatchFinishTemporaryDetach](index.html#-97817434%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchFinishTemporaryDetach](index.html#-97817434%2FFunctions%2F788968695)() |
+| [dispatchFreezeSelfOnly](index.html#2008074736%2FFunctions%2F788968695) | [androidJvm]
open fun [dispatchFreezeSelfOnly](index.html#2008074736%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)>) |
+| [dispatchGenericFocusedEvent](index.html#-427750109%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchGenericFocusedEvent](index.html#-427750109%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchGenericMotionEvent](index.html#1299646589%2FFunctions%2F788968695) | [androidJvm]
open fun [dispatchGenericMotionEvent](index.html#1299646589%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchGenericPointerEvent](index.html#554774377%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchGenericPointerEvent](index.html#554774377%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchHoverEvent](index.html#1790956939%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchHoverEvent](index.html#1790956939%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchKeyEvent](index.html#2115460341%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchKeyEvent](index.html#2115460341%2FFunctions%2F788968695)(p0: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchKeyEventPreIme](index.html#1081022195%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchKeyEventPreIme](index.html#1081022195%2FFunctions%2F788968695)(p0: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchKeyShortcutEvent](index.html#-1124256817%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchKeyShortcutEvent](index.html#-1124256817%2FFunctions%2F788968695)(p0: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchNestedFling](index.html#-39007786%2FFunctions%2F788968695) | [androidJvm]
open fun [dispatchNestedFling](index.html#-39007786%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p2: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchNestedPreFling](index.html#-1488610901%2FFunctions%2F788968695) | [androidJvm]
open fun [dispatchNestedPreFling](index.html#-1488610901%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchNestedPrePerformAccessibilityAction](index.html#-1126474853%2FFunctions%2F788968695) | [androidJvm]
open fun [dispatchNestedPrePerformAccessibilityAction](index.html#-1126474853%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchNestedPreScroll](index.html#1326861346%2FFunctions%2F788968695) | [androidJvm]
open fun [dispatchNestedPreScroll](index.html#1326861346%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)?, p3: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchNestedScroll](index.html#2099119960%2FFunctions%2F788968695) | [androidJvm]
open fun [dispatchNestedScroll](index.html#2099119960%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p4: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchPointerCaptureChanged](index.html#-946146255%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchPointerCaptureChanged](index.html#-946146255%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [dispatchPopulateAccessibilityEvent](index.html#365185822%2FFunctions%2F788968695) | [androidJvm]
open fun [dispatchPopulateAccessibilityEvent](index.html#365185822%2FFunctions%2F788968695)(p0: [AccessibilityEvent](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchProvideAutofillStructure](index.html#1056814398%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchProvideAutofillStructure](index.html#1056814398%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [dispatchProvideStructure](index.html#1554804973%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchProvideStructure](index.html#1554804973%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html)) |
+| [dispatchRestoreInstanceState](index.html#-600173649%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchRestoreInstanceState](index.html#-600173649%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)>) |
+| [dispatchSaveInstanceState](index.html#1490132332%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchSaveInstanceState](index.html#1490132332%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)>) |
+| [dispatchScrollCaptureSearch](index.html#105825668%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchScrollCaptureSearch](index.html#105825668%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html), p1: [Point](https://developer.android.com/reference/kotlin/android/graphics/Point.html), p2: [Consumer](https://developer.android.com/reference/kotlin/java/util/function/Consumer.html)<[ScrollCaptureTarget](https://developer.android.com/reference/kotlin/android/view/ScrollCaptureTarget.html)>) |
+| [dispatchSetActivated](index.html#-220715495%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchSetActivated](index.html#-220715495%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [dispatchSetPressed](index.html#-1380791128%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchSetPressed](index.html#-1380791128%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [dispatchSetSelected](index.html#-1275331713%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchSetSelected](index.html#-1275331713%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [dispatchStartTemporaryDetach](index.html#-56059327%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchStartTemporaryDetach](index.html#-56059327%2FFunctions%2F788968695)() |
+| [dispatchSystemUiVisibilityChanged](index.html#2118679254%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~override~~ ~~fun~~ [~~dispatchSystemUiVisibilityChanged~~](index.html#2118679254%2FFunctions%2F788968695)~~(~~p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~ |
+| [dispatchThawSelfOnly](index.html#587101571%2FFunctions%2F788968695) | [androidJvm]
open fun [dispatchThawSelfOnly](index.html#587101571%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)>) |
+| [dispatchTouchEvent](index.html#1845062478%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchTouchEvent](index.html#1845062478%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchTrackballEvent](index.html#1674910873%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchTrackballEvent](index.html#1674910873%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchUnhandledMove](index.html#1012388045%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchUnhandledMove](index.html#1012388045%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [dispatchVisibilityChanged](index.html#1903872575%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchVisibilityChanged](index.html#1903872575%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [dispatchWindowFocusChanged](index.html#-1194127428%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchWindowFocusChanged](index.html#-1194127428%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [dispatchWindowInsetsAnimationEnd](index.html#-103874510%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchWindowInsetsAnimationEnd](index.html#-103874510%2FFunctions%2F788968695)(p0: [WindowInsetsAnimation](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.html)) |
+| [dispatchWindowInsetsAnimationPrepare](index.html#-582758778%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchWindowInsetsAnimationPrepare](index.html#-582758778%2FFunctions%2F788968695)(p0: [WindowInsetsAnimation](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.html)) |
+| [dispatchWindowInsetsAnimationProgress](index.html#-456540755%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchWindowInsetsAnimationProgress](index.html#-456540755%2FFunctions%2F788968695)(p0: [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html), p1: [MutableList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)<[WindowInsetsAnimation](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.html)>): [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html) |
+| [dispatchWindowInsetsAnimationStart](index.html#1595326303%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchWindowInsetsAnimationStart](index.html#1595326303%2FFunctions%2F788968695)(p0: [WindowInsetsAnimation](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.html), p1: [WindowInsetsAnimation.Bounds](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.Bounds.html)): [WindowInsetsAnimation.Bounds](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.Bounds.html) |
+| [dispatchWindowSystemUiVisiblityChanged](index.html#510464853%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~override~~ ~~fun~~ [~~dispatchWindowSystemUiVisiblityChanged~~](index.html#510464853%2FFunctions%2F788968695)~~(~~p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~ |
+| [dispatchWindowVisibilityChanged](index.html#734012323%2FFunctions%2F788968695) | [androidJvm]
open override fun [dispatchWindowVisibilityChanged](index.html#734012323%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [draw](index.html#-1514823316%2FFunctions%2F788968695) | [androidJvm]
open fun [draw](index.html#-1514823316%2FFunctions%2F788968695)(p0: [Canvas](https://developer.android.com/reference/kotlin/android/graphics/Canvas.html)) |
+| [drawableHotspotChanged](index.html#-94272284%2FFunctions%2F788968695) | [androidJvm]
open fun [drawableHotspotChanged](index.html#-94272284%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [drawableStateChanged](index.html#-410907300%2FFunctions%2F788968695) | [androidJvm]
open override fun [drawableStateChanged](index.html#-410907300%2FFunctions%2F788968695)() |
+| [drawChild](index.html#327554159%2FFunctions%2F788968695) | [androidJvm]
open fun [drawChild](index.html#327554159%2FFunctions%2F788968695)(p0: [Canvas](https://developer.android.com/reference/kotlin/android/graphics/Canvas.html), p1: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p2: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [endViewTransition](index.html#-533030453%2FFunctions%2F788968695) | [androidJvm]
open fun [endViewTransition](index.html#-533030453%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [findFocus](index.html#2146042590%2FFunctions%2F788968695) | [androidJvm]
open override fun [findFocus](index.html#2146042590%2FFunctions%2F788968695)(): [View](https://developer.android.com/reference/kotlin/android/view/View.html) |
+| [findViewById](index.html#-83577524%2FFunctions%2F788968695) | [androidJvm]
fun <[T](index.html#-83577524%2FFunctions%2F788968695) : [View](https://developer.android.com/reference/kotlin/android/view/View.html)> [findViewById](index.html#-83577524%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [T](index.html#-83577524%2FFunctions%2F788968695) |
+| [findViewsWithText](index.html#1583440475%2FFunctions%2F788968695) | [androidJvm]
open override fun [findViewsWithText](index.html#1583440475%2FFunctions%2F788968695)(p0: [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)>, p1: [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [findViewWithTag](index.html#-1079598873%2FFunctions%2F788968695) | [androidJvm]
fun <[T](index.html#-1079598873%2FFunctions%2F788968695) : [View](https://developer.android.com/reference/kotlin/android/view/View.html)> [findViewWithTag](index.html#-1079598873%2FFunctions%2F788968695)(p0: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)): [T](index.html#-1079598873%2FFunctions%2F788968695) |
+| [fitSystemWindows](index.html#-825351457%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~fitSystemWindows~~](index.html#-825351457%2FFunctions%2F788968695)~~(~~p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [focusableViewAvailable](index.html#-111905720%2FFunctions%2F788968695) | [androidJvm]
open override fun [focusableViewAvailable](index.html#-111905720%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [focusSearch](index.html#-270385862%2FFunctions%2F788968695) | [androidJvm]
open fun [focusSearch](index.html#-270385862%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [View](https://developer.android.com/reference/kotlin/android/view/View.html)
open override fun [focusSearch](index.html#-73429369%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [View](https://developer.android.com/reference/kotlin/android/view/View.html) |
+| [forceHasOverlappingRendering](index.html#-1141145599%2FFunctions%2F788968695) | [androidJvm]
open fun [forceHasOverlappingRendering](index.html#-1141145599%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [forceLayout](index.html#224255719%2FFunctions%2F788968695) | [androidJvm]
open fun [forceLayout](index.html#224255719%2FFunctions%2F788968695)() |
+| [gatherTransparentRegion](index.html#-741820149%2FFunctions%2F788968695) | [androidJvm]
open override fun [gatherTransparentRegion](index.html#-741820149%2FFunctions%2F788968695)(p0: [Region](https://developer.android.com/reference/kotlin/android/graphics/Region.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [generateDefaultLayoutParams](index.html#1092212629%2FFunctions%2F788968695) | [androidJvm]
open override fun [generateDefaultLayoutParams](index.html#1092212629%2FFunctions%2F788968695)(): [LinearLayout.LayoutParams](https://developer.android.com/reference/kotlin/android/widget/LinearLayout.LayoutParams.html) |
+| [generateDisplayHash](index.html#-1263669353%2FFunctions%2F788968695) | [androidJvm]
open fun [generateDisplayHash](index.html#-1263669353%2FFunctions%2F788968695)(p0: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)?, p2: [Executor](https://developer.android.com/reference/kotlin/java/util/concurrent/Executor.html), p3: [DisplayHashResultCallback](https://developer.android.com/reference/kotlin/android/view/displayhash/DisplayHashResultCallback.html)) |
+| [generateLayoutParams](index.html#-661613173%2FFunctions%2F788968695) | [androidJvm]
open override fun [generateLayoutParams](index.html#-661613173%2FFunctions%2F788968695)(p0: [AttributeSet](https://developer.android.com/reference/kotlin/android/util/AttributeSet.html)): [LinearLayout.LayoutParams](https://developer.android.com/reference/kotlin/android/widget/LinearLayout.LayoutParams.html)
open override fun [generateLayoutParams](index.html#-1111003824%2FFunctions%2F788968695)(p0: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html)): [LinearLayout.LayoutParams](https://developer.android.com/reference/kotlin/android/widget/LinearLayout.LayoutParams.html) |
+| [getAccessibilityClassName](index.html#114197638%2FFunctions%2F788968695) | [androidJvm]
open override fun [getAccessibilityClassName](index.html#114197638%2FFunctions%2F788968695)(): [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html) |
+| [getAccessibilityDelegate](index.html#916401665%2FFunctions%2F788968695) | [androidJvm]
open fun [getAccessibilityDelegate](index.html#916401665%2FFunctions%2F788968695)(): [View.AccessibilityDelegate](https://developer.android.com/reference/kotlin/android/view/View.AccessibilityDelegate.html) |
+| [getAccessibilityLiveRegion](index.html#-739257690%2FFunctions%2F788968695) | [androidJvm]
open fun [getAccessibilityLiveRegion](index.html#-739257690%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getAccessibilityNodeProvider](index.html#45413555%2FFunctions%2F788968695) | [androidJvm]
open fun [getAccessibilityNodeProvider](index.html#45413555%2FFunctions%2F788968695)(): [AccessibilityNodeProvider](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityNodeProvider.html) |
+| [getAccessibilityPaneTitle](index.html#-1507603740%2FFunctions%2F788968695) | [androidJvm]
open fun [getAccessibilityPaneTitle](index.html#-1507603740%2FFunctions%2F788968695)(): [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)? |
+| [getAccessibilityTraversalAfter](index.html#1960990504%2FFunctions%2F788968695) | [androidJvm]
open fun [getAccessibilityTraversalAfter](index.html#1960990504%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getAccessibilityTraversalBefore](index.html#-1528229833%2FFunctions%2F788968695) | [androidJvm]
open fun [getAccessibilityTraversalBefore](index.html#-1528229833%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getAlpha](index.html#-782230026%2FFunctions%2F788968695) | [androidJvm]
open fun [getAlpha](index.html#-782230026%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getAnimation](index.html#1444382480%2FFunctions%2F788968695) | [androidJvm]
open fun [getAnimation](index.html#1444382480%2FFunctions%2F788968695)(): [Animation](https://developer.android.com/reference/kotlin/android/view/animation/Animation.html) |
+| [getAnimationMatrix](index.html#417294351%2FFunctions%2F788968695) | [androidJvm]
open fun [getAnimationMatrix](index.html#417294351%2FFunctions%2F788968695)(): [Matrix](https://developer.android.com/reference/kotlin/android/graphics/Matrix.html)? |
+| [getApplicationWindowToken](index.html#559504493%2FFunctions%2F788968695) | [androidJvm]
open fun [getApplicationWindowToken](index.html#559504493%2FFunctions%2F788968695)(): [IBinder](https://developer.android.com/reference/kotlin/android/os/IBinder.html) |
+| [getAttributeResolutionStack](index.html#-848409692%2FFunctions%2F788968695) | [androidJvm]
open fun [getAttributeResolutionStack](index.html#-848409692%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html) |
+| [getAttributeSourceResourceMap](index.html#254532111%2FFunctions%2F788968695) | [androidJvm]
open fun [getAttributeSourceResourceMap](index.html#254532111%2FFunctions%2F788968695)(): [MutableMap](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> |
+| [getAutofillHints](index.html#981457306%2FFunctions%2F788968695) | [androidJvm]
open fun [getAutofillHints](index.html#981457306%2FFunctions%2F788968695)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>? |
+| [getAutofillId](index.html#-1797109639%2FFunctions%2F788968695) | [androidJvm]
fun [getAutofillId](index.html#-1797109639%2FFunctions%2F788968695)(): [AutofillId](https://developer.android.com/reference/kotlin/android/view/autofill/AutofillId.html) |
+| [getAutofillType](index.html#1385534842%2FFunctions%2F788968695) | [androidJvm]
open fun [getAutofillType](index.html#1385534842%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getAutofillValue](index.html#926846613%2FFunctions%2F788968695) | [androidJvm]
open fun [getAutofillValue](index.html#926846613%2FFunctions%2F788968695)(): [AutofillValue](https://developer.android.com/reference/kotlin/android/view/autofill/AutofillValue.html)? |
+| [getBackground](index.html#270952152%2FFunctions%2F788968695) | [androidJvm]
open fun [getBackground](index.html#270952152%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html) |
+| [getBackgroundTintBlendMode](index.html#-77811223%2FFunctions%2F788968695) | [androidJvm]
open fun [getBackgroundTintBlendMode](index.html#-77811223%2FFunctions%2F788968695)(): [BlendMode](https://developer.android.com/reference/kotlin/android/graphics/BlendMode.html)? |
+| [getBackgroundTintList](index.html#-1239753825%2FFunctions%2F788968695) | [androidJvm]
open fun [getBackgroundTintList](index.html#-1239753825%2FFunctions%2F788968695)(): [ColorStateList](https://developer.android.com/reference/kotlin/android/content/res/ColorStateList.html)? |
+| [getBackgroundTintMode](index.html#215290426%2FFunctions%2F788968695) | [androidJvm]
open fun [getBackgroundTintMode](index.html#215290426%2FFunctions%2F788968695)(): [PorterDuff.Mode](https://developer.android.com/reference/kotlin/android/graphics/PorterDuff.Mode.html)? |
+| [getBaseline](index.html#1362405174%2FFunctions%2F788968695) | [androidJvm]
open override fun [getBaseline](index.html#1362405174%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getBaselineAlignedChildIndex](index.html#1535525930%2FFunctions%2F788968695) | [androidJvm]
open fun [getBaselineAlignedChildIndex](index.html#1535525930%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getBottom](index.html#-716147461%2FFunctions%2F788968695) | [androidJvm]
fun [getBottom](index.html#-716147461%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getBottomFadingEdgeStrength](index.html#634780996%2FFunctions%2F788968695) | [androidJvm]
open fun [getBottomFadingEdgeStrength](index.html#634780996%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getBottomPaddingOffset](index.html#1215103963%2FFunctions%2F788968695) | [androidJvm]
open fun [getBottomPaddingOffset](index.html#1215103963%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getCameraDistance](index.html#450270924%2FFunctions%2F788968695) | [androidJvm]
open fun [getCameraDistance](index.html#450270924%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getChildAt](index.html#1161878370%2FFunctions%2F788968695) | [androidJvm]
open fun [getChildAt](index.html#1161878370%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [View](https://developer.android.com/reference/kotlin/android/view/View.html) |
+| [getChildCount](index.html#-818730124%2FFunctions%2F788968695) | [androidJvm]
open fun [getChildCount](index.html#-818730124%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getChildDrawingOrder](index.html#-813716443%2FFunctions%2F788968695) | [androidJvm]
fun [getChildDrawingOrder](index.html#-813716443%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
open fun [getChildDrawingOrder](index.html#-1224321000%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getChildStaticTransformation](index.html#-266641319%2FFunctions%2F788968695) | [androidJvm]
open fun [getChildStaticTransformation](index.html#-266641319%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Transformation](https://developer.android.com/reference/kotlin/android/view/animation/Transformation.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getChildVisibleRect](index.html#-1454462350%2FFunctions%2F788968695) | [androidJvm]
open override fun [getChildVisibleRect](index.html#-1454462350%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html), p2: [Point](https://developer.android.com/reference/kotlin/android/graphics/Point.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getClipBounds](index.html#-328555071%2FFunctions%2F788968695) | [androidJvm]
open fun [getClipBounds](index.html#-328555071%2FFunctions%2F788968695)(): [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)
open fun [getClipBounds](index.html#-1330976487%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getClipChildren](index.html#-2010404776%2FFunctions%2F788968695) | [androidJvm]
open fun [getClipChildren](index.html#-2010404776%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getClipToOutline](index.html#497646237%2FFunctions%2F788968695) | [androidJvm]
fun [getClipToOutline](index.html#497646237%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getClipToPadding](index.html#-1834642195%2FFunctions%2F788968695) | [androidJvm]
open fun [getClipToPadding](index.html#-1834642195%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getContentCaptureSession](index.html#2066185835%2FFunctions%2F788968695) | [androidJvm]
fun [getContentCaptureSession](index.html#2066185835%2FFunctions%2F788968695)(): [ContentCaptureSession](https://developer.android.com/reference/kotlin/android/view/contentcapture/ContentCaptureSession.html)? |
+| [getContentDescription](index.html#1646944995%2FFunctions%2F788968695) | [androidJvm]
open fun [getContentDescription](index.html#1646944995%2FFunctions%2F788968695)(): [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html) |
+| [getContext](index.html#-966243067%2FFunctions%2F788968695) | [androidJvm]
fun [getContext](index.html#-966243067%2FFunctions%2F788968695)(): [Context](https://developer.android.com/reference/kotlin/android/content/Context.html) |
+| [getContextMenuInfo](index.html#-605238568%2FFunctions%2F788968695) | [androidJvm]
open fun [getContextMenuInfo](index.html#-605238568%2FFunctions%2F788968695)(): [ContextMenu.ContextMenuInfo](https://developer.android.com/reference/kotlin/android/view/ContextMenu.ContextMenuInfo.html) |
+| [getDefaultFocusHighlightEnabled](index.html#1664033634%2FFunctions%2F788968695) | [androidJvm]
fun [getDefaultFocusHighlightEnabled](index.html#1664033634%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getDescendantFocusability](index.html#-326666664%2FFunctions%2F788968695) | [androidJvm]
open fun [getDescendantFocusability](index.html#-326666664%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getDisplay](index.html#-1477380782%2FFunctions%2F788968695) | [androidJvm]
open fun [getDisplay](index.html#-1477380782%2FFunctions%2F788968695)(): [Display](https://developer.android.com/reference/kotlin/android/view/Display.html) |
+| [getDividerDrawable](index.html#640460008%2FFunctions%2F788968695) | [androidJvm]
open fun [getDividerDrawable](index.html#640460008%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html) |
+| [getDividerPadding](index.html#193336227%2FFunctions%2F788968695) | [androidJvm]
open fun [getDividerPadding](index.html#193336227%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getDrawableState](index.html#-32712863%2FFunctions%2F788968695) | [androidJvm]
fun [getDrawableState](index.html#-32712863%2FFunctions%2F788968695)(): [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html) |
+| [getDrawingCache](index.html#-1299460990%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~getDrawingCache~~](index.html#-1299460990%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Bitmap](https://developer.android.com/reference/kotlin/android/graphics/Bitmap.html)
~~open~~ ~~fun~~ [~~getDrawingCache~~](index.html#21932103%2FFunctions%2F788968695)~~(~~p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~~~:~~ [Bitmap](https://developer.android.com/reference/kotlin/android/graphics/Bitmap.html) |
+| [getDrawingCacheBackgroundColor](index.html#-1918169277%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~getDrawingCacheBackgroundColor~~](index.html#-1918169277%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getDrawingCacheQuality](index.html#-1327033511%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~getDrawingCacheQuality~~](index.html#-1327033511%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getDrawingRect](index.html#-1354963960%2FFunctions%2F788968695) | [androidJvm]
open fun [getDrawingRect](index.html#-1354963960%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)) |
+| [getDrawingTime](index.html#347046569%2FFunctions%2F788968695) | [androidJvm]
open fun [getDrawingTime](index.html#347046569%2FFunctions%2F788968695)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) |
+| [getElevation](index.html#-363517353%2FFunctions%2F788968695) | [androidJvm]
open fun [getElevation](index.html#-363517353%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getExplicitStyle](index.html#179010903%2FFunctions%2F788968695) | [androidJvm]
open fun [getExplicitStyle](index.html#179010903%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getFilterTouchesWhenObscured](index.html#-491856282%2FFunctions%2F788968695) | [androidJvm]
open fun [getFilterTouchesWhenObscured](index.html#-491856282%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getFitsSystemWindows](index.html#2051584354%2FFunctions%2F788968695) | [androidJvm]
open fun [getFitsSystemWindows](index.html#2051584354%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getFocusable](index.html#614114338%2FFunctions%2F788968695) | [androidJvm]
open fun [getFocusable](index.html#614114338%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getFocusables](index.html#-1044421053%2FFunctions%2F788968695) | [androidJvm]
open fun [getFocusables](index.html#-1044421053%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)> |
+| [getFocusedChild](index.html#280674978%2FFunctions%2F788968695) | [androidJvm]
open fun [getFocusedChild](index.html#280674978%2FFunctions%2F788968695)(): [View](https://developer.android.com/reference/kotlin/android/view/View.html) |
+| [getFocusedRect](index.html#843043617%2FFunctions%2F788968695) | [androidJvm]
open fun [getFocusedRect](index.html#843043617%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)) |
+| [getForeground](index.html#835232867%2FFunctions%2F788968695) | [androidJvm]
open fun [getForeground](index.html#835232867%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html) |
+| [getForegroundGravity](index.html#1279582697%2FFunctions%2F788968695) | [androidJvm]
open fun [getForegroundGravity](index.html#1279582697%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getForegroundTintBlendMode](index.html#-1921905090%2FFunctions%2F788968695) | [androidJvm]
open fun [getForegroundTintBlendMode](index.html#-1921905090%2FFunctions%2F788968695)(): [BlendMode](https://developer.android.com/reference/kotlin/android/graphics/BlendMode.html)? |
+| [getForegroundTintList](index.html#-447193558%2FFunctions%2F788968695) | [androidJvm]
open fun [getForegroundTintList](index.html#-447193558%2FFunctions%2F788968695)(): [ColorStateList](https://developer.android.com/reference/kotlin/android/content/res/ColorStateList.html)? |
+| [getForegroundTintMode](index.html#1007850693%2FFunctions%2F788968695) | [androidJvm]
open fun [getForegroundTintMode](index.html#1007850693%2FFunctions%2F788968695)(): [PorterDuff.Mode](https://developer.android.com/reference/kotlin/android/graphics/PorterDuff.Mode.html)? |
+| [getGlobalVisibleRect](index.html#-1729585607%2FFunctions%2F788968695) | [androidJvm]
fun [getGlobalVisibleRect](index.html#-1729585607%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [getGlobalVisibleRect](index.html#225550970%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html), p1: [Point](https://developer.android.com/reference/kotlin/android/graphics/Point.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getGravity](index.html#2002863953%2FFunctions%2F788968695) | [androidJvm]
open fun [getGravity](index.html#2002863953%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getHandler](index.html#111189962%2FFunctions%2F788968695) | [androidJvm]
open fun [getHandler](index.html#111189962%2FFunctions%2F788968695)(): [Handler](https://developer.android.com/reference/kotlin/android/os/Handler.html) |
+| [getHasOverlappingRendering](index.html#1250154599%2FFunctions%2F788968695) | [androidJvm]
fun [getHasOverlappingRendering](index.html#1250154599%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getHeight](index.html#-961277569%2FFunctions%2F788968695) | [androidJvm]
fun [getHeight](index.html#-961277569%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getHitRect](index.html#1295935677%2FFunctions%2F788968695) | [androidJvm]
open fun [getHitRect](index.html#1295935677%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)) |
+| [getHorizontalFadingEdgeLength](index.html#-1703961114%2FFunctions%2F788968695) | [androidJvm]
open fun [getHorizontalFadingEdgeLength](index.html#-1703961114%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getHorizontalScrollbarHeight](index.html#-95929845%2FFunctions%2F788968695) | [androidJvm]
open fun [getHorizontalScrollbarHeight](index.html#-95929845%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getHorizontalScrollbarThumbDrawable](index.html#1143829108%2FFunctions%2F788968695) | [androidJvm]
open fun [getHorizontalScrollbarThumbDrawable](index.html#1143829108%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)? |
+| [getHorizontalScrollbarTrackDrawable](index.html#359773599%2FFunctions%2F788968695) | [androidJvm]
open fun [getHorizontalScrollbarTrackDrawable](index.html#359773599%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)? |
+| [getId](index.html#1783504011%2FFunctions%2F788968695) | [androidJvm]
open fun [getId](index.html#1783504011%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getImportantForAccessibility](index.html#231353005%2FFunctions%2F788968695) | [androidJvm]
open fun [getImportantForAccessibility](index.html#231353005%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getImportantForAutofill](index.html#-295419635%2FFunctions%2F788968695) | [androidJvm]
open fun [getImportantForAutofill](index.html#-295419635%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getImportantForContentCapture](index.html#1395148562%2FFunctions%2F788968695) | [androidJvm]
open fun [getImportantForContentCapture](index.html#1395148562%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getKeepScreenOn](index.html#213386742%2FFunctions%2F788968695) | [androidJvm]
open fun [getKeepScreenOn](index.html#213386742%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getKeyDispatcherState](index.html#-835410981%2FFunctions%2F788968695) | [androidJvm]
open fun [getKeyDispatcherState](index.html#-835410981%2FFunctions%2F788968695)(): [KeyEvent.DispatcherState](https://developer.android.com/reference/kotlin/android/view/KeyEvent.DispatcherState.html) |
+| [getLabelFor](index.html#1356091121%2FFunctions%2F788968695) | [androidJvm]
open fun [getLabelFor](index.html#1356091121%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getLayerType](index.html#-2055826359%2FFunctions%2F788968695) | [androidJvm]
open fun [getLayerType](index.html#-2055826359%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getLayoutAnimation](index.html#-1313785319%2FFunctions%2F788968695) | [androidJvm]
open fun [getLayoutAnimation](index.html#-1313785319%2FFunctions%2F788968695)(): [LayoutAnimationController](https://developer.android.com/reference/kotlin/android/view/animation/LayoutAnimationController.html) |
+| [getLayoutAnimationListener](index.html#1259457477%2FFunctions%2F788968695) | [androidJvm]
open fun [getLayoutAnimationListener](index.html#1259457477%2FFunctions%2F788968695)(): [Animation.AnimationListener](https://developer.android.com/reference/kotlin/android/view/animation/Animation.AnimationListener.html) |
+| [getLayoutDirection](index.html#282938111%2FFunctions%2F788968695) | [androidJvm]
open fun [getLayoutDirection](index.html#282938111%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getLayoutMode](index.html#1092167194%2FFunctions%2F788968695) | [androidJvm]
open fun [getLayoutMode](index.html#1092167194%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getLayoutParams](index.html#-1298141514%2FFunctions%2F788968695) | [androidJvm]
open fun [getLayoutParams](index.html#-1298141514%2FFunctions%2F788968695)(): [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html) |
+| [getLayoutTransition](index.html#-731470168%2FFunctions%2F788968695) | [androidJvm]
open fun [getLayoutTransition](index.html#-731470168%2FFunctions%2F788968695)(): [LayoutTransition](https://developer.android.com/reference/kotlin/android/animation/LayoutTransition.html) |
+| [getLeft](index.html#1075457247%2FFunctions%2F788968695) | [androidJvm]
fun [getLeft](index.html#1075457247%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getLeftFadingEdgeStrength](index.html#-939588568%2FFunctions%2F788968695) | [androidJvm]
open fun [getLeftFadingEdgeStrength](index.html#-939588568%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getLeftPaddingOffset](index.html#552353399%2FFunctions%2F788968695) | [androidJvm]
open fun [getLeftPaddingOffset](index.html#552353399%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getLocalVisibleRect](index.html#-363869121%2FFunctions%2F788968695) | [androidJvm]
fun [getLocalVisibleRect](index.html#-363869121%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getLocationInSurface](index.html#-2025149622%2FFunctions%2F788968695) | [androidJvm]
open fun [getLocationInSurface](index.html#-2025149622%2FFunctions%2F788968695)(p0: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)) |
+| [getLocationInWindow](index.html#-51074993%2FFunctions%2F788968695) | [androidJvm]
open fun [getLocationInWindow](index.html#-51074993%2FFunctions%2F788968695)(p0: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)) |
+| [getLocationOnScreen](index.html#-2022757371%2FFunctions%2F788968695) | [androidJvm]
open fun [getLocationOnScreen](index.html#-2022757371%2FFunctions%2F788968695)(p0: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)) |
+| [getMatrix](index.html#-1934767067%2FFunctions%2F788968695) | [androidJvm]
open fun [getMatrix](index.html#-1934767067%2FFunctions%2F788968695)(): [Matrix](https://developer.android.com/reference/kotlin/android/graphics/Matrix.html) |
+| [getMeasuredHeight](index.html#522686681%2FFunctions%2F788968695) | [androidJvm]
fun [getMeasuredHeight](index.html#522686681%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getMeasuredHeightAndState](index.html#2025027839%2FFunctions%2F788968695) | [androidJvm]
fun [getMeasuredHeightAndState](index.html#2025027839%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getMeasuredState](index.html#-1530386551%2FFunctions%2F788968695) | [androidJvm]
fun [getMeasuredState](index.html#-1530386551%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getMeasuredWidth](index.html#-1190456332%2FFunctions%2F788968695) | [androidJvm]
fun [getMeasuredWidth](index.html#-1190456332%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getMeasuredWidthAndState](index.html#664514842%2FFunctions%2F788968695) | [androidJvm]
fun [getMeasuredWidthAndState](index.html#664514842%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getMinimumHeight](index.html#-1253736097%2FFunctions%2F788968695) | [androidJvm]
open fun [getMinimumHeight](index.html#-1253736097%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getMinimumWidth](index.html#1523186350%2FFunctions%2F788968695) | [androidJvm]
open fun [getMinimumWidth](index.html#1523186350%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getNestedScrollAxes](index.html#19213854%2FFunctions%2F788968695) | [androidJvm]
open fun [getNestedScrollAxes](index.html#19213854%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getNextClusterForwardId](index.html#-1836761043%2FFunctions%2F788968695) | [androidJvm]
open fun [getNextClusterForwardId](index.html#-1836761043%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getNextFocusDownId](index.html#1358272434%2FFunctions%2F788968695) | [androidJvm]
open fun [getNextFocusDownId](index.html#1358272434%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getNextFocusForwardId](index.html#-1288357621%2FFunctions%2F788968695) | [androidJvm]
open fun [getNextFocusForwardId](index.html#-1288357621%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getNextFocusLeftId](index.html#-669702867%2FFunctions%2F788968695) | [androidJvm]
open fun [getNextFocusLeftId](index.html#-669702867%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getNextFocusRightId](index.html#1769002708%2FFunctions%2F788968695) | [androidJvm]
open fun [getNextFocusRightId](index.html#1769002708%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getNextFocusUpId](index.html#235617945%2FFunctions%2F788968695) | [androidJvm]
open fun [getNextFocusUpId](index.html#235617945%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getOnFocusChangeListener](index.html#-280380649%2FFunctions%2F788968695) | [androidJvm]
open fun [getOnFocusChangeListener](index.html#-280380649%2FFunctions%2F788968695)(): [View.OnFocusChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnFocusChangeListener.html) |
+| [getOrientation](index.html#2010806543%2FFunctions%2F788968695) | [androidJvm]
open fun [getOrientation](index.html#2010806543%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getOutlineAmbientShadowColor](index.html#1658568807%2FFunctions%2F788968695) | [androidJvm]
open fun [getOutlineAmbientShadowColor](index.html#1658568807%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getOutlineProvider](index.html#-1856967711%2FFunctions%2F788968695) | [androidJvm]
open fun [getOutlineProvider](index.html#-1856967711%2FFunctions%2F788968695)(): [ViewOutlineProvider](https://developer.android.com/reference/kotlin/android/view/ViewOutlineProvider.html) |
+| [getOutlineSpotShadowColor](index.html#-1387601785%2FFunctions%2F788968695) | [androidJvm]
open fun [getOutlineSpotShadowColor](index.html#-1387601785%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getOverlay](index.html#-255518717%2FFunctions%2F788968695) | [androidJvm]
open override fun [getOverlay](index.html#-255518717%2FFunctions%2F788968695)(): [ViewGroupOverlay](https://developer.android.com/reference/kotlin/android/view/ViewGroupOverlay.html) |
+| [getOverScrollMode](index.html#-123255230%2FFunctions%2F788968695) | [androidJvm]
open fun [getOverScrollMode](index.html#-123255230%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getPaddingBottom](index.html#660633720%2FFunctions%2F788968695) | [androidJvm]
open fun [getPaddingBottom](index.html#660633720%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getPaddingEnd](index.html#703937660%2FFunctions%2F788968695) | [androidJvm]
open fun [getPaddingEnd](index.html#703937660%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getPaddingLeft](index.html#-1872827492%2FFunctions%2F788968695) | [androidJvm]
open fun [getPaddingLeft](index.html#-1872827492%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getPaddingRight](index.html#-989669413%2FFunctions%2F788968695) | [androidJvm]
open fun [getPaddingRight](index.html#-989669413%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getPaddingStart](index.html#610455637%2FFunctions%2F788968695) | [androidJvm]
open fun [getPaddingStart](index.html#610455637%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getPaddingTop](index.html#-1783258814%2FFunctions%2F788968695) | [androidJvm]
open fun [getPaddingTop](index.html#-1783258814%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getParent](index.html#1432027996%2FFunctions%2F788968695) | [androidJvm]
fun [getParent](index.html#1432027996%2FFunctions%2F788968695)(): [ViewParent](https://developer.android.com/reference/kotlin/android/view/ViewParent.html) |
+| [getParentForAccessibility](index.html#-753511977%2FFunctions%2F788968695) | [androidJvm]
open fun [getParentForAccessibility](index.html#-753511977%2FFunctions%2F788968695)(): [ViewParent](https://developer.android.com/reference/kotlin/android/view/ViewParent.html) |
+| [getPersistentDrawingCache](index.html#-743348084%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~getPersistentDrawingCache~~](index.html#-743348084%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getPivotX](index.html#-1941206736%2FFunctions%2F788968695) | [androidJvm]
open fun [getPivotX](index.html#-1941206736%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getPivotY](index.html#-1910186929%2FFunctions%2F788968695) | [androidJvm]
open fun [getPivotY](index.html#-1910186929%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getPointerIcon](index.html#214208702%2FFunctions%2F788968695) | [androidJvm]
open fun [getPointerIcon](index.html#214208702%2FFunctions%2F788968695)(): [PointerIcon](https://developer.android.com/reference/kotlin/android/view/PointerIcon.html) |
+| [getReceiveContentMimeTypes](index.html#868690821%2FFunctions%2F788968695) | [androidJvm]
open fun [getReceiveContentMimeTypes](index.html#868690821%2FFunctions%2F788968695)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>? |
+| [getResources](index.html#1448962959%2FFunctions%2F788968695) | [androidJvm]
open fun [getResources](index.html#1448962959%2FFunctions%2F788968695)(): [Resources](https://developer.android.com/reference/kotlin/android/content/res/Resources.html) |
+| [getRevealOnFocusHint](index.html#-1418048479%2FFunctions%2F788968695) | [androidJvm]
fun [getRevealOnFocusHint](index.html#-1418048479%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getRight](index.html#212844280%2FFunctions%2F788968695) | [androidJvm]
fun [getRight](index.html#212844280%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getRightFadingEdgeStrength](index.html#-1162370559%2FFunctions%2F788968695) | [androidJvm]
open fun [getRightFadingEdgeStrength](index.html#-1162370559%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getRightPaddingOffset](index.html#-1172529922%2FFunctions%2F788968695) | [androidJvm]
open fun [getRightPaddingOffset](index.html#-1172529922%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getRootSurfaceControl](index.html#-1424147948%2FFunctions%2F788968695) | [androidJvm]
open fun [getRootSurfaceControl](index.html#-1424147948%2FFunctions%2F788968695)(): [AttachedSurfaceControl](https://developer.android.com/reference/kotlin/android/view/AttachedSurfaceControl.html)? |
+| [getRootView](index.html#-62863937%2FFunctions%2F788968695) | [androidJvm]
open fun [getRootView](index.html#-62863937%2FFunctions%2F788968695)(): [View](https://developer.android.com/reference/kotlin/android/view/View.html) |
+| [getRootWindowInsets](index.html#1756705150%2FFunctions%2F788968695) | [androidJvm]
open fun [getRootWindowInsets](index.html#1756705150%2FFunctions%2F788968695)(): [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html) |
+| [getRotation](index.html#1541371080%2FFunctions%2F788968695) | [androidJvm]
open fun [getRotation](index.html#1541371080%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getRotationX](index.html#1266583226%2FFunctions%2F788968695) | [androidJvm]
open fun [getRotationX](index.html#1266583226%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getRotationY](index.html#1297603033%2FFunctions%2F788968695) | [androidJvm]
open fun [getRotationY](index.html#1297603033%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getScaleX](index.html#892931128%2FFunctions%2F788968695) | [androidJvm]
open fun [getScaleX](index.html#892931128%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getScaleY](index.html#923950935%2FFunctions%2F788968695) | [androidJvm]
open fun [getScaleY](index.html#923950935%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getScrollBarDefaultDelayBeforeFade](index.html#-842219887%2FFunctions%2F788968695) | [androidJvm]
open fun [getScrollBarDefaultDelayBeforeFade](index.html#-842219887%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getScrollBarFadeDuration](index.html#-1054747906%2FFunctions%2F788968695) | [androidJvm]
open fun [getScrollBarFadeDuration](index.html#-1054747906%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getScrollBarSize](index.html#-1950122675%2FFunctions%2F788968695) | [androidJvm]
open fun [getScrollBarSize](index.html#-1950122675%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getScrollBarStyle](index.html#-1761999141%2FFunctions%2F788968695) | [androidJvm]
open fun [getScrollBarStyle](index.html#-1761999141%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getScrollCaptureHint](index.html#1634403636%2FFunctions%2F788968695) | [androidJvm]
open fun [getScrollCaptureHint](index.html#1634403636%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getScrollIndicators](index.html#781121461%2FFunctions%2F788968695) | [androidJvm]
open fun [getScrollIndicators](index.html#781121461%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getScrollX](index.html#885748489%2FFunctions%2F788968695) | [androidJvm]
fun [getScrollX](index.html#885748489%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getScrollY](index.html#916768296%2FFunctions%2F788968695) | [androidJvm]
fun [getScrollY](index.html#916768296%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getShowDividers](index.html#956771364%2FFunctions%2F788968695) | [androidJvm]
open fun [getShowDividers](index.html#956771364%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getSolidColor](index.html#367622094%2FFunctions%2F788968695) | [androidJvm]
open fun [getSolidColor](index.html#367622094%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getSourceLayoutResId](index.html#-136901090%2FFunctions%2F788968695) | [androidJvm]
open fun [getSourceLayoutResId](index.html#-136901090%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getStateDescription](index.html#-1135995589%2FFunctions%2F788968695) | [androidJvm]
fun [getStateDescription](index.html#-1135995589%2FFunctions%2F788968695)(): [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)? |
+| [getStateListAnimator](index.html#1145639678%2FFunctions%2F788968695) | [androidJvm]
open fun [getStateListAnimator](index.html#1145639678%2FFunctions%2F788968695)(): [StateListAnimator](https://developer.android.com/reference/kotlin/android/animation/StateListAnimator.html) |
+| [getSuggestedMinimumHeight](index.html#1867475604%2FFunctions%2F788968695) | [androidJvm]
open fun [getSuggestedMinimumHeight](index.html#1867475604%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getSuggestedMinimumWidth](index.html#99849945%2FFunctions%2F788968695) | [androidJvm]
open fun [getSuggestedMinimumWidth](index.html#99849945%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getSystemGestureExclusionRects](index.html#-930728423%2FFunctions%2F788968695) | [androidJvm]
open fun [getSystemGestureExclusionRects](index.html#-930728423%2FFunctions%2F788968695)(): [MutableList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)<[Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)> |
+| [getSystemUiVisibility](index.html#-989636527%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~getSystemUiVisibility~~](index.html#-989636527%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getTag](index.html#-743910150%2FFunctions%2F788968695) | [androidJvm]
open fun [getTag](index.html#-743910150%2FFunctions%2F788968695)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)
open fun [getTag](index.html#-332636648%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |
+| [getTextAlignment](index.html#-1599419362%2FFunctions%2F788968695) | [androidJvm]
open fun [getTextAlignment](index.html#-1599419362%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getTextDirection](index.html#-1985696254%2FFunctions%2F788968695) | [androidJvm]
open fun [getTextDirection](index.html#-1985696254%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getTooltipText](index.html#1511835268%2FFunctions%2F788968695) | [androidJvm]
open fun [getTooltipText](index.html#1511835268%2FFunctions%2F788968695)(): [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)? |
+| [getTop](index.html#112962463%2FFunctions%2F788968695) | [androidJvm]
fun [getTop](index.html#112962463%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getTopFadingEdgeStrength](index.html#-1538895128%2FFunctions%2F788968695) | [androidJvm]
open fun [getTopFadingEdgeStrength](index.html#-1538895128%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getTopPaddingOffset](index.html#2004793271%2FFunctions%2F788968695) | [androidJvm]
open fun [getTopPaddingOffset](index.html#2004793271%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getTouchables](index.html#-877288692%2FFunctions%2F788968695) | [androidJvm]
open fun [getTouchables](index.html#-877288692%2FFunctions%2F788968695)(): [ArrayList](https://developer.android.com/reference/kotlin/java/util/ArrayList.html)<[View](https://developer.android.com/reference/kotlin/android/view/View.html)> |
+| [getTouchDelegate](index.html#-1661462224%2FFunctions%2F788968695) | [androidJvm]
open fun [getTouchDelegate](index.html#-1661462224%2FFunctions%2F788968695)(): [TouchDelegate](https://developer.android.com/reference/kotlin/android/view/TouchDelegate.html) |
+| [getTouchscreenBlocksFocus](index.html#-1680757056%2FFunctions%2F788968695) | [androidJvm]
open fun [getTouchscreenBlocksFocus](index.html#-1680757056%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [getTransitionAlpha](index.html#-1069304853%2FFunctions%2F788968695) | [androidJvm]
open fun [getTransitionAlpha](index.html#-1069304853%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getTransitionName](index.html#-1762081210%2FFunctions%2F788968695) | [androidJvm]
open fun [getTransitionName](index.html#-1762081210%2FFunctions%2F788968695)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [getTranslationX](index.html#414763039%2FFunctions%2F788968695) | [androidJvm]
open fun [getTranslationX](index.html#414763039%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getTranslationY](index.html#445782846%2FFunctions%2F788968695) | [androidJvm]
open fun [getTranslationY](index.html#445782846%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getTranslationZ](index.html#476802653%2FFunctions%2F788968695) | [androidJvm]
open fun [getTranslationZ](index.html#476802653%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getUniqueDrawingId](index.html#-785496884%2FFunctions%2F788968695) | [androidJvm]
open fun [getUniqueDrawingId](index.html#-785496884%2FFunctions%2F788968695)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) |
+| [getVerticalFadingEdgeLength](index.html#1124873492%2FFunctions%2F788968695) | [androidJvm]
open fun [getVerticalFadingEdgeLength](index.html#1124873492%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getVerticalScrollbarPosition](index.html#1523520923%2FFunctions%2F788968695) | [androidJvm]
open fun [getVerticalScrollbarPosition](index.html#1523520923%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getVerticalScrollbarThumbDrawable](index.html#1444638498%2FFunctions%2F788968695) | [androidJvm]
open fun [getVerticalScrollbarThumbDrawable](index.html#1444638498%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)? |
+| [getVerticalScrollbarTrackDrawable](index.html#660582989%2FFunctions%2F788968695) | [androidJvm]
open fun [getVerticalScrollbarTrackDrawable](index.html#660582989%2FFunctions%2F788968695)(): [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)? |
+| [getVerticalScrollbarWidth](index.html#1728841520%2FFunctions%2F788968695) | [androidJvm]
open fun [getVerticalScrollbarWidth](index.html#1728841520%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getViewTranslationResponse](index.html#-1253156025%2FFunctions%2F788968695) | [androidJvm]
open fun [getViewTranslationResponse](index.html#-1253156025%2FFunctions%2F788968695)(): [ViewTranslationResponse](https://developer.android.com/reference/kotlin/android/view/translation/ViewTranslationResponse.html)? |
+| [getViewTreeObserver](index.html#1297959885%2FFunctions%2F788968695) | [androidJvm]
open fun [getViewTreeObserver](index.html#1297959885%2FFunctions%2F788968695)(): [ViewTreeObserver](https://developer.android.com/reference/kotlin/android/view/ViewTreeObserver.html) |
+| [getVisibility](index.html#428802420%2FFunctions%2F788968695) | [androidJvm]
open fun [getVisibility](index.html#428802420%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getWeightSum](index.html#-313658356%2FFunctions%2F788968695) | [androidJvm]
open fun [getWeightSum](index.html#-313658356%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getWidth](index.html#-684136818%2FFunctions%2F788968695) | [androidJvm]
fun [getWidth](index.html#-684136818%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getWindowAttachCount](index.html#940398746%2FFunctions%2F788968695) | [androidJvm]
open fun [getWindowAttachCount](index.html#940398746%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getWindowId](index.html#-320919621%2FFunctions%2F788968695) | [androidJvm]
open fun [getWindowId](index.html#-320919621%2FFunctions%2F788968695)(): [WindowId](https://developer.android.com/reference/kotlin/android/view/WindowId.html) |
+| [getWindowInsetsController](index.html#-2137821756%2FFunctions%2F788968695) | [androidJvm]
open fun [getWindowInsetsController](index.html#-2137821756%2FFunctions%2F788968695)(): [WindowInsetsController](https://developer.android.com/reference/kotlin/android/view/WindowInsetsController.html)? |
+| [getWindowSystemUiVisibility](index.html#1912079233%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~getWindowSystemUiVisibility~~](index.html#1912079233%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getWindowToken](index.html#1057378443%2FFunctions%2F788968695) | [androidJvm]
open fun [getWindowToken](index.html#1057378443%2FFunctions%2F788968695)(): [IBinder](https://developer.android.com/reference/kotlin/android/os/IBinder.html) |
+| [getWindowVisibility](index.html#951704740%2FFunctions%2F788968695) | [androidJvm]
open fun [getWindowVisibility](index.html#951704740%2FFunctions%2F788968695)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [getWindowVisibleDisplayFrame](index.html#1401500467%2FFunctions%2F788968695) | [androidJvm]
open fun [getWindowVisibleDisplayFrame](index.html#1401500467%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)) |
+| [getX](index.html#71672732%2FFunctions%2F788968695) | [androidJvm]
open fun [getX](index.html#71672732%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getY](index.html#102692539%2FFunctions%2F788968695) | [androidJvm]
open fun [getY](index.html#102692539%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [getZ](index.html#133712346%2FFunctions%2F788968695) | [androidJvm]
open fun [getZ](index.html#133712346%2FFunctions%2F788968695)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) |
+| [hasExplicitFocusable](index.html#1327587514%2FFunctions%2F788968695) | [androidJvm]
open fun [hasExplicitFocusable](index.html#1327587514%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [hasFocus](index.html#-1725509057%2FFunctions%2F788968695) | [androidJvm]
open override fun [hasFocus](index.html#-1725509057%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [hasFocusable](index.html#7132774%2FFunctions%2F788968695) | [androidJvm]
open fun [hasFocusable](index.html#7132774%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [hasNestedScrollingParent](index.html#1895189456%2FFunctions%2F788968695) | [androidJvm]
open fun [hasNestedScrollingParent](index.html#1895189456%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [hasOnClickListeners](index.html#-598975956%2FFunctions%2F788968695) | [androidJvm]
open fun [hasOnClickListeners](index.html#-598975956%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [hasOnLongClickListeners](index.html#-234482416%2FFunctions%2F788968695) | [androidJvm]
open fun [hasOnLongClickListeners](index.html#-234482416%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [hasOverlappingRendering](index.html#-1983604913%2FFunctions%2F788968695) | [androidJvm]
open fun [hasOverlappingRendering](index.html#-1983604913%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [hasPointerCapture](index.html#-1763231271%2FFunctions%2F788968695) | [androidJvm]
open fun [hasPointerCapture](index.html#-1763231271%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [hasTransientState](index.html#-1724253604%2FFunctions%2F788968695) | [androidJvm]
open override fun [hasTransientState](index.html#-1724253604%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [hasWindowFocus](index.html#2104168400%2FFunctions%2F788968695) | [androidJvm]
open fun [hasWindowFocus](index.html#2104168400%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [indexOfChild](index.html#1714152137%2FFunctions%2F788968695) | [androidJvm]
open fun [indexOfChild](index.html#1714152137%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [initOrder](init-order.html) | [androidJvm]
open fun [initOrder](init-order.html)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), amount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), currency: Order.Currency, confirmAmountUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), expiryDate: [Date](https://developer.android.com/reference/kotlin/java/util/Date.html) = Date(), photos: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>? = null, attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Attribute>? = null)
Creates a new order with the provided data and proceeds the user to Tezro for payment. |
+| [invalidate](index.html#271739779%2FFunctions%2F788968695) | [androidJvm]
open fun [invalidate](index.html#271739779%2FFunctions%2F788968695)()
~~open~~ ~~fun~~ [~~invalidate~~](index.html#1496821911%2FFunctions%2F788968695)~~(~~p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)~~)~~
~~open~~ ~~fun~~ [~~invalidate~~](index.html#117264444%2FFunctions%2F788968695)~~(~~p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~ |
+| [invalidateChild](index.html#1165414322%2FFunctions%2F788968695) | [androidJvm]
~~override~~ ~~fun~~ [~~invalidateChild~~](index.html#1165414322%2FFunctions%2F788968695)~~(~~p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)~~)~~ |
+| [invalidateChildInParent](index.html#2084139161%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~override~~ ~~fun~~ [~~invalidateChildInParent~~](index.html#2084139161%2FFunctions%2F788968695)~~(~~p0: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)~~)~~~~:~~ [ViewParent](https://developer.android.com/reference/kotlin/android/view/ViewParent.html) |
+| [invalidateDrawable](index.html#-1005306885%2FFunctions%2F788968695) | [androidJvm]
open override fun [invalidateDrawable](index.html#-1005306885%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)) |
+| [invalidateOutline](index.html#-1898964139%2FFunctions%2F788968695) | [androidJvm]
open fun [invalidateOutline](index.html#-1898964139%2FFunctions%2F788968695)() |
+| [isAccessibilityFocused](index.html#-1525944405%2FFunctions%2F788968695) | [androidJvm]
open fun [isAccessibilityFocused](index.html#-1525944405%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isAccessibilityHeading](index.html#-974626944%2FFunctions%2F788968695) | [androidJvm]
open fun [isAccessibilityHeading](index.html#-974626944%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isActivated](index.html#-608700075%2FFunctions%2F788968695) | [androidJvm]
open fun [isActivated](index.html#-608700075%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isAlwaysDrawnWithCacheEnabled](index.html#162329255%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~isAlwaysDrawnWithCacheEnabled~~](index.html#162329255%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isAnimationCacheEnabled](index.html#595478212%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~isAnimationCacheEnabled~~](index.html#595478212%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isAttachedToWindow](index.html#-906977243%2FFunctions%2F788968695) | [androidJvm]
open fun [isAttachedToWindow](index.html#-906977243%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isBaselineAligned](index.html#1102650204%2FFunctions%2F788968695) | [androidJvm]
open fun [isBaselineAligned](index.html#1102650204%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isChildrenDrawingOrderEnabled](index.html#-1432758699%2FFunctions%2F788968695) | [androidJvm]
open fun [isChildrenDrawingOrderEnabled](index.html#-1432758699%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isChildrenDrawnWithCacheEnabled](index.html#-256722921%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~isChildrenDrawnWithCacheEnabled~~](index.html#-256722921%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isClickable](index.html#133730660%2FFunctions%2F788968695) | [androidJvm]
open fun [isClickable](index.html#133730660%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isContextClickable](index.html#319053505%2FFunctions%2F788968695) | [androidJvm]
open fun [isContextClickable](index.html#319053505%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isDirty](index.html#1764572916%2FFunctions%2F788968695) | [androidJvm]
open fun [isDirty](index.html#1764572916%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isDrawingCacheEnabled](index.html#116625609%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~isDrawingCacheEnabled~~](index.html#116625609%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isDuplicateParentStateEnabled](index.html#1414800833%2FFunctions%2F788968695) | [androidJvm]
open fun [isDuplicateParentStateEnabled](index.html#1414800833%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isEnabled](index.html#52212773%2FFunctions%2F788968695) | [androidJvm]
open fun [isEnabled](index.html#52212773%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isFocusable](index.html#-2055142380%2FFunctions%2F788968695) | [androidJvm]
fun [isFocusable](index.html#-2055142380%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isFocusableInTouchMode](index.html#1281125353%2FFunctions%2F788968695) | [androidJvm]
fun [isFocusableInTouchMode](index.html#1281125353%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isFocused](index.html#1211382959%2FFunctions%2F788968695) | [androidJvm]
open fun [isFocused](index.html#1211382959%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isFocusedByDefault](index.html#363491457%2FFunctions%2F788968695) | [androidJvm]
fun [isFocusedByDefault](index.html#363491457%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isForceDarkAllowed](index.html#-935265843%2FFunctions%2F788968695) | [androidJvm]
open fun [isForceDarkAllowed](index.html#-935265843%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isHapticFeedbackEnabled](index.html#1548484545%2FFunctions%2F788968695) | [androidJvm]
open fun [isHapticFeedbackEnabled](index.html#1548484545%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isHardwareAccelerated](index.html#-219927161%2FFunctions%2F788968695) | [androidJvm]
open fun [isHardwareAccelerated](index.html#-219927161%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isHorizontalFadingEdgeEnabled](index.html#-957473121%2FFunctions%2F788968695) | [androidJvm]
open fun [isHorizontalFadingEdgeEnabled](index.html#-957473121%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isHorizontalScrollBarEnabled](index.html#689910485%2FFunctions%2F788968695) | [androidJvm]
open fun [isHorizontalScrollBarEnabled](index.html#689910485%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isHovered](index.html#-543807029%2FFunctions%2F788968695) | [androidJvm]
open fun [isHovered](index.html#-543807029%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isImportantForAccessibility](index.html#749102751%2FFunctions%2F788968695) | [androidJvm]
open fun [isImportantForAccessibility](index.html#749102751%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isImportantForAutofill](index.html#1409996251%2FFunctions%2F788968695) | [androidJvm]
fun [isImportantForAutofill](index.html#1409996251%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isImportantForContentCapture](index.html#265521504%2FFunctions%2F788968695) | [androidJvm]
fun [isImportantForContentCapture](index.html#265521504%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isInEditMode](index.html#206798786%2FFunctions%2F788968695) | [androidJvm]
open fun [isInEditMode](index.html#206798786%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isInLayout](index.html#1323508357%2FFunctions%2F788968695) | [androidJvm]
open fun [isInLayout](index.html#1323508357%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isInTouchMode](index.html#1925732489%2FFunctions%2F788968695) | [androidJvm]
open fun [isInTouchMode](index.html#1925732489%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isKeyboardNavigationCluster](index.html#1885539527%2FFunctions%2F788968695) | [androidJvm]
fun [isKeyboardNavigationCluster](index.html#1885539527%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isLaidOut](index.html#1872352808%2FFunctions%2F788968695) | [androidJvm]
open fun [isLaidOut](index.html#1872352808%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isLayoutDirectionResolved](index.html#-877976487%2FFunctions%2F788968695) | [androidJvm]
open fun [isLayoutDirectionResolved](index.html#-877976487%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isLayoutRequested](index.html#654006370%2FFunctions%2F788968695) | [androidJvm]
open fun [isLayoutRequested](index.html#654006370%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isLayoutSuppressed](index.html#1420640693%2FFunctions%2F788968695) | [androidJvm]
open fun [isLayoutSuppressed](index.html#1420640693%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isLongClickable](index.html#824305792%2FFunctions%2F788968695) | [androidJvm]
open fun [isLongClickable](index.html#824305792%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isMeasureWithLargestChildEnabled](index.html#1529907682%2FFunctions%2F788968695) | [androidJvm]
open fun [isMeasureWithLargestChildEnabled](index.html#1529907682%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isMotionEventSplittingEnabled](index.html#1629876682%2FFunctions%2F788968695) | [androidJvm]
open fun [isMotionEventSplittingEnabled](index.html#1629876682%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isNestedScrollingEnabled](index.html#1023722193%2FFunctions%2F788968695) | [androidJvm]
open fun [isNestedScrollingEnabled](index.html#1023722193%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isOpaque](index.html#1957101843%2FFunctions%2F788968695) | [androidJvm]
open fun [isOpaque](index.html#1957101843%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isPaddingOffsetRequired](index.html#1780288035%2FFunctions%2F788968695) | [androidJvm]
open fun [isPaddingOffsetRequired](index.html#1780288035%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isPaddingRelative](index.html#-9537559%2FFunctions%2F788968695) | [androidJvm]
open fun [isPaddingRelative](index.html#-9537559%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isPivotSet](index.html#-738397292%2FFunctions%2F788968695) | [androidJvm]
open fun [isPivotSet](index.html#-738397292%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isPressed](index.html#-2020957596%2FFunctions%2F788968695) | [androidJvm]
open fun [isPressed](index.html#-2020957596%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isSaveEnabled](index.html#416799042%2FFunctions%2F788968695) | [androidJvm]
open fun [isSaveEnabled](index.html#416799042%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isSaveFromParentEnabled](index.html#-1559307562%2FFunctions%2F788968695) | [androidJvm]
open fun [isSaveFromParentEnabled](index.html#-1559307562%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isScreenReaderFocusable](index.html#-272266429%2FFunctions%2F788968695) | [androidJvm]
open fun [isScreenReaderFocusable](index.html#-272266429%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isScrollbarFadingEnabled](index.html#-1427572206%2FFunctions%2F788968695) | [androidJvm]
open fun [isScrollbarFadingEnabled](index.html#-1427572206%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isScrollContainer](index.html#-1580224110%2FFunctions%2F788968695) | [androidJvm]
open fun [isScrollContainer](index.html#-1580224110%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isSelected](index.html#-2080688615%2FFunctions%2F788968695) | [androidJvm]
open fun [isSelected](index.html#-2080688615%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isShowingLayoutBounds](index.html#1039064162%2FFunctions%2F788968695) | [androidJvm]
fun [isShowingLayoutBounds](index.html#1039064162%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isShown](index.html#254079637%2FFunctions%2F788968695) | [androidJvm]
open fun [isShown](index.html#254079637%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isSoundEffectsEnabled](index.html#1601728440%2FFunctions%2F788968695) | [androidJvm]
open fun [isSoundEffectsEnabled](index.html#1601728440%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isTemporarilyDetached](index.html#-1815461466%2FFunctions%2F788968695) | [androidJvm]
fun [isTemporarilyDetached](index.html#-1815461466%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isTextAlignmentResolved](index.html#-912356616%2FFunctions%2F788968695) | [androidJvm]
open fun [isTextAlignmentResolved](index.html#-912356616%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isTextDirectionResolved](index.html#-602257188%2FFunctions%2F788968695) | [androidJvm]
open fun [isTextDirectionResolved](index.html#-602257188%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isTransitionGroup](index.html#268638461%2FFunctions%2F788968695) | [androidJvm]
open fun [isTransitionGroup](index.html#268638461%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isVerticalFadingEdgeEnabled](index.html#2013503921%2FFunctions%2F788968695) | [androidJvm]
open fun [isVerticalFadingEdgeEnabled](index.html#2013503921%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isVerticalScrollBarEnabled](index.html#1755579779%2FFunctions%2F788968695) | [androidJvm]
open fun [isVerticalScrollBarEnabled](index.html#1755579779%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [isVisibleToUserForAutofill](index.html#1352564623%2FFunctions%2F788968695) | [androidJvm]
open fun [isVisibleToUserForAutofill](index.html#1352564623%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [jumpDrawablesToCurrentState](index.html#-99220925%2FFunctions%2F788968695) | [androidJvm]
open override fun [jumpDrawablesToCurrentState](index.html#-99220925%2FFunctions%2F788968695)() |
+| [keyboardNavigationClusterSearch](index.html#-462599297%2FFunctions%2F788968695) | [androidJvm]
open fun [keyboardNavigationClusterSearch](index.html#-462599297%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [View](https://developer.android.com/reference/kotlin/android/view/View.html) |
+| [layout](index.html#-564644148%2FFunctions%2F788968695) | [androidJvm]
override fun [layout](index.html#-564644148%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [measure](index.html#2095199393%2FFunctions%2F788968695) | [androidJvm]
fun [measure](index.html#2095199393%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [measureChild](index.html#476485620%2FFunctions%2F788968695) | [androidJvm]
open fun [measureChild](index.html#476485620%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [measureChildren](index.html#-1431303361%2FFunctions%2F788968695) | [androidJvm]
open fun [measureChildren](index.html#-1431303361%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [measureChildWithMargins](index.html#-1082345%2FFunctions%2F788968695) | [androidJvm]
open fun [measureChildWithMargins](index.html#-1082345%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p4: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [notifySubtreeAccessibilityStateChanged](index.html#1915420567%2FFunctions%2F788968695) | [androidJvm]
open override fun [notifySubtreeAccessibilityStateChanged](index.html#1915420567%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [offsetDescendantRectToMyCoords](index.html#1332124778%2FFunctions%2F788968695) | [androidJvm]
fun [offsetDescendantRectToMyCoords](index.html#1332124778%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)) |
+| [offsetLeftAndRight](index.html#343888701%2FFunctions%2F788968695) | [androidJvm]
open fun [offsetLeftAndRight](index.html#343888701%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [offsetRectIntoDescendantCoords](index.html#-1353734525%2FFunctions%2F788968695) | [androidJvm]
fun [offsetRectIntoDescendantCoords](index.html#-1353734525%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)) |
+| [offsetTopAndBottom](index.html#1475244604%2FFunctions%2F788968695) | [androidJvm]
open fun [offsetTopAndBottom](index.html#1475244604%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onAnimationEnd](index.html#1660895848%2FFunctions%2F788968695) | [androidJvm]
open fun [onAnimationEnd](index.html#1660895848%2FFunctions%2F788968695)() |
+| [onAnimationStart](index.html#1124272961%2FFunctions%2F788968695) | [androidJvm]
open fun [onAnimationStart](index.html#1124272961%2FFunctions%2F788968695)() |
+| [onApplyWindowInsets](index.html#-1105424277%2FFunctions%2F788968695) | [androidJvm]
open fun [onApplyWindowInsets](index.html#-1105424277%2FFunctions%2F788968695)(p0: [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html)): [WindowInsets](https://developer.android.com/reference/kotlin/android/view/WindowInsets.html) |
+| [onAttachedToWindow](index.html#188813967%2FFunctions%2F788968695) | [androidJvm]
open override fun [onAttachedToWindow](index.html#188813967%2FFunctions%2F788968695)() |
+| [onCancelPendingInputEvents](index.html#-63459975%2FFunctions%2F788968695) | [androidJvm]
open fun [onCancelPendingInputEvents](index.html#-63459975%2FFunctions%2F788968695)() |
+| [onCapturedPointerEvent](index.html#-1441297974%2FFunctions%2F788968695) | [androidJvm]
open fun [onCapturedPointerEvent](index.html#-1441297974%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onCheckIsTextEditor](index.html#375862799%2FFunctions%2F788968695) | [androidJvm]
open fun [onCheckIsTextEditor](index.html#375862799%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onConfigurationChanged](index.html#2077068397%2FFunctions%2F788968695) | [androidJvm]
open fun [onConfigurationChanged](index.html#2077068397%2FFunctions%2F788968695)(p0: [Configuration](https://developer.android.com/reference/kotlin/android/content/res/Configuration.html)) |
+| [onCreateContextMenu](index.html#-1834998075%2FFunctions%2F788968695) | [androidJvm]
open fun [onCreateContextMenu](index.html#-1834998075%2FFunctions%2F788968695)(p0: [ContextMenu](https://developer.android.com/reference/kotlin/android/view/ContextMenu.html)) |
+| [onCreateDrawableState](index.html#324458595%2FFunctions%2F788968695) | [androidJvm]
open override fun [onCreateDrawableState](index.html#324458595%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html) |
+| [onCreateInputConnection](index.html#-2056457429%2FFunctions%2F788968695) | [androidJvm]
open fun [onCreateInputConnection](index.html#-2056457429%2FFunctions%2F788968695)(p0: [EditorInfo](https://developer.android.com/reference/kotlin/android/view/inputmethod/EditorInfo.html)): [InputConnection](https://developer.android.com/reference/kotlin/android/view/inputmethod/InputConnection.html) |
+| [onCreateViewTranslationRequest](index.html#1796201618%2FFunctions%2F788968695) | [androidJvm]
open fun [onCreateViewTranslationRequest](index.html#1796201618%2FFunctions%2F788968695)(p0: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html), p1: [Consumer](https://developer.android.com/reference/kotlin/java/util/function/Consumer.html)<[ViewTranslationRequest](https://developer.android.com/reference/kotlin/android/view/translation/ViewTranslationRequest.html)>) |
+| [onCreateVirtualViewTranslationRequests](index.html#-1073245501%2FFunctions%2F788968695) | [androidJvm]
open fun [onCreateVirtualViewTranslationRequests](index.html#-1073245501%2FFunctions%2F788968695)(p0: [LongArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long-array/index.html), p1: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html), p2: [Consumer](https://developer.android.com/reference/kotlin/java/util/function/Consumer.html)<[ViewTranslationRequest](https://developer.android.com/reference/kotlin/android/view/translation/ViewTranslationRequest.html)>) |
+| [onDescendantInvalidated](index.html#1548626167%2FFunctions%2F788968695) | [androidJvm]
open override fun [onDescendantInvalidated](index.html#1548626167%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [onDetachedFromWindow](index.html#1808013234%2FFunctions%2F788968695) | [androidJvm]
open override fun [onDetachedFromWindow](index.html#1808013234%2FFunctions%2F788968695)() |
+| [onDisplayHint](index.html#1527087824%2FFunctions%2F788968695) | [androidJvm]
open fun [onDisplayHint](index.html#1527087824%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onDragEvent](index.html#-1101209351%2FFunctions%2F788968695) | [androidJvm]
open fun [onDragEvent](index.html#-1101209351%2FFunctions%2F788968695)(p0: [DragEvent](https://developer.android.com/reference/kotlin/android/view/DragEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onDraw](index.html#-1325957568%2FFunctions%2F788968695) | [androidJvm]
open override fun [onDraw](index.html#-1325957568%2FFunctions%2F788968695)(p0: [Canvas](https://developer.android.com/reference/kotlin/android/graphics/Canvas.html)) |
+| [onDrawForeground](index.html#1094711054%2FFunctions%2F788968695) | [androidJvm]
open fun [onDrawForeground](index.html#1094711054%2FFunctions%2F788968695)(p0: [Canvas](https://developer.android.com/reference/kotlin/android/graphics/Canvas.html)) |
+| [onDrawScrollBars](index.html#-527203080%2FFunctions%2F788968695) | [androidJvm]
fun [onDrawScrollBars](index.html#-527203080%2FFunctions%2F788968695)(p0: [Canvas](https://developer.android.com/reference/kotlin/android/graphics/Canvas.html)) |
+| [onFilterTouchEventForSecurity](index.html#1485732939%2FFunctions%2F788968695) | [androidJvm]
open fun [onFilterTouchEventForSecurity](index.html#1485732939%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onFinishInflate](index.html#1509491463%2FFunctions%2F788968695) | [androidJvm]
open fun [onFinishInflate](index.html#1509491463%2FFunctions%2F788968695)() |
+| [onFinishTemporaryDetach](index.html#1161314666%2FFunctions%2F788968695) | [androidJvm]
open fun [onFinishTemporaryDetach](index.html#1161314666%2FFunctions%2F788968695)() |
+| [onFocusChanged](index.html#1807328051%2FFunctions%2F788968695) | [androidJvm]
open fun [onFocusChanged](index.html#1807328051%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)?) |
+| [onGenericMotionEvent](index.html#-615137864%2FFunctions%2F788968695) | [androidJvm]
open fun [onGenericMotionEvent](index.html#-615137864%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onHoverChanged](index.html#2026733932%2FFunctions%2F788968695) | [androidJvm]
open fun [onHoverChanged](index.html#2026733932%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [onHoverEvent](index.html#200924999%2FFunctions%2F788968695) | [androidJvm]
open fun [onHoverEvent](index.html#200924999%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onInitializeAccessibilityEvent](index.html#-1212347159%2FFunctions%2F788968695) | [androidJvm]
open fun [onInitializeAccessibilityEvent](index.html#-1212347159%2FFunctions%2F788968695)(p0: [AccessibilityEvent](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityEvent.html)) |
+| [onInitializeAccessibilityNodeInfo](index.html#555748953%2FFunctions%2F788968695) | [androidJvm]
open fun [onInitializeAccessibilityNodeInfo](index.html#555748953%2FFunctions%2F788968695)(p0: [AccessibilityNodeInfo](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityNodeInfo.html)) |
+| [onInterceptHoverEvent](index.html#-701606782%2FFunctions%2F788968695) | [androidJvm]
open fun [onInterceptHoverEvent](index.html#-701606782%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onInterceptTouchEvent](index.html#-647501243%2FFunctions%2F788968695) | [androidJvm]
open fun [onInterceptTouchEvent](index.html#-647501243%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onKeyDown](index.html#-924269354%2FFunctions%2F788968695) | [androidJvm]
open override fun [onKeyDown](index.html#-924269354%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onKeyLongPress](index.html#945096467%2FFunctions%2F788968695) | [androidJvm]
open override fun [onKeyLongPress](index.html#945096467%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onKeyMultiple](index.html#-293109199%2FFunctions%2F788968695) | [androidJvm]
open override fun [onKeyMultiple](index.html#-293109199%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onKeyPreIme](index.html#-2118276326%2FFunctions%2F788968695) | [androidJvm]
open fun [onKeyPreIme](index.html#-2118276326%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onKeyShortcut](index.html#1008735794%2FFunctions%2F788968695) | [androidJvm]
open fun [onKeyShortcut](index.html#1008735794%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onKeyUp](index.html#1494725821%2FFunctions%2F788968695) | [androidJvm]
open override fun [onKeyUp](index.html#1494725821%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [KeyEvent](https://developer.android.com/reference/kotlin/android/view/KeyEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onLayout](index.html#-1845696731%2FFunctions%2F788968695) | [androidJvm]
open override fun [onLayout](index.html#-1845696731%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p4: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onMeasure](index.html#-639897011%2FFunctions%2F788968695) | [androidJvm]
open override fun [onMeasure](index.html#-639897011%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onNestedFling](index.html#-1118081848%2FFunctions%2F788968695) | [androidJvm]
open override fun [onNestedFling](index.html#-1118081848%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p2: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p3: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onNestedPreFling](index.html#696467333%2FFunctions%2F788968695) | [androidJvm]
open override fun [onNestedPreFling](index.html#696467333%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p2: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onNestedPrePerformAccessibilityAction](index.html#-330256883%2FFunctions%2F788968695) | [androidJvm]
open override fun [onNestedPrePerformAccessibilityAction](index.html#-330256883%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onNestedPreScroll](index.html#1212406780%2FFunctions%2F788968695) | [androidJvm]
open override fun [onNestedPreScroll](index.html#1212406780%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)) |
+| [onNestedScroll](index.html#2051246809%2FFunctions%2F788968695) | [androidJvm]
open override fun [onNestedScroll](index.html#2051246809%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p4: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onNestedScrollAccepted](index.html#-458913431%2FFunctions%2F788968695) | [androidJvm]
open override fun [onNestedScrollAccepted](index.html#-458913431%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onOverScrolled](index.html#608474560%2FFunctions%2F788968695) | [androidJvm]
open fun [onOverScrolled](index.html#608474560%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), p3: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [onPointerCaptureChange](index.html#-1688224053%2FFunctions%2F788968695) | [androidJvm]
open fun [onPointerCaptureChange](index.html#-1688224053%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [onPopulateAccessibilityEvent](index.html#-1177992253%2FFunctions%2F788968695) | [androidJvm]
open fun [onPopulateAccessibilityEvent](index.html#-1177992253%2FFunctions%2F788968695)(p0: [AccessibilityEvent](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityEvent.html)) |
+| [onProvideAutofillStructure](index.html#-599296510%2FFunctions%2F788968695) | [androidJvm]
open fun [onProvideAutofillStructure](index.html#-599296510%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onProvideAutofillVirtualStructure](index.html#-1472053631%2FFunctions%2F788968695) | [androidJvm]
open fun [onProvideAutofillVirtualStructure](index.html#-1472053631%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onProvideContentCaptureStructure](index.html#-1421567225%2FFunctions%2F788968695) | [androidJvm]
open fun [onProvideContentCaptureStructure](index.html#-1421567225%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onProvideStructure](index.html#1846476457%2FFunctions%2F788968695) | [androidJvm]
open fun [onProvideStructure](index.html#1846476457%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html)) |
+| [onProvideVirtualStructure](index.html#-1205953682%2FFunctions%2F788968695) | [androidJvm]
open fun [onProvideVirtualStructure](index.html#-1205953682%2FFunctions%2F788968695)(p0: [ViewStructure](https://developer.android.com/reference/kotlin/android/view/ViewStructure.html)) |
+| [onReceiveContent](index.html#-1163467700%2FFunctions%2F788968695) | [androidJvm]
open fun [onReceiveContent](index.html#-1163467700%2FFunctions%2F788968695)(p0: [ContentInfo](https://developer.android.com/reference/kotlin/android/view/ContentInfo.html)): [ContentInfo](https://developer.android.com/reference/kotlin/android/view/ContentInfo.html)? |
+| [onRequestFocusInDescendants](index.html#930416749%2FFunctions%2F788968695) | [androidJvm]
open fun [onRequestFocusInDescendants](index.html#930416749%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onRequestSendAccessibilityEvent](index.html#1338461287%2FFunctions%2F788968695) | [androidJvm]
open fun [onRequestSendAccessibilityEvent](index.html#1338461287%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [AccessibilityEvent](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onResolvePointerIcon](index.html#624900003%2FFunctions%2F788968695) | [androidJvm]
open override fun [onResolvePointerIcon](index.html#624900003%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [PointerIcon](https://developer.android.com/reference/kotlin/android/view/PointerIcon.html) |
+| [onRestoreInstanceState](index.html#-648840093%2FFunctions%2F788968695) | [androidJvm]
open fun [onRestoreInstanceState](index.html#-648840093%2FFunctions%2F788968695)(p0: [Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)) |
+| [onRtlPropertiesChanged](index.html#-624126511%2FFunctions%2F788968695) | [androidJvm]
open override fun [onRtlPropertiesChanged](index.html#-624126511%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onSaveInstanceState](index.html#1773232604%2FFunctions%2F788968695) | [androidJvm]
open fun [onSaveInstanceState](index.html#1773232604%2FFunctions%2F788968695)(): [Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)? |
+| [onScreenStateChanged](index.html#-921913138%2FFunctions%2F788968695) | [androidJvm]
open fun [onScreenStateChanged](index.html#-921913138%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onScrollCaptureSearch](index.html#-63936952%2FFunctions%2F788968695) | [androidJvm]
open fun [onScrollCaptureSearch](index.html#-63936952%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html), p1: [Point](https://developer.android.com/reference/kotlin/android/graphics/Point.html), p2: [Consumer](https://developer.android.com/reference/kotlin/java/util/function/Consumer.html)<[ScrollCaptureTarget](https://developer.android.com/reference/kotlin/android/view/ScrollCaptureTarget.html)>) |
+| [onScrollChanged](index.html#-762681877%2FFunctions%2F788968695) | [androidJvm]
open fun [onScrollChanged](index.html#-762681877%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onSetAlpha](index.html#-313184895%2FFunctions%2F788968695) | [androidJvm]
open fun [onSetAlpha](index.html#-313184895%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onSizeChanged](index.html#1584905399%2FFunctions%2F788968695) | [androidJvm]
open fun [onSizeChanged](index.html#1584905399%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onStartNestedScroll](index.html#-967123092%2FFunctions%2F788968695) | [androidJvm]
open override fun [onStartNestedScroll](index.html#-967123092%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onStartTemporaryDetach](index.html#-569631491%2FFunctions%2F788968695) | [androidJvm]
open fun [onStartTemporaryDetach](index.html#-569631491%2FFunctions%2F788968695)() |
+| [onStopNestedScroll](index.html#291799995%2FFunctions%2F788968695) | [androidJvm]
open override fun [onStopNestedScroll](index.html#291799995%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [onTouchEvent](index.html#255030538%2FFunctions%2F788968695) | [androidJvm]
open fun [onTouchEvent](index.html#255030538%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onTrackballEvent](index.html#1631316053%2FFunctions%2F788968695) | [androidJvm]
open fun [onTrackballEvent](index.html#1631316053%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [onViewAdded](index.html#1997901746%2FFunctions%2F788968695) | [androidJvm]
open fun [onViewAdded](index.html#1997901746%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [onViewRemoved](index.html#-1068128238%2FFunctions%2F788968695) | [androidJvm]
open fun [onViewRemoved](index.html#-1068128238%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [onViewTranslationResponse](index.html#1670583560%2FFunctions%2F788968695) | [androidJvm]
open fun [onViewTranslationResponse](index.html#1670583560%2FFunctions%2F788968695)(p0: [ViewTranslationResponse](https://developer.android.com/reference/kotlin/android/view/translation/ViewTranslationResponse.html)) |
+| [onVirtualViewTranslationResponses](index.html#1943638078%2FFunctions%2F788968695) | [androidJvm]
open fun [onVirtualViewTranslationResponses](index.html#1943638078%2FFunctions%2F788968695)(p0: [LongSparseArray](https://developer.android.com/reference/kotlin/android/util/LongSparseArray.html)<[ViewTranslationResponse](https://developer.android.com/reference/kotlin/android/view/translation/ViewTranslationResponse.html)>) |
+| [onVisibilityAggregated](index.html#1965026605%2FFunctions%2F788968695) | [androidJvm]
open fun [onVisibilityAggregated](index.html#1965026605%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [onVisibilityChanged](index.html#-1924754685%2FFunctions%2F788968695) | [androidJvm]
open fun [onVisibilityChanged](index.html#-1924754685%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [onWindowFocusChanged](index.html#1329354872%2FFunctions%2F788968695) | [androidJvm]
open fun [onWindowFocusChanged](index.html#1329354872%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [onWindowSystemUiVisibilityChanged](index.html#-767727062%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~onWindowSystemUiVisibilityChanged~~](index.html#-767727062%2FFunctions%2F788968695)~~(~~p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~ |
+| [onWindowVisibilityChanged](index.html#1652552295%2FFunctions%2F788968695) | [androidJvm]
open fun [onWindowVisibilityChanged](index.html#1652552295%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [overScrollBy](index.html#-1472898453%2FFunctions%2F788968695) | [androidJvm]
open fun [overScrollBy](index.html#-1472898453%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p4: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p5: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p6: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p7: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p8: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [performAccessibilityAction](index.html#-58803985%2FFunctions%2F788968695) | [androidJvm]
open fun [performAccessibilityAction](index.html#-58803985%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [performClick](index.html#1113179991%2FFunctions%2F788968695) | [androidJvm]
open fun [performClick](index.html#1113179991%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [performContextClick](index.html#-1382194590%2FFunctions%2F788968695) | [androidJvm]
open fun [performContextClick](index.html#-1382194590%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [performContextClick](index.html#204583805%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [performHapticFeedback](index.html#1425025277%2FFunctions%2F788968695) | [androidJvm]
open fun [performHapticFeedback](index.html#1425025277%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [performHapticFeedback](index.html#-174857152%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [performLongClick](index.html#-873941005%2FFunctions%2F788968695) | [androidJvm]
open fun [performLongClick](index.html#-873941005%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [performLongClick](index.html#1022890764%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [performReceiveContent](index.html#-184220312%2FFunctions%2F788968695) | [androidJvm]
open fun [performReceiveContent](index.html#-184220312%2FFunctions%2F788968695)(p0: [ContentInfo](https://developer.android.com/reference/kotlin/android/view/ContentInfo.html)): [ContentInfo](https://developer.android.com/reference/kotlin/android/view/ContentInfo.html)? |
+| [playSoundEffect](index.html#1630778158%2FFunctions%2F788968695) | [androidJvm]
open fun [playSoundEffect](index.html#1630778158%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [post](index.html#-3618899%2FFunctions%2F788968695) | [androidJvm]
open fun [post](index.html#-3618899%2FFunctions%2F788968695)(p0: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [postDelayed](index.html#1604877027%2FFunctions%2F788968695) | [androidJvm]
open fun [postDelayed](index.html#1604877027%2FFunctions%2F788968695)(p0: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html), p1: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [postInvalidate](index.html#82239043%2FFunctions%2F788968695) | [androidJvm]
open fun [postInvalidate](index.html#82239043%2FFunctions%2F788968695)()
open fun [postInvalidate](index.html#570729852%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [postInvalidateDelayed](index.html#499115172%2FFunctions%2F788968695) | [androidJvm]
open fun [postInvalidateDelayed](index.html#499115172%2FFunctions%2F788968695)(p0: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html))
open fun [postInvalidateDelayed](index.html#289291876%2FFunctions%2F788968695)(p0: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p4: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [postInvalidateOnAnimation](index.html#-1508826926%2FFunctions%2F788968695) | [androidJvm]
open fun [postInvalidateOnAnimation](index.html#-1508826926%2FFunctions%2F788968695)()
open fun [postInvalidateOnAnimation](index.html#-2883699%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [postOnAnimation](index.html#-756404570%2FFunctions%2F788968695) | [androidJvm]
open fun [postOnAnimation](index.html#-756404570%2FFunctions%2F788968695)(p0: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html)) |
+| [postOnAnimationDelayed](index.html#381343562%2FFunctions%2F788968695) | [androidJvm]
open fun [postOnAnimationDelayed](index.html#381343562%2FFunctions%2F788968695)(p0: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html), p1: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) |
+| [recomputeViewAttributes](index.html#-979366378%2FFunctions%2F788968695) | [androidJvm]
open override fun [recomputeViewAttributes](index.html#-979366378%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [refreshDrawableState](index.html#-2045430106%2FFunctions%2F788968695) | [androidJvm]
open fun [refreshDrawableState](index.html#-2045430106%2FFunctions%2F788968695)() |
+| [releasePointerCapture](index.html#1550670924%2FFunctions%2F788968695) | [androidJvm]
open fun [releasePointerCapture](index.html#1550670924%2FFunctions%2F788968695)() |
+| [removeAllViews](index.html#-540650996%2FFunctions%2F788968695) | [androidJvm]
open fun [removeAllViews](index.html#-540650996%2FFunctions%2F788968695)() |
+| [removeAllViewsInLayout](index.html#772448541%2FFunctions%2F788968695) | [androidJvm]
open fun [removeAllViewsInLayout](index.html#772448541%2FFunctions%2F788968695)() |
+| [removeCallbacks](index.html#-229901183%2FFunctions%2F788968695) | [androidJvm]
open fun [removeCallbacks](index.html#-229901183%2FFunctions%2F788968695)(p0: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [removeDetachedView](index.html#-1835605229%2FFunctions%2F788968695) | [androidJvm]
open fun [removeDetachedView](index.html#-1835605229%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [removeOnAttachStateChangeListener](index.html#-1870558015%2FFunctions%2F788968695) | [androidJvm]
open fun [removeOnAttachStateChangeListener](index.html#-1870558015%2FFunctions%2F788968695)(p0: [View.OnAttachStateChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnAttachStateChangeListener.html)) |
+| [removeOnLayoutChangeListener](index.html#-714017471%2FFunctions%2F788968695) | [androidJvm]
open fun [removeOnLayoutChangeListener](index.html#-714017471%2FFunctions%2F788968695)(p0: [View.OnLayoutChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnLayoutChangeListener.html)) |
+| [removeOnUnhandledKeyEventListener](index.html#-1269812991%2FFunctions%2F788968695) | [androidJvm]
open fun [removeOnUnhandledKeyEventListener](index.html#-1269812991%2FFunctions%2F788968695)(p0: [View.OnUnhandledKeyEventListener](https://developer.android.com/reference/kotlin/android/view/View.OnUnhandledKeyEventListener.html)) |
+| [removeView](index.html#-1219327937%2FFunctions%2F788968695) | [androidJvm]
open override fun [removeView](index.html#-1219327937%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [removeViewAt](index.html#-1992103073%2FFunctions%2F788968695) | [androidJvm]
open fun [removeViewAt](index.html#-1992103073%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [removeViewInLayout](index.html#-711244466%2FFunctions%2F788968695) | [androidJvm]
open fun [removeViewInLayout](index.html#-711244466%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [removeViews](index.html#-1336641716%2FFunctions%2F788968695) | [androidJvm]
open fun [removeViews](index.html#-1336641716%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [removeViewsInLayout](index.html#-1424555045%2FFunctions%2F788968695) | [androidJvm]
open fun [removeViewsInLayout](index.html#-1424555045%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [requestApplyInsets](index.html#-331541751%2FFunctions%2F788968695) | [androidJvm]
open fun [requestApplyInsets](index.html#-331541751%2FFunctions%2F788968695)() |
+| [requestChildFocus](index.html#-208903083%2FFunctions%2F788968695) | [androidJvm]
open override fun [requestChildFocus](index.html#-208903083%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [requestChildRectangleOnScreen](index.html#-1635219642%2FFunctions%2F788968695) | [androidJvm]
open override fun [requestChildRectangleOnScreen](index.html#-1635219642%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html), p2: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [requestDisallowInterceptTouchEvent](index.html#-140197233%2FFunctions%2F788968695) | [androidJvm]
open override fun [requestDisallowInterceptTouchEvent](index.html#-140197233%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [requestFitSystemWindows](index.html#-1615863926%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~requestFitSystemWindows~~](index.html#-1615863926%2FFunctions%2F788968695)~~(~~~~)~~ |
+| [requestFocus](index.html#-1218783051%2FFunctions%2F788968695) | [androidJvm]
fun [requestFocus](index.html#-1218783051%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
fun [requestFocus](index.html#-897240045%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open override fun [requestFocus](index.html#-805133907%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [requestFocusFromTouch](index.html#-216607280%2FFunctions%2F788968695) | [androidJvm]
fun [requestFocusFromTouch](index.html#-216607280%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [requestLayout](index.html#1641127683%2FFunctions%2F788968695) | [androidJvm]
open fun [requestLayout](index.html#1641127683%2FFunctions%2F788968695)() |
+| [requestPointerCapture](index.html#-1216853820%2FFunctions%2F788968695) | [androidJvm]
open fun [requestPointerCapture](index.html#-1216853820%2FFunctions%2F788968695)() |
+| [requestRectangleOnScreen](index.html#1483196423%2FFunctions%2F788968695) | [androidJvm]
open fun [requestRectangleOnScreen](index.html#1483196423%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [requestRectangleOnScreen](index.html#-295117667%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html), p1: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [requestSendAccessibilityEvent](index.html#-1334186746%2FFunctions%2F788968695) | [androidJvm]
open override fun [requestSendAccessibilityEvent](index.html#-1334186746%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [AccessibilityEvent](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityEvent.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [requestTransparentRegion](index.html#1475600781%2FFunctions%2F788968695) | [androidJvm]
open override fun [requestTransparentRegion](index.html#1475600781%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [requestUnbufferedDispatch](index.html#-587900767%2FFunctions%2F788968695) | [androidJvm]
fun [requestUnbufferedDispatch](index.html#-587900767%2FFunctions%2F788968695)(p0: [MotionEvent](https://developer.android.com/reference/kotlin/android/view/MotionEvent.html))
fun [requestUnbufferedDispatch](index.html#1776169977%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [requireViewById](index.html#-1223448514%2FFunctions%2F788968695) | [androidJvm]
fun <[T](index.html#-1223448514%2FFunctions%2F788968695) : [View](https://developer.android.com/reference/kotlin/android/view/View.html)> [requireViewById](index.html#-1223448514%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [T](index.html#-1223448514%2FFunctions%2F788968695) |
+| [resetPivot](index.html#1379019659%2FFunctions%2F788968695) | [androidJvm]
open fun [resetPivot](index.html#1379019659%2FFunctions%2F788968695)() |
+| [restoreDefaultFocus](index.html#-430470280%2FFunctions%2F788968695) | [androidJvm]
open override fun [restoreDefaultFocus](index.html#-430470280%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [restoreHierarchyState](index.html#-880525550%2FFunctions%2F788968695) | [androidJvm]
open fun [restoreHierarchyState](index.html#-880525550%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)>) |
+| [saveAttributeDataForStyleable](index.html#-1532828643%2FFunctions%2F788968695) | [androidJvm]
fun [saveAttributeDataForStyleable](index.html#-1532828643%2FFunctions%2F788968695)(p0: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), p1: [IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html), p2: [AttributeSet](https://developer.android.com/reference/kotlin/android/util/AttributeSet.html)?, p3: [TypedArray](https://developer.android.com/reference/kotlin/android/content/res/TypedArray.html), p4: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p5: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [saveHierarchyState](index.html#-888880737%2FFunctions%2F788968695) | [androidJvm]
open fun [saveHierarchyState](index.html#-888880737%2FFunctions%2F788968695)(p0: [SparseArray](https://developer.android.com/reference/kotlin/android/util/SparseArray.html)<[Parcelable](https://developer.android.com/reference/kotlin/android/os/Parcelable.html)>) |
+| [scheduleDrawable](index.html#-1314594679%2FFunctions%2F788968695) | [androidJvm]
open override fun [scheduleDrawable](index.html#-1314594679%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html), p1: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html), p2: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) |
+| [scheduleLayoutAnimation](index.html#2121553434%2FFunctions%2F788968695) | [androidJvm]
open fun [scheduleLayoutAnimation](index.html#2121553434%2FFunctions%2F788968695)() |
+| [scrollBy](index.html#1106658341%2FFunctions%2F788968695) | [androidJvm]
open fun [scrollBy](index.html#1106658341%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [scrollTo](index.html#-1150277815%2FFunctions%2F788968695) | [androidJvm]
open fun [scrollTo](index.html#-1150277815%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [sendAccessibilityEvent](index.html#827556584%2FFunctions%2F788968695) | [androidJvm]
open override fun [sendAccessibilityEvent](index.html#827556584%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [sendAccessibilityEventUnchecked](index.html#-377076438%2FFunctions%2F788968695) | [androidJvm]
open override fun [sendAccessibilityEventUnchecked](index.html#-377076438%2FFunctions%2F788968695)(p0: [AccessibilityEvent](https://developer.android.com/reference/kotlin/android/view/accessibility/AccessibilityEvent.html)) |
+| [setAccessibilityDelegate](index.html#2123951810%2FFunctions%2F788968695) | [androidJvm]
open fun [setAccessibilityDelegate](index.html#2123951810%2FFunctions%2F788968695)(p0: [View.AccessibilityDelegate](https://developer.android.com/reference/kotlin/android/view/View.AccessibilityDelegate.html)?) |
+| [setAccessibilityHeading](index.html#-1916711445%2FFunctions%2F788968695) | [androidJvm]
open fun [setAccessibilityHeading](index.html#-1916711445%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setAccessibilityLiveRegion](index.html#-1731806512%2FFunctions%2F788968695) | [androidJvm]
open fun [setAccessibilityLiveRegion](index.html#-1731806512%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setAccessibilityPaneTitle](index.html#-1974521635%2FFunctions%2F788968695) | [androidJvm]
open fun [setAccessibilityPaneTitle](index.html#-1974521635%2FFunctions%2F788968695)(p0: [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)?) |
+| [setAccessibilityTraversalAfter](index.html#-1560469806%2FFunctions%2F788968695) | [androidJvm]
open fun [setAccessibilityTraversalAfter](index.html#-1560469806%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setAccessibilityTraversalBefore](index.html#1465373321%2FFunctions%2F788968695) | [androidJvm]
open fun [setAccessibilityTraversalBefore](index.html#1465373321%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setActivated](index.html#1776106612%2FFunctions%2F788968695) | [androidJvm]
open fun [setActivated](index.html#1776106612%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setAddStatesFromChildren](index.html#-857431560%2FFunctions%2F788968695) | [androidJvm]
open fun [setAddStatesFromChildren](index.html#-857431560%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setAllowClickWhenDisabled](index.html#1048294186%2FFunctions%2F788968695) | [androidJvm]
open fun [setAllowClickWhenDisabled](index.html#1048294186%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setAlpha](index.html#-1247291245%2FFunctions%2F788968695) | [androidJvm]
open fun [setAlpha](index.html#-1247291245%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setAlwaysDrawnWithCacheEnabled](index.html#-803994332%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~setAlwaysDrawnWithCacheEnabled~~](index.html#-803994332%2FFunctions%2F788968695)~~(~~p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~ |
+| [setAnimation](index.html#-284340276%2FFunctions%2F788968695) | [androidJvm]
open fun [setAnimation](index.html#-284340276%2FFunctions%2F788968695)(p0: [Animation](https://developer.android.com/reference/kotlin/android/view/animation/Animation.html)) |
+| [setAnimationCacheEnabled](index.html#323312769%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~setAnimationCacheEnabled~~](index.html#323312769%2FFunctions%2F788968695)~~(~~p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~ |
+| [setAnimationMatrix](index.html#-1888561119%2FFunctions%2F788968695) | [androidJvm]
open fun [setAnimationMatrix](index.html#-1888561119%2FFunctions%2F788968695)(p0: [Matrix](https://developer.android.com/reference/kotlin/android/graphics/Matrix.html)?) |
+| [setAutofillHints](index.html#-1093388626%2FFunctions%2F788968695) | [androidJvm]
open fun [setAutofillHints](index.html#-1093388626%2FFunctions%2F788968695)(vararg p0: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) |
+| [setAutofillId](index.html#154835381%2FFunctions%2F788968695) | [androidJvm]
open fun [setAutofillId](index.html#154835381%2FFunctions%2F788968695)(p0: [AutofillId](https://developer.android.com/reference/kotlin/android/view/autofill/AutofillId.html)?) |
+| [setBackground](index.html#841332226%2FFunctions%2F788968695) | [androidJvm]
open fun [setBackground](index.html#841332226%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)) |
+| [setBackgroundColor](index.html#-1996321655%2FFunctions%2F788968695) | [androidJvm]
open fun [setBackgroundColor](index.html#-1996321655%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setBackgroundDrawable](index.html#-771685500%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~setBackgroundDrawable~~](index.html#-771685500%2FFunctions%2F788968695)~~(~~p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)~~)~~ |
+| [setBackgroundResource](index.html#9634556%2FFunctions%2F788968695) | [androidJvm]
open fun [setBackgroundResource](index.html#9634556%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setBackgroundTintBlendMode](index.html#1634646846%2FFunctions%2F788968695) | [androidJvm]
open fun [setBackgroundTintBlendMode](index.html#1634646846%2FFunctions%2F788968695)(p0: [BlendMode](https://developer.android.com/reference/kotlin/android/graphics/BlendMode.html)?) |
+| [setBackgroundTintList](index.html#-2022232322%2FFunctions%2F788968695) | [androidJvm]
open fun [setBackgroundTintList](index.html#-2022232322%2FFunctions%2F788968695)(p0: [ColorStateList](https://developer.android.com/reference/kotlin/android/content/res/ColorStateList.html)?) |
+| [setBackgroundTintMode](index.html#-1657378493%2FFunctions%2F788968695) | [androidJvm]
open fun [setBackgroundTintMode](index.html#-1657378493%2FFunctions%2F788968695)(p0: [PorterDuff.Mode](https://developer.android.com/reference/kotlin/android/graphics/PorterDuff.Mode.html)?) |
+| [setBaselineAligned](index.html#-417863759%2FFunctions%2F788968695) | [androidJvm]
open fun [setBaselineAligned](index.html#-417863759%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setBaselineAlignedChildIndex](index.html#-2098805676%2FFunctions%2F788968695) | [androidJvm]
open fun [setBaselineAlignedChildIndex](index.html#-2098805676%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setBottom](index.html#-255483571%2FFunctions%2F788968695) | [androidJvm]
fun [setBottom](index.html#-255483571%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setCameraDistance](index.html#1148359121%2FFunctions%2F788968695) | [androidJvm]
open fun [setCameraDistance](index.html#1148359121%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setChildrenDrawingCacheEnabled](index.html#-2043490938%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~setChildrenDrawingCacheEnabled~~](index.html#-2043490938%2FFunctions%2F788968695)~~(~~p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~ |
+| [setChildrenDrawingOrderEnabled](index.html#106553426%2FFunctions%2F788968695) | [androidJvm]
open fun [setChildrenDrawingOrderEnabled](index.html#106553426%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setChildrenDrawnWithCacheEnabled](index.html#-1703769964%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~setChildrenDrawnWithCacheEnabled~~](index.html#-1703769964%2FFunctions%2F788968695)~~(~~p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~ |
+| [setClickable](index.html#-1324413373%2FFunctions%2F788968695) | [androidJvm]
open fun [setClickable](index.html#-1324413373%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setClipBounds](index.html#2033222181%2FFunctions%2F788968695) | [androidJvm]
open fun [setClipBounds](index.html#2033222181%2FFunctions%2F788968695)(p0: [Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)) |
+| [setClipChildren](index.html#524813585%2FFunctions%2F788968695) | [androidJvm]
open fun [setClipChildren](index.html#524813585%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setClipToOutline](index.html#-1040446930%2FFunctions%2F788968695) | [androidJvm]
open fun [setClipToOutline](index.html#-1040446930%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setClipToPadding](index.html#726915198%2FFunctions%2F788968695) | [androidJvm]
open fun [setClipToPadding](index.html#726915198%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setContentCaptureSession](index.html#1154680682%2FFunctions%2F788968695) | [androidJvm]
open fun [setContentCaptureSession](index.html#1154680682%2FFunctions%2F788968695)(p0: [ContentCaptureSession](https://developer.android.com/reference/kotlin/android/view/contentcapture/ContentCaptureSession.html)?) |
+| [setContentDescription](index.html#813250151%2FFunctions%2F788968695) | [androidJvm]
open fun [setContentDescription](index.html#813250151%2FFunctions%2F788968695)(p0: [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)) |
+| [setContextClickable](index.html#-185169300%2FFunctions%2F788968695) | [androidJvm]
open fun [setContextClickable](index.html#-185169300%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setDefaultFocusHighlightEnabled](index.html#1491402395%2FFunctions%2F788968695) | [androidJvm]
open fun [setDefaultFocusHighlightEnabled](index.html#1491402395%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setDescendantFocusability](index.html#-803411350%2FFunctions%2F788968695) | [androidJvm]
open fun [setDescendantFocusability](index.html#-803411350%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setDividerDrawable](index.html#550888362%2FFunctions%2F788968695) | [androidJvm]
open fun [setDividerDrawable](index.html#550888362%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)) |
+| [setDividerPadding](index.html#-2009769483%2FFunctions%2F788968695) | [androidJvm]
open fun [setDividerPadding](index.html#-2009769483%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setDrawingCacheBackgroundColor](index.html#1985917229%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~setDrawingCacheBackgroundColor~~](index.html#1985917229%2FFunctions%2F788968695)~~(~~p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~ |
+| [setDrawingCacheEnabled](index.html#1259028584%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~setDrawingCacheEnabled~~](index.html#1259028584%2FFunctions%2F788968695)~~(~~p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~ |
+| [setDrawingCacheQuality](index.html#990109123%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~setDrawingCacheQuality~~](index.html#990109123%2FFunctions%2F788968695)~~(~~p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~ |
+| [setDuplicateParentStateEnabled](index.html#1279199584%2FFunctions%2F788968695) | [androidJvm]
open fun [setDuplicateParentStateEnabled](index.html#1279199584%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setElevation](index.html#1174041972%2FFunctions%2F788968695) | [androidJvm]
open fun [setElevation](index.html#1174041972%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setEnabled](index.html#-189060668%2FFunctions%2F788968695) | [androidJvm]
open fun [setEnabled](index.html#-189060668%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setFadingEdgeLength](index.html#236897660%2FFunctions%2F788968695) | [androidJvm]
open fun [setFadingEdgeLength](index.html#236897660%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setFilterTouchesWhenObscured](index.html#-1631819721%2FFunctions%2F788968695) | [androidJvm]
open fun [setFilterTouchesWhenObscured](index.html#-1631819721%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setFitsSystemWindows](index.html#1664032307%2FFunctions%2F788968695) | [androidJvm]
open fun [setFitsSystemWindows](index.html#1664032307%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setFocusable](index.html#1556155635%2FFunctions%2F788968695) | [androidJvm]
open fun [setFocusable](index.html#1556155635%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
open fun [setFocusable](index.html#903685708%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setFocusableInTouchMode](index.html#-584126828%2FFunctions%2F788968695) | [androidJvm]
open fun [setFocusableInTouchMode](index.html#-584126828%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setFocusedByDefault](index.html#1404734508%2FFunctions%2F788968695) | [androidJvm]
open fun [setFocusedByDefault](index.html#1404734508%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setForceDarkAllowed](index.html#-523181960%2FFunctions%2F788968695) | [androidJvm]
open fun [setForceDarkAllowed](index.html#-523181960%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setForeground](index.html#-391589683%2FFunctions%2F788968695) | [androidJvm]
open fun [setForeground](index.html#-391589683%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)) |
+| [setForegroundGravity](index.html#-73381037%2FFunctions%2F788968695) | [androidJvm]
open fun [setForegroundGravity](index.html#-73381037%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setForegroundTintBlendMode](index.html#1044861385%2FFunctions%2F788968695) | [androidJvm]
open fun [setForegroundTintBlendMode](index.html#1044861385%2FFunctions%2F788968695)(p0: [BlendMode](https://developer.android.com/reference/kotlin/android/graphics/BlendMode.html)?) |
+| [setForegroundTintList](index.html#-1609693037%2FFunctions%2F788968695) | [androidJvm]
open fun [setForegroundTintList](index.html#-1609693037%2FFunctions%2F788968695)(p0: [ColorStateList](https://developer.android.com/reference/kotlin/android/content/res/ColorStateList.html)?) |
+| [setForegroundTintMode](index.html#1534108696%2FFunctions%2F788968695) | [androidJvm]
open fun [setForegroundTintMode](index.html#1534108696%2FFunctions%2F788968695)(p0: [PorterDuff.Mode](https://developer.android.com/reference/kotlin/android/graphics/PorterDuff.Mode.html)?) |
+| [setGravity](index.html#-88068677%2FFunctions%2F788968695) | [androidJvm]
open fun [setGravity](index.html#-88068677%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setHapticFeedbackEnabled](index.html#666074848%2FFunctions%2F788968695) | [androidJvm]
open fun [setHapticFeedbackEnabled](index.html#666074848%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setHasTransientState](index.html#-449654812%2FFunctions%2F788968695) | [androidJvm]
open fun [setHasTransientState](index.html#-449654812%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setHorizontalFadingEdgeEnabled](index.html#978134462%2FFunctions%2F788968695) | [androidJvm]
open fun [setHorizontalFadingEdgeEnabled](index.html#978134462%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setHorizontalGravity](index.html#-451614849%2FFunctions%2F788968695) | [androidJvm]
open fun [setHorizontalGravity](index.html#-451614849%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setHorizontalScrollBarEnabled](index.html#915977216%2FFunctions%2F788968695) | [androidJvm]
open fun [setHorizontalScrollBarEnabled](index.html#915977216%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setHorizontalScrollbarThumbDrawable](index.html#1130479365%2FFunctions%2F788968695) | [androidJvm]
open fun [setHorizontalScrollbarThumbDrawable](index.html#1130479365%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)?) |
+| [setHorizontalScrollbarTrackDrawable](index.html#-570616838%2FFunctions%2F788968695) | [androidJvm]
open fun [setHorizontalScrollbarTrackDrawable](index.html#-570616838%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)?) |
+| [setHovered](index.html#-1790262038%2FFunctions%2F788968695) | [androidJvm]
open fun [setHovered](index.html#-1790262038%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setId](index.html#286617309%2FFunctions%2F788968695) | [androidJvm]
open fun [setId](index.html#286617309%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setImportantForAccessibility](index.html#655008535%2FFunctions%2F788968695) | [androidJvm]
open fun [setImportantForAccessibility](index.html#655008535%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setImportantForAutofill](index.html#1017586655%2FFunctions%2F788968695) | [androidJvm]
open fun [setImportantForAutofill](index.html#1017586655%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setImportantForContentCapture](index.html#310526116%2FFunctions%2F788968695) | [androidJvm]
open fun [setImportantForContentCapture](index.html#310526116%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setKeepScreenOn](index.html#-371640785%2FFunctions%2F788968695) | [androidJvm]
open fun [setKeepScreenOn](index.html#-371640785%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setKeyboardNavigationCluster](index.html#703065190%2FFunctions%2F788968695) | [androidJvm]
open fun [setKeyboardNavigationCluster](index.html#703065190%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setLabelFor](index.html#-1571310909%2FFunctions%2F788968695) | [androidJvm]
open fun [setLabelFor](index.html#-1571310909%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setLayerPaint](index.html#762808624%2FFunctions%2F788968695) | [androidJvm]
open fun [setLayerPaint](index.html#762808624%2FFunctions%2F788968695)(p0: [Paint](https://developer.android.com/reference/kotlin/android/graphics/Paint.html)?) |
+| [setLayerType](index.html#1966391793%2FFunctions%2F788968695) | [androidJvm]
open fun [setLayerType](index.html#1966391793%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Paint](https://developer.android.com/reference/kotlin/android/graphics/Paint.html)?) |
+| [setLayoutAnimation](index.html#2082019939%2FFunctions%2F788968695) | [androidJvm]
open fun [setLayoutAnimation](index.html#2082019939%2FFunctions%2F788968695)(p0: [LayoutAnimationController](https://developer.android.com/reference/kotlin/android/view/animation/LayoutAnimationController.html)) |
+| [setLayoutAnimationListener](index.html#1399667319%2FFunctions%2F788968695) | [androidJvm]
open fun [setLayoutAnimationListener](index.html#1399667319%2FFunctions%2F788968695)(p0: [Animation.AnimationListener](https://developer.android.com/reference/kotlin/android/view/animation/Animation.AnimationListener.html)) |
+| [setLayoutDirection](index.html#704455657%2FFunctions%2F788968695) | [androidJvm]
open fun [setLayoutDirection](index.html#704455657%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setLayoutMode](index.html#-62825044%2FFunctions%2F788968695) | [androidJvm]
open fun [setLayoutMode](index.html#-62825044%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setLayoutParams](index.html#-663123446%2FFunctions%2F788968695) | [androidJvm]
open fun [setLayoutParams](index.html#-663123446%2FFunctions%2F788968695)(p0: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html)) |
+| [setLayoutTransition](index.html#-2141542636%2FFunctions%2F788968695) | [androidJvm]
open fun [setLayoutTransition](index.html#-2141542636%2FFunctions%2F788968695)(p0: [LayoutTransition](https://developer.android.com/reference/kotlin/android/animation/LayoutTransition.html)) |
+| [setLeft](index.html#-2123409103%2FFunctions%2F788968695) | [androidJvm]
fun [setLeft](index.html#-2123409103%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setLeftTopRightBottom](index.html#-1520516386%2FFunctions%2F788968695) | [androidJvm]
fun [setLeftTopRightBottom](index.html#-1520516386%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setLongClickable](index.html#-1534859425%2FFunctions%2F788968695) | [androidJvm]
open fun [setLongClickable](index.html#-1534859425%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setMeasuredDimension](index.html#1715462431%2FFunctions%2F788968695) | [androidJvm]
fun [setMeasuredDimension](index.html#1715462431%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setMeasureWithLargestChildEnabled](index.html#981181847%2FFunctions%2F788968695) | [androidJvm]
open fun [setMeasureWithLargestChildEnabled](index.html#981181847%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setMinimumHeight](index.html#195163465%2FFunctions%2F788968695) | [androidJvm]
open fun [setMinimumHeight](index.html#195163465%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setMinimumWidth](index.html#-794510272%2FFunctions%2F788968695) | [androidJvm]
open fun [setMinimumWidth](index.html#-794510272%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setMotionEventSplittingEnabled](index.html#-1922938105%2FFunctions%2F788968695) | [androidJvm]
open fun [setMotionEventSplittingEnabled](index.html#-1922938105%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setNestedScrollingEnabled](index.html#-495723012%2FFunctions%2F788968695) | [androidJvm]
open fun [setNestedScrollingEnabled](index.html#-495723012%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setNextClusterForwardId](index.html#-1553220865%2FFunctions%2F788968695) | [androidJvm]
open fun [setNextClusterForwardId](index.html#-1553220865%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setNextFocusDownId](index.html#755985628%2FFunctions%2F788968695) | [androidJvm]
open fun [setNextFocusDownId](index.html#755985628%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setNextFocusForwardId](index.html#340231005%2FFunctions%2F788968695) | [androidJvm]
open fun [setNextFocusForwardId](index.html#340231005%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setNextFocusLeftId](index.html#432315543%2FFunctions%2F788968695) | [androidJvm]
open fun [setNextFocusLeftId](index.html#432315543%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setNextFocusRightId](index.html#-793688346%2FFunctions%2F788968695) | [androidJvm]
open fun [setNextFocusRightId](index.html#-793688346%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setNextFocusUpId](index.html#-2047872509%2FFunctions%2F788968695) | [androidJvm]
open fun [setNextFocusUpId](index.html#-2047872509%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setOnApplyWindowInsetsListener](index.html#-1109899519%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnApplyWindowInsetsListener](index.html#-1109899519%2FFunctions%2F788968695)(p0: [View.OnApplyWindowInsetsListener](https://developer.android.com/reference/kotlin/android/view/View.OnApplyWindowInsetsListener.html)) |
+| [setOnCapturedPointerListener](index.html#-1285562719%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnCapturedPointerListener](index.html#-1285562719%2FFunctions%2F788968695)(p0: [View.OnCapturedPointerListener](https://developer.android.com/reference/kotlin/android/view/View.OnCapturedPointerListener.html)) |
+| [setOnClickListener](index.html#-499201406%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnClickListener](index.html#-499201406%2FFunctions%2F788968695)(p0: [View.OnClickListener](https://developer.android.com/reference/kotlin/android/view/View.OnClickListener.html)?) |
+| [setOnContextClickListener](index.html#-541107456%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnContextClickListener](index.html#-541107456%2FFunctions%2F788968695)(p0: [View.OnContextClickListener](https://developer.android.com/reference/kotlin/android/view/View.OnContextClickListener.html)?) |
+| [setOnCreateContextMenuListener](index.html#1059713729%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnCreateContextMenuListener](index.html#1059713729%2FFunctions%2F788968695)(p0: [View.OnCreateContextMenuListener](https://developer.android.com/reference/kotlin/android/view/View.OnCreateContextMenuListener.html)) |
+| [setOnDragListener](index.html#1110219021%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnDragListener](index.html#1110219021%2FFunctions%2F788968695)(p0: [View.OnDragListener](https://developer.android.com/reference/kotlin/android/view/View.OnDragListener.html)) |
+| [setOnFocusChangeListener](index.html#1191219457%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnFocusChangeListener](index.html#1191219457%2FFunctions%2F788968695)(p0: [View.OnFocusChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnFocusChangeListener.html)) |
+| [setOnGenericMotionListener](index.html#1002517409%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnGenericMotionListener](index.html#1002517409%2FFunctions%2F788968695)(p0: [View.OnGenericMotionListener](https://developer.android.com/reference/kotlin/android/view/View.OnGenericMotionListener.html)) |
+| [setOnHierarchyChangeListener](index.html#21729961%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnHierarchyChangeListener](index.html#21729961%2FFunctions%2F788968695)(p0: [ViewGroup.OnHierarchyChangeListener](https://developer.android.com/reference/kotlin/android/view/ViewGroup.OnHierarchyChangeListener.html)) |
+| [setOnHoverListener](index.html#-1137661695%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnHoverListener](index.html#-1137661695%2FFunctions%2F788968695)(p0: [View.OnHoverListener](https://developer.android.com/reference/kotlin/android/view/View.OnHoverListener.html)) |
+| [setOnKeyListener](index.html#-1790342111%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnKeyListener](index.html#-1790342111%2FFunctions%2F788968695)(p0: [View.OnKeyListener](https://developer.android.com/reference/kotlin/android/view/View.OnKeyListener.html)) |
+| [setOnLongClickListener](index.html#-38971646%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnLongClickListener](index.html#-38971646%2FFunctions%2F788968695)(p0: [View.OnLongClickListener](https://developer.android.com/reference/kotlin/android/view/View.OnLongClickListener.html)?) |
+| [setOnReceiveContentListener](index.html#139989075%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnReceiveContentListener](index.html#139989075%2FFunctions%2F788968695)(p0: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>?, p1: [OnReceiveContentListener](https://developer.android.com/reference/kotlin/android/view/OnReceiveContentListener.html)?) |
+| [setOnScrollChangeListener](index.html#-1623138117%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnScrollChangeListener](index.html#-1623138117%2FFunctions%2F788968695)(p0: [View.OnScrollChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnScrollChangeListener.html)) |
+| [setOnSystemUiVisibilityChangeListener](index.html#-73853013%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~setOnSystemUiVisibilityChangeListener~~](index.html#-73853013%2FFunctions%2F788968695)~~(~~p0: [View.OnSystemUiVisibilityChangeListener](https://developer.android.com/reference/kotlin/android/view/View.OnSystemUiVisibilityChangeListener.html)~~)~~ |
+| [setOnTouchListener](index.html#-1966760991%2FFunctions%2F788968695) | [androidJvm]
open fun [setOnTouchListener](index.html#-1966760991%2FFunctions%2F788968695)(p0: [View.OnTouchListener](https://developer.android.com/reference/kotlin/android/view/View.OnTouchListener.html)) |
+| [setOrientation](index.html#2060903417%2FFunctions%2F788968695) | [androidJvm]
open fun [setOrientation](index.html#2060903417%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setOutlineAmbientShadowColor](index.html#1695537233%2FFunctions%2F788968695) | [androidJvm]
open fun [setOutlineAmbientShadowColor](index.html#1695537233%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setOutlineProvider](index.html#-262260791%2FFunctions%2F788968695) | [androidJvm]
open fun [setOutlineProvider](index.html#-262260791%2FFunctions%2F788968695)(p0: [ViewOutlineProvider](https://developer.android.com/reference/kotlin/android/view/ViewOutlineProvider.html)) |
+| [setOutlineSpotShadowColor](index.html#-1054824999%2FFunctions%2F788968695) | [androidJvm]
open fun [setOutlineSpotShadowColor](index.html#-1054824999%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setOverScrollMode](index.html#1695224276%2FFunctions%2F788968695) | [androidJvm]
open fun [setOverScrollMode](index.html#1695224276%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setPadding](index.html#-1481565616%2FFunctions%2F788968695) | [androidJvm]
open fun [setPadding](index.html#-1481565616%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setPaddingRelative](index.html#638866748%2FFunctions%2F788968695) | [androidJvm]
open fun [setPaddingRelative](index.html#638866748%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setPersistentDrawingCache](index.html#125086622%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~setPersistentDrawingCache~~](index.html#125086622%2FFunctions%2F788968695)~~(~~p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~ |
+| [setPivotX](index.html#-1484013003%2FFunctions%2F788968695) | [androidJvm]
open fun [setPivotX](index.html#-1484013003%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setPivotY](index.html#148790996%2FFunctions%2F788968695) | [androidJvm]
open fun [setPivotY](index.html#148790996%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setPointerIcon](index.html#254751550%2FFunctions%2F788968695) | [androidJvm]
open fun [setPointerIcon](index.html#254751550%2FFunctions%2F788968695)(p0: [PointerIcon](https://developer.android.com/reference/kotlin/android/view/PointerIcon.html)) |
+| [setPressed](index.html#-802177597%2FFunctions%2F788968695) | [androidJvm]
open fun [setPressed](index.html#-802177597%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setRenderEffect](index.html#-1758486753%2FFunctions%2F788968695) | [androidJvm]
open fun [setRenderEffect](index.html#-1758486753%2FFunctions%2F788968695)(p0: [RenderEffect](https://developer.android.com/reference/kotlin/android/graphics/RenderEffect.html)?) |
+| [setRevealOnFocusHint](index.html#859799218%2FFunctions%2F788968695) | [androidJvm]
fun [setRevealOnFocusHint](index.html#859799218%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setRight](index.html#-1235315806%2FFunctions%2F788968695) | [androidJvm]
fun [setRight](index.html#-1235315806%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setRotation](index.html#-1689781043%2FFunctions%2F788968695) | [androidJvm]
open fun [setRotation](index.html#-1689781043%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setRotationX](index.html#-2069539497%2FFunctions%2F788968695) | [androidJvm]
open fun [setRotationX](index.html#-2069539497%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setRotationY](index.html#-436735498%2FFunctions%2F788968695) | [androidJvm]
open fun [setRotationY](index.html#-436735498%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setSaveEnabled](index.html#-1609991391%2FFunctions%2F788968695) | [androidJvm]
open fun [setSaveEnabled](index.html#-1609991391%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setSaveFromParentEnabled](index.html#-2049257163%2FFunctions%2F788968695) | [androidJvm]
open fun [setSaveFromParentEnabled](index.html#-2049257163%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setScaleX](index.html#-714802883%2FFunctions%2F788968695) | [androidJvm]
open fun [setScaleX](index.html#-714802883%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setScaleY](index.html#918001116%2FFunctions%2F788968695) | [androidJvm]
open fun [setScaleY](index.html#918001116%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setScreenReaderFocusable](index.html#2005516002%2FFunctions%2F788968695) | [androidJvm]
open fun [setScreenReaderFocusable](index.html#2005516002%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setScrollBarDefaultDelayBeforeFade](index.html#536424699%2FFunctions%2F788968695) | [androidJvm]
open fun [setScrollBarDefaultDelayBeforeFade](index.html#536424699%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setScrollBarFadeDuration](index.html#1763196968%2FFunctions%2F788968695) | [androidJvm]
open fun [setScrollBarFadeDuration](index.html#1763196968%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setScrollbarFadingEnabled](index.html#635555709%2FFunctions%2F788968695) | [androidJvm]
open fun [setScrollbarFadingEnabled](index.html#635555709%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setScrollBarSize](index.html#1371561911%2FFunctions%2F788968695) | [androidJvm]
open fun [setScrollBarSize](index.html#1371561911%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setScrollBarStyle](index.html#1201448749%2FFunctions%2F788968695) | [androidJvm]
open fun [setScrollBarStyle](index.html#1201448749%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setScrollCaptureCallback](index.html#-907488139%2FFunctions%2F788968695) | [androidJvm]
fun [setScrollCaptureCallback](index.html#-907488139%2FFunctions%2F788968695)(p0: [ScrollCaptureCallback](https://developer.android.com/reference/kotlin/android/view/ScrollCaptureCallback.html)?) |
+| [setScrollCaptureHint](index.html#1018629342%2FFunctions%2F788968695) | [androidJvm]
open fun [setScrollCaptureHint](index.html#1018629342%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setScrollContainer](index.html#-2006193551%2FFunctions%2F788968695) | [androidJvm]
open fun [setScrollContainer](index.html#-2006193551%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setScrollIndicators](index.html#-1146584441%2FFunctions%2F788968695) | [androidJvm]
open fun [setScrollIndicators](index.html#-1146584441%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
open fun [setScrollIndicators](index.html#-1810034570%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setScrollX](index.html#-367979661%2FFunctions%2F788968695) | [androidJvm]
open fun [setScrollX](index.html#-367979661%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setScrollY](index.html#1582320594%2FFunctions%2F788968695) | [androidJvm]
open fun [setScrollY](index.html#1582320594%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setSelected](index.html#-518181436%2FFunctions%2F788968695) | [androidJvm]
open fun [setSelected](index.html#-518181436%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setShowDividers](index.html#776147510%2FFunctions%2F788968695) | [androidJvm]
open fun [setShowDividers](index.html#776147510%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setSoundEffectsEnabled](index.html#-1769221865%2FFunctions%2F788968695) | [androidJvm]
open fun [setSoundEffectsEnabled](index.html#-1769221865%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setStateDescription](index.html#-764440396%2FFunctions%2F788968695) | [androidJvm]
open fun [setStateDescription](index.html#-764440396%2FFunctions%2F788968695)(p0: [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)?) |
+| [setStateListAnimator](index.html#263918603%2FFunctions%2F788968695) | [androidJvm]
open fun [setStateListAnimator](index.html#263918603%2FFunctions%2F788968695)(p0: [StateListAnimator](https://developer.android.com/reference/kotlin/android/animation/StateListAnimator.html)) |
+| [setStaticTransformationsEnabled](index.html#232791131%2FFunctions%2F788968695) | [androidJvm]
open fun [setStaticTransformationsEnabled](index.html#232791131%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setSystemGestureExclusionRects](index.html#727846859%2FFunctions%2F788968695) | [androidJvm]
open fun [setSystemGestureExclusionRects](index.html#727846859%2FFunctions%2F788968695)(p0: [MutableList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)<[Rect](https://developer.android.com/reference/kotlin/android/graphics/Rect.html)>) |
+| [setSystemUiVisibility](index.html#616809251%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~setSystemUiVisibility~~](index.html#616809251%2FFunctions%2F788968695)~~(~~p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~ |
+| [setTag](index.html#1626051463%2FFunctions%2F788968695) | [androidJvm]
open fun [setTag](index.html#1626051463%2FFunctions%2F788968695)(p0: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html))
open fun [setTag](index.html#1530228252%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), p1: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)) |
+| [setTextAlignment](index.html#-283894456%2FFunctions%2F788968695) | [androidJvm]
open fun [setTextAlignment](index.html#-283894456%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setTextDirection](index.html#1368912428%2FFunctions%2F788968695) | [androidJvm]
open fun [setTextDirection](index.html#1368912428%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setTooltipText](index.html#-2003358187%2FFunctions%2F788968695) | [androidJvm]
open fun [setTooltipText](index.html#-2003358187%2FFunctions%2F788968695)(p0: [CharSequence](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html)?) |
+| [setTop](index.html#-1391137143%2FFunctions%2F788968695) | [androidJvm]
fun [setTop](index.html#-1391137143%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setTouchDelegate](index.html#1799393314%2FFunctions%2F788968695) | [androidJvm]
open fun [setTouchDelegate](index.html#1799393314%2FFunctions%2F788968695)(p0: [TouchDelegate](https://developer.android.com/reference/kotlin/android/view/TouchDelegate.html)) |
+| [setTouchscreenBlocksFocus](index.html#827389049%2FFunctions%2F788968695) | [androidJvm]
open fun [setTouchscreenBlocksFocus](index.html#827389049%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setTransitionAlpha](index.html#-1633417208%2FFunctions%2F788968695) | [androidJvm]
open fun [setTransitionAlpha](index.html#-1633417208%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setTransitionGroup](index.html#-902246150%2FFunctions%2F788968695) | [androidJvm]
open fun [setTransitionGroup](index.html#-902246150%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setTransitionName](index.html#1336814474%2FFunctions%2F788968695) | [androidJvm]
fun [setTransitionName](index.html#1336814474%2FFunctions%2F788968695)(p0: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) |
+| [setTransitionVisibility](index.html#1054798065%2FFunctions%2F788968695) | [androidJvm]
open fun [setTransitionVisibility](index.html#1054798065%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setTranslationX](index.html#-722752604%2FFunctions%2F788968695) | [androidJvm]
open fun [setTranslationX](index.html#-722752604%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setTranslationY](index.html#910051395%2FFunctions%2F788968695) | [androidJvm]
open fun [setTranslationY](index.html#910051395%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setTranslationZ](index.html#-1752111902%2FFunctions%2F788968695) | [androidJvm]
open fun [setTranslationZ](index.html#-1752111902%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setVerticalFadingEdgeEnabled](index.html#1434755024%2FFunctions%2F788968695) | [androidJvm]
open fun [setVerticalFadingEdgeEnabled](index.html#1434755024%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setVerticalGravity](index.html#316977105%2FFunctions%2F788968695) | [androidJvm]
open fun [setVerticalGravity](index.html#316977105%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setVerticalScrollBarEnabled](index.html#-731861074%2FFunctions%2F788968695) | [androidJvm]
open fun [setVerticalScrollBarEnabled](index.html#-731861074%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setVerticalScrollbarPosition](index.html#1997618309%2FFunctions%2F788968695) | [androidJvm]
open fun [setVerticalScrollbarPosition](index.html#1997618309%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setVerticalScrollbarThumbDrawable](index.html#-511187305%2FFunctions%2F788968695) | [androidJvm]
open fun [setVerticalScrollbarThumbDrawable](index.html#-511187305%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)?) |
+| [setVerticalScrollbarTrackDrawable](index.html#2082683788%2FFunctions%2F788968695) | [androidJvm]
open fun [setVerticalScrollbarTrackDrawable](index.html#2082683788%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)?) |
+| [setViewTranslationCallback](index.html#-1312763675%2FFunctions%2F788968695) | [androidJvm]
open fun [setViewTranslationCallback](index.html#-1312763675%2FFunctions%2F788968695)(p0: [ViewTranslationCallback](https://developer.android.com/reference/kotlin/android/view/translation/ViewTranslationCallback.html)) |
+| [setVisibility](index.html#-2084024186%2FFunctions%2F788968695) | [androidJvm]
open fun [setVisibility](index.html#-2084024186%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
+| [setWeightSum](index.html#397498281%2FFunctions%2F788968695) | [androidJvm]
open fun [setWeightSum](index.html#397498281%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setWillNotCacheDrawing](index.html#900661896%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~setWillNotCacheDrawing~~](index.html#900661896%2FFunctions%2F788968695)~~(~~p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)~~)~~ |
+| [setWillNotDraw](index.html#-2110348160%2FFunctions%2F788968695) | [androidJvm]
open fun [setWillNotDraw](index.html#-2110348160%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [setWindowInsetsAnimationCallback](index.html#1524583132%2FFunctions%2F788968695) | [androidJvm]
open override fun [setWindowInsetsAnimationCallback](index.html#1524583132%2FFunctions%2F788968695)(p0: [WindowInsetsAnimation.Callback](https://developer.android.com/reference/kotlin/android/view/WindowInsetsAnimation.Callback.html)?) |
+| [setX](index.html#-866321607%2FFunctions%2F788968695) | [androidJvm]
open fun [setX](index.html#-866321607%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setY](index.html#766482392%2FFunctions%2F788968695) | [androidJvm]
open fun [setY](index.html#766482392%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [setZ](index.html#-1895680905%2FFunctions%2F788968695) | [androidJvm]
open fun [setZ](index.html#-1895680905%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)) |
+| [shouldDelayChildPressedState](index.html#616188078%2FFunctions%2F788968695) | [androidJvm]
open override fun [shouldDelayChildPressedState](index.html#616188078%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [showContextMenu](index.html#-1998711701%2FFunctions%2F788968695) | [androidJvm]
open fun [showContextMenu](index.html#-1998711701%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [showContextMenu](index.html#-2057228908%2FFunctions%2F788968695)(p0: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [showContextMenuForChild](index.html#-1551148838%2FFunctions%2F788968695) | [androidJvm]
open override fun [showContextMenuForChild](index.html#-1551148838%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open override fun [showContextMenuForChild](index.html#488908378%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), p2: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [startActionMode](index.html#-214132815%2FFunctions%2F788968695) | [androidJvm]
open fun [startActionMode](index.html#-214132815%2FFunctions%2F788968695)(p0: [ActionMode.Callback](https://developer.android.com/reference/kotlin/android/view/ActionMode.Callback.html)): [ActionMode](https://developer.android.com/reference/kotlin/android/view/ActionMode.html)
open fun [startActionMode](index.html#1841233164%2FFunctions%2F788968695)(p0: [ActionMode.Callback](https://developer.android.com/reference/kotlin/android/view/ActionMode.Callback.html), p1: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [ActionMode](https://developer.android.com/reference/kotlin/android/view/ActionMode.html) |
+| [startActionModeForChild](index.html#-1457767253%2FFunctions%2F788968695) | [androidJvm]
open override fun [startActionModeForChild](index.html#-1457767253%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [ActionMode.Callback](https://developer.android.com/reference/kotlin/android/view/ActionMode.Callback.html)): [ActionMode](https://developer.android.com/reference/kotlin/android/view/ActionMode.html)
open override fun [startActionModeForChild](index.html#-135505966%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [ActionMode.Callback](https://developer.android.com/reference/kotlin/android/view/ActionMode.Callback.html), p2: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [ActionMode](https://developer.android.com/reference/kotlin/android/view/ActionMode.html) |
+| [startAnimation](index.html#-666647668%2FFunctions%2F788968695) | [androidJvm]
open fun [startAnimation](index.html#-666647668%2FFunctions%2F788968695)(p0: [Animation](https://developer.android.com/reference/kotlin/android/view/animation/Animation.html)) |
+| [startDrag](index.html#2114721008%2FFunctions%2F788968695) | [androidJvm]
~~fun~~ [~~startDrag~~](index.html#2114721008%2FFunctions%2F788968695)~~(~~p0: [ClipData](https://developer.android.com/reference/kotlin/android/content/ClipData.html), p1: [View.DragShadowBuilder](https://developer.android.com/reference/kotlin/android/view/View.DragShadowBuilder.html), p2: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [startDragAndDrop](index.html#245838264%2FFunctions%2F788968695) | [androidJvm]
fun [startDragAndDrop](index.html#245838264%2FFunctions%2F788968695)(p0: [ClipData](https://developer.android.com/reference/kotlin/android/content/ClipData.html), p1: [View.DragShadowBuilder](https://developer.android.com/reference/kotlin/android/view/View.DragShadowBuilder.html), p2: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), p3: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [startLayoutAnimation](index.html#-2024330459%2FFunctions%2F788968695) | [androidJvm]
open fun [startLayoutAnimation](index.html#-2024330459%2FFunctions%2F788968695)() |
+| [startNestedScroll](index.html#1247036596%2FFunctions%2F788968695) | [androidJvm]
open fun [startNestedScroll](index.html#1247036596%2FFunctions%2F788968695)(p0: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [startViewTransition](index.html#69946450%2FFunctions%2F788968695) | [androidJvm]
open fun [startViewTransition](index.html#69946450%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html)) |
+| [stopNestedScroll](index.html#1585642136%2FFunctions%2F788968695) | [androidJvm]
open fun [stopNestedScroll](index.html#1585642136%2FFunctions%2F788968695)() |
+| [suppressLayout](index.html#75877443%2FFunctions%2F788968695) | [androidJvm]
open fun [suppressLayout](index.html#75877443%2FFunctions%2F788968695)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) |
+| [toString](index.html#-1128134734%2FFunctions%2F788968695) | [androidJvm]
open override fun [toString](index.html#-1128134734%2FFunctions%2F788968695)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [transformMatrixToGlobal](index.html#-1622492244%2FFunctions%2F788968695) | [androidJvm]
open fun [transformMatrixToGlobal](index.html#-1622492244%2FFunctions%2F788968695)(p0: [Matrix](https://developer.android.com/reference/kotlin/android/graphics/Matrix.html)) |
+| [transformMatrixToLocal](index.html#-2061013374%2FFunctions%2F788968695) | [androidJvm]
open fun [transformMatrixToLocal](index.html#-2061013374%2FFunctions%2F788968695)(p0: [Matrix](https://developer.android.com/reference/kotlin/android/graphics/Matrix.html)) |
+| [unscheduleDrawable](index.html#691682534%2FFunctions%2F788968695) | [androidJvm]
open fun [unscheduleDrawable](index.html#691682534%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html))
open override fun [unscheduleDrawable](index.html#241041608%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html), p1: [Runnable](https://developer.android.com/reference/kotlin/java/lang/Runnable.html)) |
+| [updateDragShadow](index.html#696273689%2FFunctions%2F788968695) | [androidJvm]
fun [updateDragShadow](index.html#696273689%2FFunctions%2F788968695)(p0: [View.DragShadowBuilder](https://developer.android.com/reference/kotlin/android/view/View.DragShadowBuilder.html)) |
+| [updateOrder](update-order.html) | [androidJvm]
open fun [updateOrder](update-order.html)()
Call this method to check for order updates. Typically called in onResume when users return to the app. |
+| [updateViewLayout](index.html#46968227%2FFunctions%2F788968695) | [androidJvm]
open override fun [updateViewLayout](index.html#46968227%2FFunctions%2F788968695)(p0: [View](https://developer.android.com/reference/kotlin/android/view/View.html), p1: [ViewGroup.LayoutParams](https://developer.android.com/reference/kotlin/android/view/ViewGroup.LayoutParams.html)) |
+| [verifyDrawable](index.html#2146991229%2FFunctions%2F788968695) | [androidJvm]
open fun [verifyDrawable](index.html#2146991229%2FFunctions%2F788968695)(p0: [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [willNotCacheDrawing](index.html#-1681955745%2FFunctions%2F788968695) | [androidJvm]
~~open~~ ~~fun~~ [~~willNotCacheDrawing~~](index.html#-1681955745%2FFunctions%2F788968695)~~(~~~~)~~~~:~~ [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [willNotDraw](index.html#-691997609%2FFunctions%2F788968695) | [androidJvm]
open fun [willNotDraw](index.html#-691997609%2FFunctions%2F788968695)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+
+
+## Properties
-## Properties
-
-| Name | Summary |
+| Name | Summary |
|---|---|
-| [buttonLabel](button-label.md)| [androidJvm] open var [buttonLabel](button-label.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?Changes the text that is shown inside payment button.
|
-| [delegate](delegate.md)| [androidJvm] open var [delegate](delegate.md): [TezroPayButton.TezroPayButtonDelegate](-tezro-pay-button-delegate/index.md)? = nullA listener that receives multiple events and states from this View.
|
-| [isAutomaticRedirectEnabled](is-automatic-redirect-enabled.md)| [androidJvm] open var [isAutomaticRedirectEnabled](is-automatic-redirect-enabled.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = trueIf set to false, users will have to click again on the button in order to be redirect to Tezro for payment process.
|
-| [isQRCodeEnabled](is-q-r-code-enabled.md)| [androidJvm] open var [isQRCodeEnabled](is-q-r-code-enabled.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = trueIf set to false, QR code root will no longer be visible, this means that only the button will be displayed.
|
-| [isSilentUpdate](is-silent-update.md)| [androidJvm] open var [isSilentUpdate](is-silent-update.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = trueIf set to false, updates will be visible to the user.
|
-| [order](order.md)| [androidJvm] open var [order](order.md): Order? = nullIf you already have an order object then there is no need to create one.
|
-| [paymentQRLabel](payment-q-r-label.md)| [androidJvm] open var [paymentQRLabel](payment-q-r-label.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?Changes the text that is shown above payment QR code.
|
+| [buttonLabel](button-label.html) | [androidJvm]
open var [buttonLabel](button-label.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
Changes the text that is shown inside payment button. It is recommended to show the price and the currency here. |
+| [delegate](delegate.html) | [androidJvm]
open var [delegate](delegate.html): [TezroPayButton.TezroPayButtonDelegate](-tezro-pay-button-delegate/index.html)? = null
A listener that receives multiple events and states from this View. it can be implemented by your activity or fragment, or using anonymous expressions. |
+| [isAutomaticRedirectEnabled](is-automatic-redirect-enabled.html) | [androidJvm]
open var [isAutomaticRedirectEnabled](is-automatic-redirect-enabled.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = true
If set to false, users will have to click again on the button in order to be redirect to Tezro for payment process. |
+| [isQRCodeEnabled](is-q-r-code-enabled.html) | [androidJvm]
open var [isQRCodeEnabled](is-q-r-code-enabled.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = true
If set to false, QR code root will no longer be visible, this means that only the button will be displayed. |
+| [isSilentUpdate](is-silent-update.html) | [androidJvm]
open var [isSilentUpdate](is-silent-update.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = true
If set to false, updates will be visible to the user. Which means updateOrder method will show progressBars and will disable the pay button. |
+| [order](order.html) | [androidJvm]
open var [order](order.html): Order? = null
If you already have an order object then there is no need to create one. Use this setter to handle payment for a specific order. This will update QR and the behaviour of the button. |
+| [paymentQRLabel](payment-q-r-label.html) | [androidJvm]
open var [paymentQRLabel](payment-q-r-label.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
Changes the text that is shown above payment QR code. It is recommended to show the default text. |
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/init-order.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/init-order.md
index 9fe469c..48a0225 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/init-order.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/init-order.md
@@ -1,64 +1,69 @@
---
-title: initOrder -
+title: initOrder
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.views](../index.md)/[TezroPayButton](index.md)/[initOrder](init-order.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.views](../index.html)/[TezroPayButton](index.html)/[initOrder](init-order.html)
-# initOrder
-[androidJvm]
-Content
-open fun [initOrder](init-order.md)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), amount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), currency: Order.Currency, confirmAmountUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), expiryDate: [Date](https://developer.android.com/reference/kotlin/java/util/Date.html) = Date(), photos: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>? = null, attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)? = null)
-More info
+# initOrder
+
+
+
+[androidJvm]\
+open fun [initOrder](init-order.html)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), amount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), currency: Order.Currency, confirmAmountUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), expiryDate: [Date](https://developer.android.com/reference/kotlin/java/util/Date.html) = Date(), photos: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>? = null, attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<Attribute>? = null)
+
Creates a new order with the provided data and proceeds the user to Tezro for payment.
-#### Return
+#### Return
+
Detailed information about the created order
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| com.tezro.api.shop.model.orders.Order.Status| |
-| com.tezro.api.shop.model.orders.Order.Currency| |
-| com.tezro.api.shop.model.common.Attribute| |
-| com.tezro.api.shop.model.orders.Order| |
-
+| com.tezro.api.shop.model.orders.Order.Status | |
+| com.tezro.api.shop.model.orders.Order.Currency | |
+| com.tezro.api.shop.model.common.Attribute | |
+| com.tezro.api.shop.model.orders.Order | |
+
-## Parameters
-
-androidJvm
-
+## Parameters
+
+
+androidJvm
+
| | |
|---|---|
-| orderId|
The created order will have this value as internalId. It must be unique and length must be in a range of 1 to 20 symbols
|
-| name|
Name of the order product or products
|
-| amount|
The amount that should be payed by the customer
|
-| currency|
The currency that will be accepted for payment
|
-| confirmAmountUrl|
Used for confirming order's amount and payment status. This must be a valid url. Protocol is required (only http or https)
|
-| expiryDate|
The date when this order will be no longer valid. Date must be later than current time + 1 min and earlier than current time + 24 hours. If you don't provide a date, it will be by default 1 hour since creation
|
-| photos|
List of photo urls of ordered products
|
-| attributes|
List of attributes about the order
|
-
-
-
-#### Throws
-
+| orderId | The created order will have this value as internalId. It must be unique and length must be in a range of 1 to 20 symbols |
+| name | Name of the order product or products |
+| amount | The amount that should be payed by the customer |
+| currency | The currency that will be accepted for payment |
+| confirmAmountUrl | Used for confirming order's amount and payment status. This must be a valid url. Protocol is required (only http or https) |
+| expiryDate | The date when this order will be no longer valid. Date must be later than current time + 1 min and earlier than current time + 24 hours. If you don't provide a date, it will be by default 1 hour since creation |
+| photos | List of photo urls of ordered products |
+| attributes | List of attributes about the order |
+
+
+
+## Throws
+
+
| | |
|---|---|
-| [kotlin.IllegalStateException](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-illegal-state-exception/index.html)|
if the init method was not called
|
-
+| [kotlin.IllegalStateException](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-illegal-state-exception/index.html) | if the init method was not called |
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-automatic-redirect-enabled.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-automatic-redirect-enabled.md
index b0fb97f..53e189b 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-automatic-redirect-enabled.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-automatic-redirect-enabled.md
@@ -1,15 +1,17 @@
---
-title: isAutomaticRedirectEnabled -
+title: isAutomaticRedirectEnabled
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.views](../index.md)/[TezroPayButton](index.md)/[isAutomaticRedirectEnabled](is-automatic-redirect-enabled.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.views](../index.html)/[TezroPayButton](index.html)/[isAutomaticRedirectEnabled](is-automatic-redirect-enabled.html)
-# isAutomaticRedirectEnabled
-[androidJvm]
-Content
-open var [isAutomaticRedirectEnabled](is-automatic-redirect-enabled.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = true
-More info
+# isAutomaticRedirectEnabled
+
+
+
+[androidJvm]\
+open var [isAutomaticRedirectEnabled](is-automatic-redirect-enabled.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = true
+
If set to false, users will have to click again on the button in order to be redirect to Tezro for payment process.
@@ -22,7 +24,6 @@ Be careful, users might think that your app is lagging if they click the first t
Hint Example: The initial text of the button will be click to pay, when order is loaded, the text changes to the price and the currency. Users will notice that and click again to pay this sum.
-
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-q-r-code-enabled.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-q-r-code-enabled.md
index 7b07638..d1cf38e 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-q-r-code-enabled.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-q-r-code-enabled.md
@@ -1,20 +1,21 @@
---
-title: isQRCodeEnabled -
+title: isQRCodeEnabled
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.views](../index.md)/[TezroPayButton](index.md)/[isQRCodeEnabled](is-q-r-code-enabled.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.views](../index.html)/[TezroPayButton](index.html)/[isQRCodeEnabled](is-q-r-code-enabled.html)
-# isQRCodeEnabled
-[androidJvm]
-Content
-open var [isQRCodeEnabled](is-q-r-code-enabled.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = true
-More info
+# isQRCodeEnabled
+
+
+
+[androidJvm]\
+open var [isQRCodeEnabled](is-q-r-code-enabled.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = true
+
If set to false, QR code root will no longer be visible, this means that only the button will be displayed.
-
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-silent-update.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-silent-update.md
index e20dbbe..f3bbae0 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-silent-update.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-silent-update.md
@@ -1,15 +1,17 @@
---
-title: isSilentUpdate -
+title: isSilentUpdate
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.views](../index.md)/[TezroPayButton](index.md)/[isSilentUpdate](is-silent-update.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.views](../index.html)/[TezroPayButton](index.html)/[isSilentUpdate](is-silent-update.html)
-# isSilentUpdate
-[androidJvm]
-Content
-open var [isSilentUpdate](is-silent-update.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = true
-More info
+# isSilentUpdate
+
+
+
+[androidJvm]\
+open var [isSilentUpdate](is-silent-update.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = true
+
If set to false, updates will be visible to the user. Which means updateOrder method will show progressBars and will disable the pay button.
@@ -20,15 +22,15 @@ Be careful, if this flag is set to false, onLoadingStart and onLoadingEnd will b
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| com.tezro.api.shop.widget.views.TezroPayButton| |
-
-
+| com.tezro.api.shop.widget.views.TezroPayButton | |
+
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/order.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/order.md
index 6f759af..15b8c26 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/order.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/order.md
@@ -1,30 +1,32 @@
---
-title: order -
+title: order
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.views](../index.md)/[TezroPayButton](index.md)/[order](order.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.views](../index.html)/[TezroPayButton](index.html)/[order](order.html)
-# order
-[androidJvm]
-Content
-open var [order](order.md): Order? = null
-More info
+# order
+
+
+
+[androidJvm]\
+open var [order](order.html): Order? = null
+
If you already have an order object then there is no need to create one. Use this setter to handle payment for a specific order. This will update QR and the behaviour of the button.
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| com.tezro.api.shop.model.orders.Order| |
-
-
+| com.tezro.api.shop.model.orders.Order | |
+
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/payment-q-r-label.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/payment-q-r-label.md
index 4d085d7..3d6cfbd 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/payment-q-r-label.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/payment-q-r-label.md
@@ -1,30 +1,32 @@
---
-title: paymentQRLabel -
+title: paymentQRLabel
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.views](../index.md)/[TezroPayButton](index.md)/[paymentQRLabel](payment-q-r-label.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.views](../index.html)/[TezroPayButton](index.html)/[paymentQRLabel](payment-q-r-label.html)
-# paymentQRLabel
-[androidJvm]
-Content
-open var [paymentQRLabel](payment-q-r-label.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-More info
+# paymentQRLabel
+
+
+
+[androidJvm]\
+open var [paymentQRLabel](payment-q-r-label.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+
Changes the text that is shown above payment QR code. It is recommended to show the default text.
-## See also
-
-androidJvm
-
+## See also
+
+
+androidJvm
+
| | |
|---|---|
-| com.tezro.api.shop.model.orders.Order| |
-
-
+| com.tezro.api.shop.model.orders.Order | |
+
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/update-order.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/update-order.md
index e9e1d3f..977b7cc 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/update-order.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/update-order.md
@@ -1,15 +1,17 @@
---
-title: updateOrder -
+title: updateOrder
---
-//[shop-android-widget](../../../index.md)/[com.tezro.api.shop.widget.views](../index.md)/[TezroPayButton](index.md)/[updateOrder](update-order.md)
+//[shop-android-widget](../../../index.html)/[com.tezro.api.shop.widget.views](../index.html)/[TezroPayButton](index.html)/[updateOrder](update-order.html)
-# updateOrder
-[androidJvm]
-Content
-open fun [updateOrder](update-order.md)()
-More info
+# updateOrder
+
+
+
+[androidJvm]\
+open fun [updateOrder](update-order.html)()
+
Call this method to check for order updates. Typically called in onResume when users return to the app.
@@ -18,7 +20,6 @@ Call this method to check for order updates. Typically called in onResume when u
It will use the data of the loaded order to request updates, which means if an order is not loaded yet, this method will do nothing.
-
diff --git a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/index.md b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/index.md
index 405a399..31d8796 100644
--- a/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/index.md
+++ b/docs/shop-android-widget/shop-android-widget/com.tezro.api.shop.widget.views/index.md
@@ -1,16 +1,18 @@
---
-title: com.tezro.api.shop.widget.views -
+title: com.tezro.api.shop.widget.views
---
-//[shop-android-widget](../../index.md)/[com.tezro.api.shop.widget.views](index.md)
+//[shop-android-widget](../../index.html)/[com.tezro.api.shop.widget.views](index.html)
-# Package com.tezro.api.shop.widget.views
+# Package com.tezro.api.shop.widget.views
-## Types
-
-| Name | Summary |
+
+## Types
+
+
+| Name | Summary |
|---|---|
-| [TezroPayButton](-tezro-pay-button/index.md)| [androidJvm]
Content
open class [TezroPayButton](-tezro-pay-button/index.md)(**context**: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), **attributeSet**: [AttributeSet](https://developer.android.com/reference/kotlin/android/util/AttributeSet.html)) : [LinearLayout](https://developer.android.com/reference/kotlin/android/widget/LinearLayout.html)
More info
A custom view that is used to proceed users to Tezro to pay for orders.
|
+| [TezroPayButton](-tezro-pay-button/index.html) | [androidJvm]
open class [TezroPayButton](-tezro-pay-button/index.html)(context: [Context](https://developer.android.com/reference/kotlin/android/content/Context.html), attributeSet: [AttributeSet](https://developer.android.com/reference/kotlin/android/util/AttributeSet.html)) : [LinearLayout](https://developer.android.com/reference/kotlin/android/widget/LinearLayout.html)
A custom view that is used to proceed users to Tezro to pay for orders. |
diff --git a/docs/shop-android-widget/shop-android-widget/package-list b/docs/shop-android-widget/shop-android-widget/package-list
index 0e445f7..4cc8206 100644
--- a/docs/shop-android-widget/shop-android-widget/package-list
+++ b/docs/shop-android-widget/shop-android-widget/package-list
@@ -1,30 +1,30 @@
$dokka.format:jekyll-v1
-$dokka.linkExtension:md
-$dokka.location:com.tezro.api.shop.widget.core////PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/index.md
-$dokka.location:com.tezro.api.shop.widget.core/PaymentHelper///PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/index.md
-$dokka.location:com.tezro.api.shop.widget.core/PaymentHelper/requestPaymentByLink/#android.content.Context#kotlin.String/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/request-payment-by-link.md
-$dokka.location:com.tezro.api.shop.widget.core/PaymentHelper/requestPaymentByOrder/#android.content.Context#com.tezro.api.shop.model.orders.Order/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/request-payment-by-order.md
-$dokka.location:com.tezro.api.shop.widget.core/ShopWidget///PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/index.md
-$dokka.location:com.tezro.api.shop.widget.core/ShopWidget/createOrder/#kotlin.String#kotlin.String#kotlin.String#com.tezro.api.shop.model.orders.Order.Currency#kotlin.String#java.util.Date#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[com.tezro.api.shop.model.common.Attribute]?/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/create-order.md
-$dokka.location:com.tezro.api.shop.widget.core/ShopWidget/getOrder/#kotlin.String/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/get-order.md
-$dokka.location:com.tezro.api.shop.widget.core/ShopWidget/init/#kotlin.String#kotlin.Boolean/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/init.md
-$dokka.location:com.tezro.api.shop.widget.views////PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/index.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton.TezroPayButtonDelegate///PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/index.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton.TezroPayButtonDelegate/onLoadingOrderError/#com.tezro.api.shop.model.common.Error/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-loading-order-error.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton.TezroPayButtonDelegate/onLoadingOrderStart/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-loading-order-start.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton.TezroPayButtonDelegate/onNewOrderDataLoaded/#com.tezro.api.shop.model.orders.Order/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-new-order-data-loaded.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton.TezroPayButtonDelegate/onRequestOrderInit/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-request-order-init.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton///PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/index.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/TezroPayButton/#android.content.Context#android.util.AttributeSet/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/buttonLabel/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/button-label.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/delegate/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/delegate.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/initOrder/#kotlin.String#kotlin.String#kotlin.String#com.tezro.api.shop.model.orders.Order.Currency#kotlin.String#java.util.Date#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[com.tezro.api.shop.model.common.Attribute]?/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/init-order.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/isAutomaticRedirectEnabled/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-automatic-redirect-enabled.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/isQRCodeEnabled/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-q-r-code-enabled.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/isSilentUpdate/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-silent-update.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/order/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/order.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/paymentQRLabel/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/payment-q-r-label.md
-$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/updateOrder/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/update-order.md
+$dokka.linkExtension:html
+$dokka.location:com.tezro.api.shop.widget.core////PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/index.html
+$dokka.location:com.tezro.api.shop.widget.core/PaymentHelper///PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/index.html
+$dokka.location:com.tezro.api.shop.widget.core/PaymentHelper/requestPaymentByLink/#android.content.Context#kotlin.String/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/request-payment-by-link.html
+$dokka.location:com.tezro.api.shop.widget.core/PaymentHelper/requestPaymentByOrder/#android.content.Context#com.tezro.api.shop.model.orders.Order/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-payment-helper/request-payment-by-order.html
+$dokka.location:com.tezro.api.shop.widget.core/ShopWidget///PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/index.html
+$dokka.location:com.tezro.api.shop.widget.core/ShopWidget/createOrder/#kotlin.String#kotlin.String#kotlin.String#com.tezro.api.shop.model.orders.Order.Currency#kotlin.String#java.util.Date#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[com.tezro.api.shop.model.common.Attribute]?/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/create-order.html
+$dokka.location:com.tezro.api.shop.widget.core/ShopWidget/getOrder/#kotlin.String/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/get-order.html
+$dokka.location:com.tezro.api.shop.widget.core/ShopWidget/init/#kotlin.String#kotlin.Boolean/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.core/-shop-widget/init.html
+$dokka.location:com.tezro.api.shop.widget.views////PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/index.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton.TezroPayButtonDelegate///PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/index.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton.TezroPayButtonDelegate/onLoadingOrderError/#com.tezro.api.shop.model.common.Error/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-loading-order-error.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton.TezroPayButtonDelegate/onLoadingOrderStart/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-loading-order-start.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton.TezroPayButtonDelegate/onNewOrderDataLoaded/#com.tezro.api.shop.model.orders.Order/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-new-order-data-loaded.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton.TezroPayButtonDelegate/onRequestOrderInit/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button-delegate/on-request-order-init.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton///PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/index.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/TezroPayButton/#android.content.Context#android.util.AttributeSet/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/-tezro-pay-button.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/buttonLabel/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/button-label.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/delegate/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/delegate.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/initOrder/#kotlin.String#kotlin.String#kotlin.String#com.tezro.api.shop.model.orders.Order.Currency#kotlin.String#java.util.Date#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[com.tezro.api.shop.model.common.Attribute]?/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/init-order.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/isAutomaticRedirectEnabled/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-automatic-redirect-enabled.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/isQRCodeEnabled/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-q-r-code-enabled.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/isSilentUpdate/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/is-silent-update.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/order/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/order.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/paymentQRLabel/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/payment-q-r-label.html
+$dokka.location:com.tezro.api.shop.widget.views/TezroPayButton/updateOrder/#/PointingToDeclaration/shop-android-widget/com.tezro.api.shop.widget.views/-tezro-pay-button/update-order.html
com.tezro.api.shop.widget.core
com.tezro.api.shop.widget.views
diff --git a/docs/shop/index.md b/docs/shop/index.md
index 639286f..13f72f3 100644
--- a/docs/shop/index.md
+++ b/docs/shop/index.md
@@ -1,24 +1,27 @@
---
-title: shop -
+title: shop
---
-//[shop](index.md)
+//[shop](index.html)
-# shop
+# shop
-## Packages
-
-| Name |
+
+## Packages
+
+
+| Name |
|---|
-| [com.tezro.api.core.client.requests](shop/com.tezro.api.core.client.requests/index.md)|
-| [com.tezro.api.shop.client.core.cryption](shop/com.tezro.api.shop.client.core.cryption/index.md)|
-| [com.tezro.api.shop.client.core.service](shop/com.tezro.api.shop.client.core.service/index.md)|
-| [com.tezro.api.shop.model.common](shop/com.tezro.api.shop.model.common/index.md)|
-| [com.tezro.api.shop.model.messages](shop/com.tezro.api.shop.model.messages/index.md)|
-| [com.tezro.api.shop.model.orders](shop/com.tezro.api.shop.model.orders/index.md)|
-| [com.tezro.api.shop.model.orders.address](shop/com.tezro.api.shop.model.orders.address/index.md)|
-| [com.tezro.api.shop.providers](shop/com.tezro.api.shop.providers/index.md)|
-| [com.tezro.api.shop.service](shop/com.tezro.api.shop.service/index.md)|
+| [com.tezro.api.shop.client.core.client.requests](shop/com.tezro.api.shop.client.core.client.requests/index.html) |
+| [com.tezro.api.shop.client.core.cryption](shop/com.tezro.api.shop.client.core.cryption/index.html) |
+| [com.tezro.api.shop.client.core.service](shop/com.tezro.api.shop.client.core.service/index.html) |
+| [com.tezro.api.shop.client.data.common](shop/com.tezro.api.shop.client.data.common/index.html) |
+| [com.tezro.api.shop.model.common](shop/com.tezro.api.shop.model.common/index.html) |
+| [com.tezro.api.shop.model.messages](shop/com.tezro.api.shop.model.messages/index.html) |
+| [com.tezro.api.shop.model.orders](shop/com.tezro.api.shop.model.orders/index.html) |
+| [com.tezro.api.shop.model.orders.address](shop/com.tezro.api.shop.model.orders.address/index.html) |
+| [com.tezro.api.shop.providers](shop/com.tezro.api.shop.providers/index.html) |
+| [com.tezro.api.shop.service](shop/com.tezro.api.shop.service/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/index.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/index.md
new file mode 100644
index 0000000..9c30387
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/index.md
@@ -0,0 +1,34 @@
+---
+title: IRequestDelegate
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[IRequestDelegate](index.html)
+
+
+
+# IRequestDelegate
+
+
+
+[jvm]\
+interface [IRequestDelegate](index.html)<[T](index.html), [R](index.html)>
+
+
+
+## Functions
+
+
+| Name | Summary |
+|---|---|
+| [notifyError](notify-error.html) | [jvm]
abstract fun [notifyError](notify-error.html)(error: [R](index.html)) |
+| [notifySuccess](notify-success.html) | [jvm]
abstract fun [notifySuccess](notify-success.html)(response: [T](index.html)) |
+| [setCancelBlock](set-cancel-block.html) | [jvm]
abstract fun [setCancelBlock](set-cancel-block.html)(cancelBlock: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [IRequestDelegate](index.html)<[T](index.html), [R](index.html)> |
+| [setEnqueueBlock](set-enqueue-block.html) | [jvm]
abstract fun [setEnqueueBlock](set-enqueue-block.html)(enqueueBlock: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [IRequestDelegate](index.html)<[T](index.html), [R](index.html)> |
+
+
+## Inheritors
+
+
+| Name |
+|---|
+| [Request](../-request/index.html) |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/notify-error.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/notify-error.md
new file mode 100644
index 0000000..55e27db
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/notify-error.md
@@ -0,0 +1,17 @@
+---
+title: notifyError
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[IRequestDelegate](index.html)/[notifyError](notify-error.html)
+
+
+
+# notifyError
+
+
+
+[jvm]\
+abstract fun [notifyError](notify-error.html)(error: [R](index.html))
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/notify-success.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/notify-success.md
new file mode 100644
index 0000000..c4f7608
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/notify-success.md
@@ -0,0 +1,17 @@
+---
+title: notifySuccess
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[IRequestDelegate](index.html)/[notifySuccess](notify-success.html)
+
+
+
+# notifySuccess
+
+
+
+[jvm]\
+abstract fun [notifySuccess](notify-success.html)(response: [T](index.html))
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/set-cancel-block.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/set-cancel-block.md
new file mode 100644
index 0000000..8367ee7
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/set-cancel-block.md
@@ -0,0 +1,17 @@
+---
+title: setCancelBlock
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[IRequestDelegate](index.html)/[setCancelBlock](set-cancel-block.html)
+
+
+
+# setCancelBlock
+
+
+
+[jvm]\
+abstract fun [setCancelBlock](set-cancel-block.html)(cancelBlock: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [IRequestDelegate](index.html)<[T](index.html), [R](index.html)>
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/set-enqueue-block.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/set-enqueue-block.md
new file mode 100644
index 0000000..e87f6f7
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/set-enqueue-block.md
@@ -0,0 +1,17 @@
+---
+title: setEnqueueBlock
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[IRequestDelegate](index.html)/[setEnqueueBlock](set-enqueue-block.html)
+
+
+
+# setEnqueueBlock
+
+
+
+[jvm]\
+abstract fun [setEnqueueBlock](set-enqueue-block.html)(enqueueBlock: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [IRequestDelegate](index.html)<[T](index.html), [R](index.html)>
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/cancel.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/cancel.md
new file mode 100644
index 0000000..3ad48f4
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/cancel.md
@@ -0,0 +1,21 @@
+---
+title: cancel
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[IRequest](index.html)/[cancel](cancel.html)
+
+
+
+# cancel
+
+
+
+[jvm]\
+abstract fun [cancel](cancel.html)()
+
+
+
+Cancels the current request and removes it from requests queue.
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/enqueue.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/enqueue.md
new file mode 100644
index 0000000..dc1fb1b
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/enqueue.md
@@ -0,0 +1,21 @@
+---
+title: enqueue
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[IRequest](index.html)/[enqueue](enqueue.html)
+
+
+
+# enqueue
+
+
+
+[jvm]\
+abstract fun [enqueue](enqueue.html)()
+
+
+
+Enqueues the current request in the requests queue to be executed.
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/index.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/index.md
new file mode 100644
index 0000000..efbb693
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/index.md
@@ -0,0 +1,48 @@
+---
+title: IRequest
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[IRequest](index.html)
+
+
+
+# IRequest
+
+
+
+[jvm]\
+interface [IRequest](index.html)<[T](index.html), [R](index.html)>
+
+Delegate of the a request.
+
+
+
+## See also
+
+
+jvm
+
+| | |
+|---|---|
+| [com.tezro.api.shop.client.core.client.requests.IRequest](enqueue.html) | |
+| [kotlin.Error](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-error/index.html) | |
+
+
+
+## Functions
+
+
+| Name | Summary |
+|---|---|
+| [cancel](cancel.html) | [jvm]
abstract fun [cancel](cancel.html)()
Cancels the current request and removes it from requests queue. |
+| [enqueue](enqueue.html) | [jvm]
abstract fun [enqueue](enqueue.html)()
Enqueues the current request in the requests queue to be executed. |
+| [setErrorListener](set-error-listener.html) | [jvm]
abstract fun [setErrorListener](set-error-listener.html)(errorListener: ([R](index.html)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?): [IRequest](index.html)<[T](index.html), [R](index.html)>
Sets the current listener that will be invoked in case of an error. |
+| [setSuccessListener](set-success-listener.html) | [jvm]
abstract fun [setSuccessListener](set-success-listener.html)(successListener: ([T](index.html)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?): [IRequest](index.html)<[T](index.html), [R](index.html)>
Sets the current listener that will be invoked in case of a successful request. |
+
+
+## Inheritors
+
+
+| Name |
+|---|
+| [Request](../-request/index.html) |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/set-error-listener.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/set-error-listener.md
new file mode 100644
index 0000000..5e9bbf2
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/set-error-listener.md
@@ -0,0 +1,43 @@
+---
+title: setErrorListener
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[IRequest](index.html)/[setErrorListener](set-error-listener.html)
+
+
+
+# setErrorListener
+
+
+
+[jvm]\
+abstract fun [setErrorListener](set-error-listener.html)(errorListener: ([R](index.html)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?): [IRequest](index.html)<[T](index.html), [R](index.html)>
+
+
+
+Sets the current listener that will be invoked in case of an error.
+
+
+
+## See also
+
+
+jvm
+
+| | |
+|---|---|
+| [kotlin.Error](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-error/index.html) | |
+
+
+
+## Parameters
+
+
+jvm
+
+| | |
+|---|---|
+| errorListener | Block of code that will be invoked in case of an error return error body |
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/set-success-listener.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/set-success-listener.md
new file mode 100644
index 0000000..fb5245f
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-i-request/set-success-listener.md
@@ -0,0 +1,32 @@
+---
+title: setSuccessListener
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[IRequest](index.html)/[setSuccessListener](set-success-listener.html)
+
+
+
+# setSuccessListener
+
+
+
+[jvm]\
+abstract fun [setSuccessListener](set-success-listener.html)(successListener: ([T](index.html)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?): [IRequest](index.html)<[T](index.html), [R](index.html)>
+
+
+
+Sets the current listener that will be invoked in case of a successful request.
+
+
+
+## Parameters
+
+
+jvm
+
+| | |
+|---|---|
+| successListener | Block of code that will be invoked in case of a success returning a response |
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/-request.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/-request.md
new file mode 100644
index 0000000..8b8dc33
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/-request.md
@@ -0,0 +1,17 @@
+---
+title: Request
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[Request](index.html)/[Request](-request.html)
+
+
+
+# Request
+
+
+
+[jvm]\
+fun [Request](-request.html)()
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/cancel.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/cancel.md
new file mode 100644
index 0000000..7d2ef93
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/cancel.md
@@ -0,0 +1,21 @@
+---
+title: cancel
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[Request](index.html)/[cancel](cancel.html)
+
+
+
+# cancel
+
+
+
+[jvm]\
+open override fun [cancel](cancel.html)()
+
+
+
+Cancels the current request and removes it from requests queue.
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/enqueue.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/enqueue.md
new file mode 100644
index 0000000..4d82bcf
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/enqueue.md
@@ -0,0 +1,21 @@
+---
+title: enqueue
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[Request](index.html)/[enqueue](enqueue.html)
+
+
+
+# enqueue
+
+
+
+[jvm]\
+open override fun [enqueue](enqueue.html)()
+
+
+
+Enqueues the current request in the requests queue to be executed.
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/index.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/index.md
new file mode 100644
index 0000000..1e37cc2
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/index.md
@@ -0,0 +1,38 @@
+---
+title: Request
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[Request](index.html)
+
+
+
+# Request
+
+
+
+[jvm]\
+class [Request](index.html)<[T](index.html), [R](index.html)> : [IRequest](../-i-request/index.html)<[T](index.html), [R](index.html)> , [IRequestDelegate](../-i-request-delegate/index.html)<[T](index.html), [R](index.html)>
+
+
+
+## Constructors
+
+
+| | |
+|---|---|
+| [Request](-request.html) | [jvm]
fun [Request](-request.html)() |
+
+
+## Functions
+
+
+| Name | Summary |
+|---|---|
+| [cancel](cancel.html) | [jvm]
open override fun [cancel](cancel.html)()
Cancels the current request and removes it from requests queue. |
+| [enqueue](enqueue.html) | [jvm]
open override fun [enqueue](enqueue.html)()
Enqueues the current request in the requests queue to be executed. |
+| [notifyError](notify-error.html) | [jvm]
open override fun [notifyError](notify-error.html)(error: [R](index.html)) |
+| [notifySuccess](notify-success.html) | [jvm]
open override fun [notifySuccess](notify-success.html)(response: [T](index.html)) |
+| [setCancelBlock](set-cancel-block.html) | [jvm]
open override fun [setCancelBlock](set-cancel-block.html)(cancelBlock: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [Request](index.html)<[T](index.html), [R](index.html)> |
+| [setEnqueueBlock](set-enqueue-block.html) | [jvm]
open override fun [setEnqueueBlock](set-enqueue-block.html)(enqueueBlock: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [Request](index.html)<[T](index.html), [R](index.html)> |
+| [setErrorListener](set-error-listener.html) | [jvm]
open override fun [setErrorListener](set-error-listener.html)(errorListener: ([R](index.html)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?): [IRequest](../-i-request/index.html)<[T](index.html), [R](index.html)>
Sets the current listener that will be invoked in case of an error. |
+| [setSuccessListener](set-success-listener.html) | [jvm]
open override fun [setSuccessListener](set-success-listener.html)(successListener: ([T](index.html)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?): [IRequest](../-i-request/index.html)<[T](index.html), [R](index.html)>
Sets the current listener that will be invoked in case of a successful request. |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/notify-error.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/notify-error.md
new file mode 100644
index 0000000..a1d1881
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/notify-error.md
@@ -0,0 +1,17 @@
+---
+title: notifyError
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[Request](index.html)/[notifyError](notify-error.html)
+
+
+
+# notifyError
+
+
+
+[jvm]\
+open override fun [notifyError](notify-error.html)(error: [R](index.html))
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/notify-success.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/notify-success.md
new file mode 100644
index 0000000..d428d37
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/notify-success.md
@@ -0,0 +1,17 @@
+---
+title: notifySuccess
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[Request](index.html)/[notifySuccess](notify-success.html)
+
+
+
+# notifySuccess
+
+
+
+[jvm]\
+open override fun [notifySuccess](notify-success.html)(response: [T](index.html))
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/set-cancel-block.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/set-cancel-block.md
new file mode 100644
index 0000000..d7f11a4
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/set-cancel-block.md
@@ -0,0 +1,17 @@
+---
+title: setCancelBlock
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[Request](index.html)/[setCancelBlock](set-cancel-block.html)
+
+
+
+# setCancelBlock
+
+
+
+[jvm]\
+open override fun [setCancelBlock](set-cancel-block.html)(cancelBlock: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [Request](index.html)<[T](index.html), [R](index.html)>
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/set-enqueue-block.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/set-enqueue-block.md
new file mode 100644
index 0000000..fed4660
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/set-enqueue-block.md
@@ -0,0 +1,17 @@
+---
+title: setEnqueueBlock
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[Request](index.html)/[setEnqueueBlock](set-enqueue-block.html)
+
+
+
+# setEnqueueBlock
+
+
+
+[jvm]\
+open override fun [setEnqueueBlock](set-enqueue-block.html)(enqueueBlock: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [Request](index.html)<[T](index.html), [R](index.html)>
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/set-error-listener.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/set-error-listener.md
new file mode 100644
index 0000000..11665e2
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/set-error-listener.md
@@ -0,0 +1,43 @@
+---
+title: setErrorListener
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[Request](index.html)/[setErrorListener](set-error-listener.html)
+
+
+
+# setErrorListener
+
+
+
+[jvm]\
+open override fun [setErrorListener](set-error-listener.html)(errorListener: ([R](index.html)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?): [IRequest](../-i-request/index.html)<[T](index.html), [R](index.html)>
+
+
+
+Sets the current listener that will be invoked in case of an error.
+
+
+
+## See also
+
+
+jvm
+
+| | |
+|---|---|
+| [kotlin.Error](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-error/index.html) | |
+
+
+
+## Parameters
+
+
+jvm
+
+| | |
+|---|---|
+| errorListener | Block of code that will be invoked in case of an error return error body |
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/set-success-listener.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/set-success-listener.md
new file mode 100644
index 0000000..0fa7a3d
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/-request/set-success-listener.md
@@ -0,0 +1,32 @@
+---
+title: setSuccessListener
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.client.requests](../index.html)/[Request](index.html)/[setSuccessListener](set-success-listener.html)
+
+
+
+# setSuccessListener
+
+
+
+[jvm]\
+open override fun [setSuccessListener](set-success-listener.html)(successListener: ([T](index.html)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?): [IRequest](../-i-request/index.html)<[T](index.html), [R](index.html)>
+
+
+
+Sets the current listener that will be invoked in case of a successful request.
+
+
+
+## Parameters
+
+
+jvm
+
+| | |
+|---|---|
+| successListener | Block of code that will be invoked in case of a success returning a response |
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/index.md b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/index.md
new file mode 100644
index 0000000..091f2b8
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.client.requests/index.md
@@ -0,0 +1,20 @@
+---
+title: com.tezro.api.shop.client.core.client.requests
+---
+//[shop](../../index.html)/[com.tezro.api.shop.client.core.client.requests](index.html)
+
+
+
+# Package com.tezro.api.shop.client.core.client.requests
+
+
+
+## Types
+
+
+| Name | Summary |
+|---|---|
+| [IRequest](-i-request/index.html) | [jvm]
interface [IRequest](-i-request/index.html)<[T](-i-request/index.html), [R](-i-request/index.html)>
Delegate of the a request. |
+| [IRequestDelegate](-i-request-delegate/index.html) | [jvm]
interface [IRequestDelegate](-i-request-delegate/index.html)<[T](-i-request-delegate/index.html), [R](-i-request-delegate/index.html)> |
+| [Request](-request/index.html) | [jvm]
class [Request](-request/index.html)<[T](-request/index.html), [R](-request/index.html)> : [IRequest](-i-request/index.html)<[T](-request/index.html), [R](-request/index.html)> , [IRequestDelegate](-i-request-delegate/index.html)<[T](-request/index.html), [R](-request/index.html)> |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/calculate-hex-h-m-a-c.md b/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/calculate-hex-h-m-a-c.md
index 86f7f4d..cb289d0 100644
--- a/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/calculate-hex-h-m-a-c.md
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/calculate-hex-h-m-a-c.md
@@ -1,15 +1,19 @@
---
-title: calculateHexHMAC -
+title: calculateHexHMAC
---
-//[shop](../../../index.md)/[com.tezro.api.shop.client.core.cryption](../index.md)/[CryptoUtils](index.md)/[calculateHexHMAC](calculate-hex-h-m-a-c.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.cryption](../index.html)/[CryptoUtils](index.html)/[calculateHexHMAC](calculate-hex-h-m-a-c.html)
-# calculateHexHMAC
-[jvm]
-Content
-fun [calculateHexHMAC](calculate-hex-h-m-a-c.md)(data: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), algorithm: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-fun [calculateHexHMAC](calculate-hex-h-m-a-c.md)(data: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), mac: [Mac](https://docs.oracle.com/javase/8/docs/api/javax/crypto/Mac.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+# calculateHexHMAC
+
+
+
+[jvm]\
+fun [calculateHexHMAC](calculate-hex-h-m-a-c.html)(data: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), algorithm: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+fun [calculateHexHMAC](calculate-hex-h-m-a-c.html)(data: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), mac: [Mac](https://docs.oracle.com/javase/8/docs/api/javax/crypto/Mac.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/create-h-m-a-c-instance.md b/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/create-h-m-a-c-instance.md
index 6dbe9ef..d826845 100644
--- a/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/create-h-m-a-c-instance.md
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/create-h-m-a-c-instance.md
@@ -1,14 +1,17 @@
---
-title: createHMACInstance -
+title: createHMACInstance
---
-//[shop](../../../index.md)/[com.tezro.api.shop.client.core.cryption](../index.md)/[CryptoUtils](index.md)/[createHMACInstance](create-h-m-a-c-instance.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.cryption](../index.html)/[CryptoUtils](index.html)/[createHMACInstance](create-h-m-a-c-instance.html)
-# createHMACInstance
-[jvm]
-Content
-fun [createHMACInstance](create-h-m-a-c-instance.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), algorithm: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Mac](https://docs.oracle.com/javase/8/docs/api/javax/crypto/Mac.html)
+# createHMACInstance
+
+
+
+[jvm]\
+fun [createHMACInstance](create-h-m-a-c-instance.html)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), algorithm: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Mac](https://docs.oracle.com/javase/8/docs/api/javax/crypto/Mac.html)
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/index.md b/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/index.md
index 7900278..4eca97b 100644
--- a/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/index.md
@@ -1,19 +1,25 @@
---
-title: CryptoUtils -
+title: CryptoUtils
---
-//[shop](../../../index.md)/[com.tezro.api.shop.client.core.cryption](../index.md)/[CryptoUtils](index.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.cryption](../index.html)/[CryptoUtils](index.html)
-# CryptoUtils
- [jvm] object [CryptoUtils](index.md)
+# CryptoUtils
-## Functions
-
-| Name | Summary |
+
+[jvm]\
+object [CryptoUtils](index.html)
+
+
+
+## Functions
+
+
+| Name | Summary |
|---|---|
-| [calculateHexHMAC](calculate-hex-h-m-a-c.md)| [jvm]
Content
fun [calculateHexHMAC](calculate-hex-h-m-a-c.md)(data: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), mac: [Mac](https://docs.oracle.com/javase/8/docs/api/javax/crypto/Mac.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
fun [calculateHexHMAC](calculate-hex-h-m-a-c.md)(data: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), algorithm: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [createHMACInstance](create-h-m-a-c-instance.md)| [jvm]
Content
fun [createHMACInstance](create-h-m-a-c-instance.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), algorithm: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Mac](https://docs.oracle.com/javase/8/docs/api/javax/crypto/Mac.html)
|
-| [toHexString](to-hex-string.md)| [jvm]
Content
fun [ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html).[toHexString](to-hex-string.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
+| [calculateHexHMAC](calculate-hex-h-m-a-c.html) | [jvm]
fun [calculateHexHMAC](calculate-hex-h-m-a-c.html)(data: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), mac: [Mac](https://docs.oracle.com/javase/8/docs/api/javax/crypto/Mac.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
fun [calculateHexHMAC](calculate-hex-h-m-a-c.html)(data: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), algorithm: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [createHMACInstance](create-h-m-a-c-instance.html) | [jvm]
fun [createHMACInstance](create-h-m-a-c-instance.html)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), algorithm: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Mac](https://docs.oracle.com/javase/8/docs/api/javax/crypto/Mac.html) |
+| [toHexString](to-hex-string.html) | [jvm]
fun [ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html).[toHexString](to-hex-string.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/to-hex-string.md b/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/to-hex-string.md
index 3a21c5a..6935e75 100644
--- a/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/to-hex-string.md
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/to-hex-string.md
@@ -1,14 +1,17 @@
---
-title: toHexString -
+title: toHexString
---
-//[shop](../../../index.md)/[com.tezro.api.shop.client.core.cryption](../index.md)/[CryptoUtils](index.md)/[toHexString](to-hex-string.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.cryption](../index.html)/[CryptoUtils](index.html)/[toHexString](to-hex-string.html)
-# toHexString
-[jvm]
-Content
-fun [ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html).[toHexString](to-hex-string.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+# toHexString
+
+
+
+[jvm]\
+fun [ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html).[toHexString](to-hex-string.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.cryption/index.md b/docs/shop/shop/com.tezro.api.shop.client.core.cryption/index.md
index bc284f2..0f000c2 100644
--- a/docs/shop/shop/com.tezro.api.shop.client.core.cryption/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.cryption/index.md
@@ -1,16 +1,18 @@
---
-title: com.tezro.api.shop.client.core.cryption -
+title: com.tezro.api.shop.client.core.cryption
---
-//[shop](../../index.md)/[com.tezro.api.shop.client.core.cryption](index.md)
+//[shop](../../index.html)/[com.tezro.api.shop.client.core.cryption](index.html)
-# Package com.tezro.api.shop.client.core.cryption
+# Package com.tezro.api.shop.client.core.cryption
-## Types
-
-| Name | Summary |
+
+## Types
+
+
+| Name | Summary |
|---|---|
-| [CryptoUtils](-crypto-utils/index.md)| [jvm]
Content
object [CryptoUtils](-crypto-utils/index.md)
|
+| [CryptoUtils](-crypto-utils/index.html) | [jvm]
object [CryptoUtils](-crypto-utils/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.md b/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.md
index 72219ba..be43608 100644
--- a/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.md
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.md
@@ -1,14 +1,17 @@
---
-title: DEFAULT_ERROR_CODE -
+title: DEFAULT_ERROR_CODE
---
-//[shop](../../../../index.md)/[com.tezro.api.shop.client.core.service](../../index.md)/[RetrofitService](../index.md)/[Companion](index.md)/[DEFAULT_ERROR_CODE](-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.md)
+//[shop](../../../../index.html)/[com.tezro.api.shop.client.core.service](../../index.html)/[RetrofitService](../index.html)/[Companion](index.html)/[DEFAULT_ERROR_CODE](-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.html)
-# DEFAULT_ERROR_CODE
-[jvm]
-Content
-const val [DEFAULT_ERROR_CODE](-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+# DEFAULT_ERROR_CODE
+
+
+
+[jvm]\
+const val [DEFAULT_ERROR_CODE](-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.md b/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.md
index 9171ed1..a2fa683 100644
--- a/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.md
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.md
@@ -1,14 +1,17 @@
---
-title: DEFAULT_ERROR_MESSAGE -
+title: DEFAULT_ERROR_MESSAGE
---
-//[shop](../../../../index.md)/[com.tezro.api.shop.client.core.service](../../index.md)/[RetrofitService](../index.md)/[Companion](index.md)/[DEFAULT_ERROR_MESSAGE](-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.md)
+//[shop](../../../../index.html)/[com.tezro.api.shop.client.core.service](../../index.html)/[RetrofitService](../index.html)/[Companion](index.html)/[DEFAULT_ERROR_MESSAGE](-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.html)
-# DEFAULT_ERROR_MESSAGE
-[jvm]
-Content
-const val [DEFAULT_ERROR_MESSAGE](-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+# DEFAULT_ERROR_MESSAGE
+
+
+
+[jvm]\
+const val [DEFAULT_ERROR_MESSAGE](-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/index.md b/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/index.md
index 4a7f4ff..b10522b 100644
--- a/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/index.md
@@ -1,18 +1,24 @@
---
-title: Companion -
+title: Companion
---
-//[shop](../../../../index.md)/[com.tezro.api.shop.client.core.service](../../index.md)/[RetrofitService](../index.md)/[Companion](index.md)
+//[shop](../../../../index.html)/[com.tezro.api.shop.client.core.service](../../index.html)/[RetrofitService](../index.html)/[Companion](index.html)
-# Companion
- [jvm] object [Companion](index.md)
+# Companion
-## Properties
-
-| Name | Summary |
+
+[jvm]\
+object [Companion](index.html)
+
+
+
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [DEFAULT_ERROR_CODE](-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.md)| [jvm] const val [DEFAULT_ERROR_CODE](-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
-| [DEFAULT_ERROR_MESSAGE](-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.md)| [jvm] const val [DEFAULT_ERROR_MESSAGE](-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
+| [DEFAULT_ERROR_CODE](-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.html) | [jvm]
const val [DEFAULT_ERROR_CODE](-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [DEFAULT_ERROR_MESSAGE](-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.html) | [jvm]
const val [DEFAULT_ERROR_MESSAGE](-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-retrofit-service.md b/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-retrofit-service.md
index ae4ecae..a57d9f7 100644
--- a/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-retrofit-service.md
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-retrofit-service.md
@@ -1,14 +1,17 @@
---
-title: RetrofitService -
+title: RetrofitService
---
-//[shop](../../../index.md)/[com.tezro.api.shop.client.core.service](../index.md)/[RetrofitService](index.md)/[RetrofitService](-retrofit-service.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.service](../index.html)/[RetrofitService](index.html)/[RetrofitService](-retrofit-service.html)
-# RetrofitService
-[jvm]
-Content
-fun [RetrofitService](-retrofit-service.md)()
+# RetrofitService
+
+
+
+[jvm]\
+fun [RetrofitService](-retrofit-service.html)()
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/index.md b/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/index.md
index 8c18124..43d3cf5 100644
--- a/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.service/-retrofit-service/index.md
@@ -1,17 +1,31 @@
---
-title: RetrofitService -
+title: RetrofitService
---
-//[shop](../../../index.md)/[com.tezro.api.shop.client.core.service](../index.md)/[RetrofitService](index.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.client.core.service](../index.html)/[RetrofitService](index.html)
-# RetrofitService
- [jvm] abstract class [RetrofitService](index.md)
+# RetrofitService
-## Types
-
-| Name | Summary |
+
+[jvm]\
+abstract class [RetrofitService](index.html)
+
+
+
+## Constructors
+
+
+| | |
+|---|---|
+| [RetrofitService](-retrofit-service.html) | [jvm]
fun [RetrofitService](-retrofit-service.html)() |
+
+
+## Types
+
+
+| Name | Summary |
|---|---|
-| [Companion](-companion/index.md)| [jvm]
Content
object [Companion](-companion/index.md)
|
+| [Companion](-companion/index.html) | [jvm]
object [Companion](-companion/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.client.core.service/index.md b/docs/shop/shop/com.tezro.api.shop.client.core.service/index.md
index 0cd03ce..e3a027a 100644
--- a/docs/shop/shop/com.tezro.api.shop.client.core.service/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.client.core.service/index.md
@@ -1,16 +1,18 @@
---
-title: com.tezro.api.shop.client.core.service -
+title: com.tezro.api.shop.client.core.service
---
-//[shop](../../index.md)/[com.tezro.api.shop.client.core.service](index.md)
+//[shop](../../index.html)/[com.tezro.api.shop.client.core.service](index.html)
-# Package com.tezro.api.shop.client.core.service
+# Package com.tezro.api.shop.client.core.service
-## Types
-
-| Name | Summary |
+
+## Types
+
+
+| Name | Summary |
|---|---|
-| [RetrofitService](-retrofit-service/index.md)| [jvm]
Content
abstract class [RetrofitService](-retrofit-service/index.md)
|
+| [RetrofitService](-retrofit-service/index.html) | [jvm]
abstract class [RetrofitService](-retrofit-service/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.client.data.common/-order-status-body/-o-r-d-e-r_-d-e-l-i-v-e-r-e-d/index.md b/docs/shop/shop/com.tezro.api.shop.client.data.common/-order-status-body/-o-r-d-e-r_-d-e-l-i-v-e-r-e-d/index.md
new file mode 100644
index 0000000..4ea9fed
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.data.common/-order-status-body/-o-r-d-e-r_-d-e-l-i-v-e-r-e-d/index.md
@@ -0,0 +1,28 @@
+---
+title: ORDER_DELIVERED
+---
+//[shop](../../../../index.html)/[com.tezro.api.shop.client.data.common](../../index.html)/[OrderStatusBody](../index.html)/[ORDER_DELIVERED](index.html)
+
+
+
+# ORDER_DELIVERED
+
+
+
+[jvm]\
+@SerializedName(value = "order_delivered")
+
+
+
+[ORDER_DELIVERED](index.html)()
+
+
+
+## Properties
+
+
+| Name | Summary |
+|---|---|
+| [name](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.data.common/-order-status-body/-o-r-d-e-r_-d-e-l-i-v-e-r-i-n-g/index.md b/docs/shop/shop/com.tezro.api.shop.client.data.common/-order-status-body/-o-r-d-e-r_-d-e-l-i-v-e-r-i-n-g/index.md
new file mode 100644
index 0000000..66fd109
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.data.common/-order-status-body/-o-r-d-e-r_-d-e-l-i-v-e-r-i-n-g/index.md
@@ -0,0 +1,28 @@
+---
+title: ORDER_DELIVERING
+---
+//[shop](../../../../index.html)/[com.tezro.api.shop.client.data.common](../../index.html)/[OrderStatusBody](../index.html)/[ORDER_DELIVERING](index.html)
+
+
+
+# ORDER_DELIVERING
+
+
+
+[jvm]\
+@SerializedName(value = "order_delivering")
+
+
+
+[ORDER_DELIVERING](index.html)()
+
+
+
+## Properties
+
+
+| Name | Summary |
+|---|---|
+| [name](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.data.common/-order-status-body/-o-r-d-e-r_-p-r-o-c-e-s-s-i-n-g/index.md b/docs/shop/shop/com.tezro.api.shop.client.data.common/-order-status-body/-o-r-d-e-r_-p-r-o-c-e-s-s-i-n-g/index.md
new file mode 100644
index 0000000..cc89d55
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.data.common/-order-status-body/-o-r-d-e-r_-p-r-o-c-e-s-s-i-n-g/index.md
@@ -0,0 +1,28 @@
+---
+title: ORDER_PROCESSING
+---
+//[shop](../../../../index.html)/[com.tezro.api.shop.client.data.common](../../index.html)/[OrderStatusBody](../index.html)/[ORDER_PROCESSING](index.html)
+
+
+
+# ORDER_PROCESSING
+
+
+
+[jvm]\
+@SerializedName(value = "order_processing")
+
+
+
+[ORDER_PROCESSING](index.html)()
+
+
+
+## Properties
+
+
+| Name | Summary |
+|---|---|
+| [name](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.data.common/-order-status-body/index.md b/docs/shop/shop/com.tezro.api.shop.client.data.common/-order-status-body/index.md
new file mode 100644
index 0000000..7e19b3a
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.data.common/-order-status-body/index.md
@@ -0,0 +1,34 @@
+---
+title: OrderStatusBody
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.client.data.common](../index.html)/[OrderStatusBody](index.html)
+
+
+
+# OrderStatusBody
+
+
+
+[jvm]\
+enum [OrderStatusBody](index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[OrderStatusBody](index.html)>
+
+
+
+## Entries
+
+
+| | |
+|---|---|
+| [ORDER_DELIVERED](-o-r-d-e-r_-d-e-l-i-v-e-r-e-d/index.html) | [jvm]
@SerializedName(value = "order_delivered")
[ORDER_DELIVERED](-o-r-d-e-r_-d-e-l-i-v-e-r-e-d/index.html)() |
+| [ORDER_DELIVERING](-o-r-d-e-r_-d-e-l-i-v-e-r-i-n-g/index.html) | [jvm]
@SerializedName(value = "order_delivering")
[ORDER_DELIVERING](-o-r-d-e-r_-d-e-l-i-v-e-r-i-n-g/index.html)() |
+| [ORDER_PROCESSING](-o-r-d-e-r_-p-r-o-c-e-s-s-i-n-g/index.html) | [jvm]
@SerializedName(value = "order_processing")
[ORDER_PROCESSING](-o-r-d-e-r_-p-r-o-c-e-s-s-i-n-g/index.html)() |
+
+
+## Properties
+
+
+| Name | Summary |
+|---|---|
+| [name](../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.client.data.common/index.md b/docs/shop/shop/com.tezro.api.shop.client.data.common/index.md
new file mode 100644
index 0000000..ad7d369
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.client.data.common/index.md
@@ -0,0 +1,18 @@
+---
+title: com.tezro.api.shop.client.data.common
+---
+//[shop](../../index.html)/[com.tezro.api.shop.client.data.common](index.html)
+
+
+
+# Package com.tezro.api.shop.client.data.common
+
+
+
+## Types
+
+
+| Name | Summary |
+|---|---|
+| [OrderStatusBody](-order-status-body/index.html) | [jvm]
enum [OrderStatusBody](-order-status-body/index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[OrderStatusBody](-order-status-body/index.html)> |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/-attribute.md b/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/-attribute.md
index dd3c4b1..5d49af1 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/-attribute.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/-attribute.md
@@ -1,27 +1,29 @@
---
-title: Attribute -
+title: Attribute
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Attribute](index.md)/[Attribute](-attribute.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Attribute](index.html)/[Attribute](-attribute.html)
-# Attribute
-[jvm]
-Content
-fun [Attribute](-attribute.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
-More info
+# Attribute
-## Parameters
-
-jvm
-
+
+[jvm]\
+fun [Attribute](-attribute.html)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| name|
The name of the attribute
|
-| value|
The value of the attribute
|
-
-
+| name | The name of the attribute |
+| value | The value of the attribute |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/index.md b/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/index.md
index 6524266..cf0b9f0 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/index.md
@@ -1,40 +1,46 @@
---
-title: Attribute -
+title: Attribute
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Attribute](index.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Attribute](index.html)
-# Attribute
- [jvm] data class [Attribute](index.md)(**name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **value**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
+# Attribute
+
+
+
+[jvm]\
+data class [Attribute](index.html)(val name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), val value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
Contains information about some order attributes. Can be used to indicate product color, size or quantity.
-
-## Parameters
-
-jvm
-
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| name|
The name of the attribute
|
-| value|
The value of the attribute
|
-
+| name | The name of the attribute |
+| value | The value of the attribute |
+
+
+
+## Constructors
-## Constructors
-
| | |
|---|---|
-| [Attribute](-attribute.md)| [jvm] fun [Attribute](-attribute.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))The name of the attribute
|
+| [Attribute](-attribute.html) | [jvm]
fun [Attribute](-attribute.html)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) |
+
+
+## Properties
-## Properties
-
-| Name | Summary |
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)The name of the attribute
|
-| [value](value.md)| [jvm] val [value](value.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)The value of the attribute
|
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [value](value.html) | [jvm]
val [value](value.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/name.md b/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/name.md
index fa2af6e..3128b8e 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/name.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/name.md
@@ -1,26 +1,28 @@
---
-title: name -
+title: name
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Attribute](index.md)/[name](name.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Attribute](index.html)/[name](name.html)
-# name
-[jvm]
-Content
-val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# name
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| name|
The name of the attribute
|
-
-
+| name | The name of the attribute |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/value.md b/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/value.md
index 54d6cac..66ca6a9 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/value.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-attribute/value.md
@@ -1,26 +1,28 @@
---
-title: value -
+title: value
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Attribute](index.md)/[value](value.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Attribute](index.html)/[value](value.html)
-# value
-[jvm]
-Content
-val [value](value.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# value
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [value](value.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| value|
The value of the attribute
|
-
-
+| value | The value of the attribute |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-error/-error.md b/docs/shop/shop/com.tezro.api.shop.model.common/-error/-error.md
index 40c44c5..4c6c2bb 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-error/-error.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-error/-error.md
@@ -1,27 +1,29 @@
---
-title: Error -
+title: Error
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Error](index.md)/[Error](-error.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Error](index.html)/[Error](-error.html)
-# Error
-[jvm]
-Content
-fun [Error](-error.md)(error: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), statusCode: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), message: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html))
-More info
+# Error
-## Parameters
-
-jvm
-
+
+[jvm]\
+fun [Error](-error.html)(error: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), statusCode: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), message: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html))
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| message|
Error message returned by the server
|
-| statusCode|
Status code of the response
|
-
-
+| message | Error message returned by the server |
+| statusCode | Status code of the response |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-error/error.md b/docs/shop/shop/com.tezro.api.shop.model.common/-error/error.md
index b0bf488..760f329 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-error/error.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-error/error.md
@@ -1,14 +1,17 @@
---
-title: error -
+title: error
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Error](index.md)/[error](error.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Error](index.html)/[error](error.html)
-# error
-[jvm]
-Content
-val [error](error.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+# error
+
+
+
+[jvm]\
+val [error](error.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-error/index.md b/docs/shop/shop/com.tezro.api.shop.model.common/-error/index.md
index 50e6e38..57fc351 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-error/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-error/index.md
@@ -1,51 +1,58 @@
---
-title: Error -
+title: Error
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Error](index.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Error](index.html)
-# Error
- [jvm] data class [Error](index.md)(**error**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **statusCode**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **message**: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html))
+# Error
+
+
+
+[jvm]\
+data class [Error](index.html)(val error: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), val statusCode: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), val message: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html))
Contains details about a response error. This error can be thrown as an exception.
-
-## See also
-
-jvm
-
+## See also
+
+
+jvm
+
| | |
|---|---|
-| [kotlin.Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)| |
-
+| [kotlin.Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) | |
+
+
+## Parameters
+
+
+jvm
-## Parameters
-
-jvm
-
| | |
|---|---|
-| message|
Error message returned by the server
|
-| statusCode|
Status code of the response
|
-
+| message | Error message returned by the server |
+| statusCode | Status code of the response |
+
+
+
+## Constructors
-## Constructors
-
| | |
|---|---|
-| [Error](-error.md)| [jvm] fun [Error](-error.md)(error: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), statusCode: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), message: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html))Error message returned by the server
|
+| [Error](-error.html) | [jvm]
fun [Error](-error.html)(error: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), statusCode: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), message: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)) |
+
+
+## Properties
-## Properties
-
-| Name | Summary |
+| Name | Summary |
|---|---|
-| [error](error.md)| [jvm] val [error](error.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [message](message.md)| [jvm] val [message](message.md): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)Error message returned by the server
|
-| [statusCode](status-code.md)| [jvm] val [statusCode](status-code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)Status code of the response
|
+| [error](error.html) | [jvm]
val [error](error.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [message](message.html) | [jvm]
val [message](message.html): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |
+| [statusCode](status-code.html) | [jvm]
val [statusCode](status-code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-error/message.md b/docs/shop/shop/com.tezro.api.shop.model.common/-error/message.md
index e513cf3..a8c9d32 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-error/message.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-error/message.md
@@ -1,26 +1,28 @@
---
-title: message -
+title: message
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Error](index.md)/[message](message.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Error](index.html)/[message](message.html)
-# message
-[jvm]
-Content
-val [message](message.md): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)
-More info
+# message
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [message](message.html): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| message|
Error message returned by the server
|
-
-
+| message | Error message returned by the server |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-error/status-code.md b/docs/shop/shop/com.tezro.api.shop.model.common/-error/status-code.md
index a317d64..df2d6dc 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-error/status-code.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-error/status-code.md
@@ -1,26 +1,28 @@
---
-title: statusCode -
+title: statusCode
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Error](index.md)/[statusCode](status-code.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Error](index.html)/[statusCode](status-code.html)
-# statusCode
-[jvm]
-Content
-val [statusCode](status-code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-More info
+# statusCode
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [statusCode](status-code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| statusCode|
Status code of the response
|
-
-
+| statusCode | Status code of the response |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/-direction/-a-s-c-e-n-d-i-n-g/index.md b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/-direction/-a-s-c-e-n-d-i-n-g/index.md
index f31c830..9ae8f05 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/-direction/-a-s-c-e-n-d-i-n-g/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/-direction/-a-s-c-e-n-d-i-n-g/index.md
@@ -1,23 +1,28 @@
---
-title: ASCENDING -
+title: ASCENDING
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.common](../../../index.md)/[Pagination](../../index.md)/[Direction](../index.md)/[ASCENDING](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.common](../../../index.html)/[Pagination](../../index.html)/[Direction](../index.html)/[ASCENDING](index.html)
-# ASCENDING
- [jvm] [ASCENDING](index.md)()
+# ASCENDING
+
+
+
+[jvm]\
+[ASCENDING](index.html)()
+
Used to sort in straight order (A-z or 1-9).
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/-direction/-d-e-s-c-e-n-d-i-n-g/index.md b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/-direction/-d-e-s-c-e-n-d-i-n-g/index.md
index 98a49fd..1f5d061 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/-direction/-d-e-s-c-e-n-d-i-n-g/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/-direction/-d-e-s-c-e-n-d-i-n-g/index.md
@@ -1,23 +1,28 @@
---
-title: DESCENDING -
+title: DESCENDING
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.common](../../../index.md)/[Pagination](../../index.md)/[Direction](../index.md)/[DESCENDING](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.common](../../../index.html)/[Pagination](../../index.html)/[Direction](../index.html)/[DESCENDING](index.html)
-# DESCENDING
- [jvm] [DESCENDING](index.md)()
+# DESCENDING
+
+
+
+[jvm]\
+[DESCENDING](index.html)()
+
Used to sort in reverse order (z-A or 9-1).
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/-direction/index.md b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/-direction/index.md
index d2da39f..e0e641a 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/-direction/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/-direction/index.md
@@ -1,30 +1,35 @@
---
-title: Direction -
+title: Direction
---
-//[shop](../../../../index.md)/[com.tezro.api.shop.model.common](../../index.md)/[Pagination](../index.md)/[Direction](index.md)
+//[shop](../../../../index.html)/[com.tezro.api.shop.model.common](../../index.html)/[Pagination](../index.html)/[Direction](index.html)
-# Direction
- [jvm] enum [Direction](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[Pagination.Direction](index.md)>
+# Direction
+
+
+
+[jvm]\
+enum [Direction](index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[Pagination.Direction](index.html)>
Controls sorting direction in collections.
-
-## Entries
-
+## Entries
+
+
| | |
|---|---|
-| [DESCENDING](-d-e-s-c-e-n-d-i-n-g/index.md)| [jvm] [DESCENDING](-d-e-s-c-e-n-d-i-n-g/index.md)()
Used to sort in reverse order (z-A or 9-1).
|
-| [ASCENDING](-a-s-c-e-n-d-i-n-g/index.md)| [jvm] [ASCENDING](-a-s-c-e-n-d-i-n-g/index.md)()
Used to sort in straight order (A-z or 1-9).
|
+| [DESCENDING](-d-e-s-c-e-n-d-i-n-g/index.html) | [jvm]
[DESCENDING](-d-e-s-c-e-n-d-i-n-g/index.html)()
Used to sort in reverse order (z-A or 9-1). |
+| [ASCENDING](-a-s-c-e-n-d-i-n-g/index.html) | [jvm]
[ASCENDING](-a-s-c-e-n-d-i-n-g/index.html)()
Used to sort in straight order (A-z or 1-9). |
+
+
+## Properties
-## Properties
-
-| Name | Summary |
+| Name | Summary |
|---|---|
-| [name](index.md#1631263742%2FProperties%2F-880856229)| [jvm] val [name](index.md#1631263742%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](index.md#-1102486912%2FProperties%2F-880856229)| [jvm] val [ordinal](index.md#-1102486912%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../../com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/count.md b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/count.md
index a41f878..cc64485 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/count.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/count.md
@@ -1,26 +1,28 @@
---
-title: count -
+title: count
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Pagination](index.md)/[count](count.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Pagination](index.html)/[count](count.html)
-# count
-[jvm]
-Content
-val [count](count.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
-More info
+# count
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [count](count.html): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| count|
Current items count
|
-
-
+| count | Current items count |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/has-next.md b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/has-next.md
index eddf31e..c0b651a 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/has-next.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/has-next.md
@@ -1,26 +1,28 @@
---
-title: hasNext -
+title: hasNext
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Pagination](index.md)/[hasNext](has-next.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Pagination](index.html)/[hasNext](has-next.html)
-# hasNext
-[jvm]
-Content
-val [hasNext](has-next.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-More info
+# hasNext
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [hasNext](has-next.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| hasNext|
Indicates if there are next pages of elements
|
-
-
+| hasNext | Indicates if there are next pages of elements |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/has-previous.md b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/has-previous.md
index 2ac1855..33d0d75 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/has-previous.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/has-previous.md
@@ -1,26 +1,28 @@
---
-title: hasPrevious -
+title: hasPrevious
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Pagination](index.md)/[hasPrevious](has-previous.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Pagination](index.html)/[hasPrevious](has-previous.html)
-# hasPrevious
-[jvm]
-Content
-val [hasPrevious](has-previous.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-More info
+# hasPrevious
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [hasPrevious](has-previous.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| hasPrevious|
Indicates if there are previous pages of elements
|
-
-
+| hasPrevious | Indicates if there are previous pages of elements |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/index.md b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/index.md
index a7c63b4..949c26b 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/index.md
@@ -1,46 +1,52 @@
---
-title: Pagination -
+title: Pagination
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Pagination](index.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Pagination](index.html)
-# Pagination
- [jvm] data class [Pagination](index.md)
+# Pagination
+
+
+
+[jvm]\
+data class [Pagination](index.html)
Contains detailed information about pages.
-
-## Parameters
-
-jvm
-
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| offset|
Skipped items count
|
-| count|
Current items count
|
-| total|
Total items count
|
-| hasPrevious|
Indicates if there are previous pages of elements
|
-| hasNext|
Indicates if there are next pages of elements
|
-
+| offset | Skipped items count |
+| count | Current items count |
+| total | Total items count |
+| hasPrevious | Indicates if there are previous pages of elements |
+| hasNext | Indicates if there are next pages of elements |
-## Types
-
-| Name | Summary |
+
+## Types
+
+
+| Name | Summary |
|---|---|
-| [Direction](-direction/index.md)| [jvm]
Content
enum [Direction](-direction/index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[Pagination.Direction](-direction/index.md)>
More info
Controls sorting direction in collections.
|
+| [Direction](-direction/index.html) | [jvm]
enum [Direction](-direction/index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[Pagination.Direction](-direction/index.html)>
Controls sorting direction in collections. |
+
+
+## Properties
-## Properties
-
-| Name | Summary |
+| Name | Summary |
|---|---|
-| [count](count.md)| [jvm] val [count](count.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)Current items count
|
-| [hasNext](has-next.md)| [jvm] val [hasNext](has-next.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)Indicates if there are next pages of elements
|
-| [hasPrevious](has-previous.md)| [jvm] val [hasPrevious](has-previous.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)Indicates if there are previous pages of elements
|
-| [offset](offset.md)| [jvm] val [offset](offset.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)Skipped items count
|
-| [total](total.md)| [jvm] val [total](total.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)Total items count
|
+| [count](count.html) | [jvm]
val [count](count.html): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) |
+| [hasNext](has-next.html) | [jvm]
val [hasNext](has-next.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [hasPrevious](has-previous.html) | [jvm]
val [hasPrevious](has-previous.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |
+| [offset](offset.html) | [jvm]
val [offset](offset.html): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) |
+| [total](total.html) | [jvm]
val [total](total.html): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/offset.md b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/offset.md
index 02cf728..83dadff 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/offset.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/offset.md
@@ -1,26 +1,28 @@
---
-title: offset -
+title: offset
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Pagination](index.md)/[offset](offset.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Pagination](index.html)/[offset](offset.html)
-# offset
-[jvm]
-Content
-val [offset](offset.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
-More info
+# offset
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [offset](offset.html): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| offset|
Skipped items count
|
-
-
+| offset | Skipped items count |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/total.md b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/total.md
index b956d59..c7b7d87 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/total.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/-pagination/total.md
@@ -1,26 +1,28 @@
---
-title: total -
+title: total
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.common](../index.md)/[Pagination](index.md)/[total](total.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.common](../index.html)/[Pagination](index.html)/[total](total.html)
-# total
-[jvm]
-Content
-val [total](total.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
-More info
+# total
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [total](total.html): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| total|
Total items count
|
-
-
+| total | Total items count |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.common/index.md b/docs/shop/shop/com.tezro.api.shop.model.common/index.md
index e2aa73b..9753eb9 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.common/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.common/index.md
@@ -1,18 +1,20 @@
---
-title: com.tezro.api.shop.model.common -
+title: com.tezro.api.shop.model.common
---
-//[shop](../../index.md)/[com.tezro.api.shop.model.common](index.md)
+//[shop](../../index.html)/[com.tezro.api.shop.model.common](index.html)
-# Package com.tezro.api.shop.model.common
+# Package com.tezro.api.shop.model.common
-## Types
-
-| Name | Summary |
+
+## Types
+
+
+| Name | Summary |
|---|---|
-| [Attribute](-attribute/index.md)| [jvm]
Content
data class [Attribute](-attribute/index.md)(**name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **value**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
More info
Contains information about some order attributes.
|
-| [Error](-error/index.md)| [jvm]
Content
data class [Error](-error/index.md)(**error**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **statusCode**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **message**: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html))
More info
Contains details about a response error.
|
-| [Pagination](-pagination/index.md)| [jvm]
Content
data class [Pagination](-pagination/index.md)
More info
Contains detailed information about pages.
|
+| [Attribute](-attribute/index.html) | [jvm]
data class [Attribute](-attribute/index.html)(val name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), val value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
Contains information about some order attributes. Can be used to indicate product color, size or quantity. |
+| [Error](-error/index.html) | [jvm]
data class [Error](-error/index.html)(val error: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), val statusCode: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), val message: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html))
Contains details about a response error. This error can be thrown as an exception. |
+| [Pagination](-pagination/index.html) | [jvm]
data class [Pagination](-pagination/index.html)
Contains detailed information about pages. |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/-message-entity.md b/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/-message-entity.md
index b5aaa69..ef5c78a 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/-message-entity.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/-message-entity.md
@@ -1,29 +1,31 @@
---
-title: MessageEntity -
+title: MessageEntity
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.messages](../index.md)/[MessageEntity](index.md)/[MessageEntity](-message-entity.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.messages](../index.html)/[MessageEntity](index.html)/[MessageEntity](-message-entity.html)
-# MessageEntity
-[jvm]
-Content
-fun [MessageEntity](-message-entity.md)(type: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), offset: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), length: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
-More info
+# MessageEntity
-## Parameters
-
-jvm
-
+
+[jvm]\
+fun [MessageEntity](-message-entity.html)(type: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), offset: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), length: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| type|
Type of message entity. Must be one of: text_url
|
-| offset|
Start position of clickable text. Must be in range of 0-4090 inclusively
|
-| length|
Length of clickable text. Length must be in range of 1-4096 Yes symbols inclusively
|
-| url|
Link that opens by clicking text. Must be valid URL
|
-
-
+| type | Type of message entity. Must be one of: text_url |
+| offset | Start position of clickable text. Must be in range of 0-4090 inclusively |
+| length | Length of clickable text. Length must be in range of 1-4096 Yes symbols inclusively |
+| url | Link that opens by clicking text. Must be valid URL |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/index.md b/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/index.md
index b1fff96..00c4774 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/index.md
@@ -1,44 +1,50 @@
---
-title: MessageEntity -
+title: MessageEntity
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.messages](../index.md)/[MessageEntity](index.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.messages](../index.html)/[MessageEntity](index.html)
-# MessageEntity
- [jvm] data class [MessageEntity](index.md)(**type**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **offset**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **length**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **url**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
+# MessageEntity
+
+
+
+[jvm]\
+data class [MessageEntity](index.html)(val type: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), val offset: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), val length: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), val url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
Used for making part of text as clickable url link.
-
-## Parameters
-
-jvm
-
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| type|
Type of message entity. Must be one of: text_url
|
-| offset|
Start position of clickable text. Must be in range of 0-4090 inclusively
|
-| length|
Length of clickable text. Length must be in range of 1-4096 Yes symbols inclusively
|
-| url|
Link that opens by clicking text. Must be valid URL
|
-
+| type | Type of message entity. Must be one of: text_url |
+| offset | Start position of clickable text. Must be in range of 0-4090 inclusively |
+| length | Length of clickable text. Length must be in range of 1-4096 Yes symbols inclusively |
+| url | Link that opens by clicking text. Must be valid URL |
+
+
+
+## Constructors
-## Constructors
-
| | |
|---|---|
-| [MessageEntity](-message-entity.md)| [jvm] fun [MessageEntity](-message-entity.md)(type: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), offset: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), length: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))Type of message entity.
|
+| [MessageEntity](-message-entity.html) | [jvm]
fun [MessageEntity](-message-entity.html)(type: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), offset: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), length: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) |
+
+
+## Properties
-## Properties
-
-| Name | Summary |
+| Name | Summary |
|---|---|
-| [length](length.md)| [jvm] val [length](length.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)Length of clickable text.
|
-| [offset](offset.md)| [jvm] val [offset](offset.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)Start position of clickable text.
|
-| [type](type.md)| [jvm] val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Type of message entity.
|
-| [url](url.md)| [jvm] val [url](url.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Link that opens by clicking text.
|
+| [length](length.html) | [jvm]
val [length](length.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [offset](offset.html) | [jvm]
val [offset](offset.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
+| [type](type.html) | [jvm]
val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [url](url.html) | [jvm]
val [url](url.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/length.md b/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/length.md
index 703d347..4f4e9bb 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/length.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/length.md
@@ -1,26 +1,28 @@
---
-title: length -
+title: length
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.messages](../index.md)/[MessageEntity](index.md)/[length](length.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.messages](../index.html)/[MessageEntity](index.html)/[length](length.html)
-# length
-[jvm]
-Content
-val [length](length.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-More info
+# length
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [length](length.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| length|
Length of clickable text. Length must be in range of 1-4096 Yes symbols inclusively
|
-
-
+| length | Length of clickable text. Length must be in range of 1-4096 Yes symbols inclusively |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/offset.md b/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/offset.md
index a44c944..e2d363f 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/offset.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/offset.md
@@ -1,26 +1,28 @@
---
-title: offset -
+title: offset
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.messages](../index.md)/[MessageEntity](index.md)/[offset](offset.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.messages](../index.html)/[MessageEntity](index.html)/[offset](offset.html)
-# offset
-[jvm]
-Content
-val [offset](offset.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-More info
+# offset
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [offset](offset.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| offset|
Start position of clickable text. Must be in range of 0-4090 inclusively
|
-
-
+| offset | Start position of clickable text. Must be in range of 0-4090 inclusively |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/type.md b/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/type.md
index e5f5d74..1df2e23 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/type.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/type.md
@@ -1,26 +1,28 @@
---
-title: type -
+title: type
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.messages](../index.md)/[MessageEntity](index.md)/[type](type.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.messages](../index.html)/[MessageEntity](index.html)/[type](type.html)
-# type
-[jvm]
-Content
-val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# type
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| type|
Type of message entity. Must be one of: text_url
|
-
-
+| type | Type of message entity. Must be one of: text_url |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/url.md b/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/url.md
index 36796b3..38e7d6d 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/url.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.messages/-message-entity/url.md
@@ -1,26 +1,28 @@
---
-title: url -
+title: url
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.messages](../index.md)/[MessageEntity](index.md)/[url](url.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.messages](../index.html)/[MessageEntity](index.html)/[url](url.html)
-# url
-[jvm]
-Content
-val [url](url.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# url
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [url](url.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| url|
Link that opens by clicking text. Must be valid URL
|
-
-
+| url | Link that opens by clicking text. Must be valid URL |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.messages/index.md b/docs/shop/shop/com.tezro.api.shop.model.messages/index.md
index cdf0b4f..665cd41 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.messages/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.messages/index.md
@@ -1,16 +1,18 @@
---
-title: com.tezro.api.shop.model.messages -
+title: com.tezro.api.shop.model.messages
---
-//[shop](../../index.md)/[com.tezro.api.shop.model.messages](index.md)
+//[shop](../../index.html)/[com.tezro.api.shop.model.messages](index.html)
-# Package com.tezro.api.shop.model.messages
+# Package com.tezro.api.shop.model.messages
-## Types
-
-| Name | Summary |
+
+## Types
+
+
+| Name | Summary |
|---|---|
-| [MessageEntity](-message-entity/index.md)| [jvm]
Content
data class [MessageEntity](-message-entity/index.md)(**type**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **offset**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **length**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **url**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
More info
Used for making part of text as clickable url link.
|
+| [MessageEntity](-message-entity/index.html) | [jvm]
data class [MessageEntity](-message-entity/index.html)(val type: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), val offset: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), val length: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), val url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
Used for making part of text as clickable url link. |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/address-line.md b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/address-line.md
index 9d6c4f1..63ccc80 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/address-line.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/address-line.md
@@ -1,26 +1,28 @@
---
-title: addressLine -
+title: addressLine
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders.address](../index.md)/[Address](index.md)/[addressLine](address-line.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders.address](../index.html)/[Address](index.html)/[addressLine](address-line.html)
-# addressLine
-[jvm]
-Content
-val [addressLine](address-line.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# addressLine
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [addressLine](address-line.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| addressLine|
Full address (Street, building, apartment)
|
-
-
+| addressLine | Full address (Street, building, apartment) |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/city.md b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/city.md
index cdeec6e..6dea6f9 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/city.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/city.md
@@ -1,26 +1,28 @@
---
-title: city -
+title: city
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders.address](../index.md)/[Address](index.md)/[city](city.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders.address](../index.html)/[Address](index.html)/[city](city.html)
-# city
-[jvm]
-Content
-val [city](city.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# city
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [city](city.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| city|
Name of the city
|
-
-
+| city | Name of the city |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/comment.md b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/comment.md
index deb991b..4e60fa7 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/comment.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/comment.md
@@ -1,26 +1,28 @@
---
-title: comment -
+title: comment
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders.address](../index.md)/[Address](index.md)/[comment](comment.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders.address](../index.html)/[Address](index.html)/[comment](comment.html)
-# comment
-[jvm]
-Content
-val [comment](comment.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-More info
+# comment
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [comment](comment.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| comment|
Customer's comment about address
|
-
-
+| comment | Customer's comment about address |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/country.md b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/country.md
index c481045..136a2db 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/country.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/country.md
@@ -1,26 +1,28 @@
---
-title: country -
+title: country
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders.address](../index.md)/[Address](index.md)/[country](country.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders.address](../index.html)/[Address](index.html)/[country](country.html)
-# country
-[jvm]
-Content
-val [country](country.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# country
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [country](country.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| country|
Name of the country
|
-
-
+| country | Name of the country |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/id.md b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/id.md
index c056908..26373b8 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/id.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/id.md
@@ -1,26 +1,28 @@
---
-title: id -
+title: id
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders.address](../index.md)/[Address](index.md)/[id](id.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders.address](../index.html)/[Address](index.html)/[id](id.html)
-# id
-[jvm]
-Content
-val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# id
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| id|
Address id
|
-
-
+| id | Address id |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/index.md
index 9e9b995..7ef2b1d 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/index.md
@@ -1,55 +1,61 @@
---
-title: Address -
+title: Address
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders.address](../index.md)/[Address](index.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders.address](../index.html)/[Address](index.html)
-# Address
- [jvm] data class [Address](index.md)
+# Address
+
+
+
+[jvm]\
+data class [Address](index.html)
Contains detailed information about the address.
-
-## See also
-
-jvm
-
+## See also
+
+
+jvm
+
| | |
|---|---|
-| [com.tezro.api.shop.model.orders.address.Location](../-location/index.md)| |
-
+| [com.tezro.api.shop.model.orders.address.Location](../-location/index.html) | |
+
+
+## Parameters
+
+
+jvm
-## Parameters
-
-jvm
-
| | |
|---|---|
-| id|
Address id
|
-| addressLine|
Full address (Street, building, apartment)
|
-| city|
Name of the city
|
-| region|
Name of the region or state
|
-| country|
Name of the country
|
-| postalCode|
Zip or postal code of the address line
|
-| location|
Geo location of the address line
|
-| comment|
Customer's comment about address
|
-
-
-
-## Properties
-
-| Name | Summary |
+| id | Address id |
+| addressLine | Full address (Street, building, apartment) |
+| city | Name of the city |
+| region | Name of the region or state |
+| country | Name of the country |
+| postalCode | Zip or postal code of the address line |
+| location | Geo location of the address line |
+| comment | Customer's comment about address |
+
+
+
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [addressLine](address-line.md)| [jvm] val [addressLine](address-line.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Full address (Street, building, apartment)
|
-| [city](city.md)| [jvm] val [city](city.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Name of the city
|
-| [comment](comment.md)| [jvm] val [comment](comment.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?Customer's comment about address
|
-| [country](country.md)| [jvm] val [country](country.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Name of the country
|
-| [id](id.md)| [jvm] val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Address id
|
-| [location](location.md)| [jvm] val [location](location.md): [Location](../-location/index.md)?Geo location of the address line
|
-| [postalCode](postal-code.md)| [jvm] val [postalCode](postal-code.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Zip or postal code of the address line
|
-| [region](region.md)| [jvm] val [region](region.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Name of the region or state
|
+| [addressLine](address-line.html) | [jvm]
val [addressLine](address-line.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [city](city.html) | [jvm]
val [city](city.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [comment](comment.html) | [jvm]
val [comment](comment.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? |
+| [country](country.html) | [jvm]
val [country](country.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [id](id.html) | [jvm]
val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [location](location.html) | [jvm]
val [location](location.html): [Location](../-location/index.html)? |
+| [postalCode](postal-code.html) | [jvm]
val [postalCode](postal-code.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [region](region.html) | [jvm]
val [region](region.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/location.md b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/location.md
index b57896e..8ef3986 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/location.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/location.md
@@ -1,26 +1,28 @@
---
-title: location -
+title: location
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders.address](../index.md)/[Address](index.md)/[location](location.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders.address](../index.html)/[Address](index.html)/[location](location.html)
-# location
-[jvm]
-Content
-val [location](location.md): [Location](../-location/index.md)?
-More info
+# location
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [location](location.html): [Location](../-location/index.html)?
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| location|
Geo location of the address line
|
-
-
+| location | Geo location of the address line |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/postal-code.md b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/postal-code.md
index 99c56b9..aa6ced6 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/postal-code.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/postal-code.md
@@ -1,26 +1,28 @@
---
-title: postalCode -
+title: postalCode
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders.address](../index.md)/[Address](index.md)/[postalCode](postal-code.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders.address](../index.html)/[Address](index.html)/[postalCode](postal-code.html)
-# postalCode
-[jvm]
-Content
-val [postalCode](postal-code.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# postalCode
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [postalCode](postal-code.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| postalCode|
Zip or postal code of the address line
|
-
-
+| postalCode | Zip or postal code of the address line |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/region.md b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/region.md
index f81382a..86f5897 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/region.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-address/region.md
@@ -1,26 +1,28 @@
---
-title: region -
+title: region
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders.address](../index.md)/[Address](index.md)/[region](region.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders.address](../index.html)/[Address](index.html)/[region](region.html)
-# region
-[jvm]
-Content
-val [region](region.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# region
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [region](region.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| region|
Name of the region or state
|
-
-
+| region | Name of the region or state |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-location/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-location/index.md
index 9807078..efcde69 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-location/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-location/index.md
@@ -1,33 +1,38 @@
---
-title: Location -
+title: Location
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders.address](../index.md)/[Location](index.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders.address](../index.html)/[Location](index.html)
-# Location
- [jvm] data class [Location](index.md)
+# Location
+
+
+
+[jvm]\
+data class [Location](index.html)
Contains detailed information about the geo location
-
-## Parameters
-
-jvm
-
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| latitude|
the north–south position of the point
|
-| longitude|
the east–west position of the point
|
-
+| latitude | the north–south position of the point |
+| longitude | the east–west position of the point |
+
+
+
+## Properties
-## Properties
-
-| Name | Summary |
+| Name | Summary |
|---|---|
-| [latitude](latitude.md)| [jvm] val [latitude](latitude.md): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)the north–south position of the point
|
-| [longitude](longitude.md)| [jvm] val [longitude](longitude.md): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)the east–west position of the point
|
+| [latitude](latitude.html) | [jvm]
val [latitude](latitude.html): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) |
+| [longitude](longitude.html) | [jvm]
val [longitude](longitude.html): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-location/latitude.md b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-location/latitude.md
index 87c08fe..b1fd0aa 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-location/latitude.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-location/latitude.md
@@ -1,26 +1,28 @@
---
-title: latitude -
+title: latitude
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders.address](../index.md)/[Location](index.md)/[latitude](latitude.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders.address](../index.html)/[Location](index.html)/[latitude](latitude.html)
-# latitude
-[jvm]
-Content
-val [latitude](latitude.md): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
-More info
+# latitude
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [latitude](latitude.html): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| latitude|
the north–south position of the point
|
-
-
+| latitude | the north–south position of the point |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-location/longitude.md b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-location/longitude.md
index 0be7b58..dee4664 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders.address/-location/longitude.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders.address/-location/longitude.md
@@ -1,26 +1,28 @@
---
-title: longitude -
+title: longitude
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders.address](../index.md)/[Location](index.md)/[longitude](longitude.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders.address](../index.html)/[Location](index.html)/[longitude](longitude.html)
-# longitude
-[jvm]
-Content
-val [longitude](longitude.md): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
-More info
+# longitude
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [longitude](longitude.html): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| longitude|
the east–west position of the point
|
-
-
+| longitude | the east–west position of the point |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders.address/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders.address/index.md
index b1ebc58..d570c4b 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders.address/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders.address/index.md
@@ -1,17 +1,19 @@
---
-title: com.tezro.api.shop.model.orders.address -
+title: com.tezro.api.shop.model.orders.address
---
-//[shop](../../index.md)/[com.tezro.api.shop.model.orders.address](index.md)
+//[shop](../../index.html)/[com.tezro.api.shop.model.orders.address](index.html)
-# Package com.tezro.api.shop.model.orders.address
+# Package com.tezro.api.shop.model.orders.address
-## Types
-
-| Name | Summary |
+
+## Types
+
+
+| Name | Summary |
|---|---|
-| [Address](-address/index.md)| [jvm]
Content
data class [Address](-address/index.md)
More info
Contains detailed information about the address.
|
-| [Location](-location/index.md)| [jvm]
Content
data class [Location](-location/index.md)
More info
Contains detailed information about the geo location
|
+| [Address](-address/index.html) | [jvm]
data class [Address](-address/index.html)
Contains detailed information about the address. |
+| [Location](-location/index.html) | [jvm]
data class [Location](-location/index.html)
Contains detailed information about the geo location |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-b-t-c/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-b-t-c/index.md
index 57b8e88..5807f6a 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-b-t-c/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-b-t-c/index.md
@@ -1,23 +1,28 @@
---
-title: BTC -
+title: BTC
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Currency](../index.md)/[BTC](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Currency](../index.html)/[BTC](index.html)
-# BTC
- [jvm] [BTC](index.md)()
+# BTC
+
+
+
+[jvm]\
+[BTC](index.html)()
+
Bitcoin currency symbol.
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-h-t/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-h-t/index.md
index 94d6d28..3f1a303 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-h-t/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-h-t/index.md
@@ -1,23 +1,28 @@
---
-title: CNHT -
+title: CNHT
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Currency](../index.md)/[CNHT](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Currency](../index.html)/[CNHT](index.html)
-# CNHT
- [jvm] [CNHT](index.md)()
+# CNHT
+
+
+
+[jvm]\
+[CNHT](index.html)()
+
Tether CNH currency symbol
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-y/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-y/index.md
index acf581f..0ba731d 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-y/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-y/index.md
@@ -1,23 +1,28 @@
---
-title: CNY -
+title: CNY
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Currency](../index.md)/[CNY](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Currency](../index.html)/[CNY](index.html)
-# CNY
- [jvm] [CNY](index.md)()
+# CNY
+
+
+
+[jvm]\
+[CNY](index.html)()
+
Chinese Yuan currency symbol
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.md
index a1623d1..74fab99 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.md
@@ -1,23 +1,28 @@
---
-title: ETH -
+title: ETH
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Currency](../index.md)/[ETH](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Currency](../index.html)/[ETH](index.html)
-# ETH
- [jvm] [ETH](index.md)()
+# ETH
+
+
+
+[jvm]\
+[ETH](index.html)()
+
Ethereum currency symbol.
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r-t/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r-t/index.md
index f77b459..7021e88 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r-t/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r-t/index.md
@@ -1,23 +1,28 @@
---
-title: EURT -
+title: EURT
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Currency](../index.md)/[EURT](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Currency](../index.html)/[EURT](index.html)
-# EURT
- [jvm] [EURT](index.md)()
+# EURT
+
+
+
+[jvm]\
+[EURT](index.html)()
+
Tether EUR currency symbol.
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r/index.md
index fba260c..51a2bc9 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r/index.md
@@ -1,23 +1,28 @@
---
-title: EUR -
+title: EUR
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Currency](../index.md)/[EUR](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Currency](../index.html)/[EUR](index.html)
-# EUR
- [jvm] [EUR](index.md)()
+# EUR
+
+
+
+[jvm]\
+[EUR](index.html)()
+
Euro currency symbol
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d-t/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d-t/index.md
index 53d927b..4ad0c4f 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d-t/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d-t/index.md
@@ -1,23 +1,28 @@
---
-title: USDT -
+title: USDT
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Currency](../index.md)/[USDT](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Currency](../index.html)/[USDT](index.html)
-# USDT
- [jvm] [USDT](index.md)()
+# USDT
+
+
+
+[jvm]\
+[USDT](index.html)()
+
Tether USD currency symbol.
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d/index.md
index 69054f4..fe3eaca 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d/index.md
@@ -1,23 +1,28 @@
---
-title: USD -
+title: USD
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Currency](../index.md)/[USD](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Currency](../index.html)/[USD](index.html)
-# USD
- [jvm] [USD](index.md)()
+# USD
+
+
+
+[jvm]\
+[USD](index.html)()
+
United States Dollar currency symbol
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-x-a-u-t/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-x-a-u-t/index.md
index c3a60bb..5c6c60a 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-x-a-u-t/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/-x-a-u-t/index.md
@@ -1,23 +1,28 @@
---
-title: XAUT -
+title: XAUT
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Currency](../index.md)/[XAUT](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Currency](../index.html)/[XAUT](index.html)
-# XAUT
- [jvm] [XAUT](index.md)()
+# XAUT
+
+
+
+[jvm]\
+[XAUT](index.html)()
+
Tether Gold currency symbol
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/index.md
index 49d03c2..cf0f7c8 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-currency/index.md
@@ -1,37 +1,42 @@
---
-title: Currency -
+title: Currency
---
-//[shop](../../../../index.md)/[com.tezro.api.shop.model.orders](../../index.md)/[Order](../index.md)/[Currency](index.md)
+//[shop](../../../../index.html)/[com.tezro.api.shop.model.orders](../../index.html)/[Order](../index.html)/[Currency](index.html)
-# Currency
- [jvm] enum [Currency](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[Order.Currency](index.md)>
+# Currency
+
+
+
+[jvm]\
+enum [Currency](index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[Order.Currency](index.html)>
Indicates the currency of an order.
-
-## Entries
-
+## Entries
+
+
| | |
|---|---|
-| [CNY](-c-n-y/index.md)| [jvm] [CNY](-c-n-y/index.md)()
Chinese Yuan currency symbol
|
-| [EUR](-e-u-r/index.md)| [jvm] [EUR](-e-u-r/index.md)()
Euro currency symbol
|
-| [USD](-u-s-d/index.md)| [jvm] [USD](-u-s-d/index.md)()
United States Dollar currency symbol
|
-| [XAUT](-x-a-u-t/index.md)| [jvm] [XAUT](-x-a-u-t/index.md)()
Tether Gold currency symbol
|
-| [CNHT](-c-n-h-t/index.md)| [jvm] [CNHT](-c-n-h-t/index.md)()
Tether CNH currency symbol
|
-| [EURT](-e-u-r-t/index.md)| [jvm] [EURT](-e-u-r-t/index.md)()
Tether EUR currency symbol.
|
-| [USDT](-u-s-d-t/index.md)| [jvm] [USDT](-u-s-d-t/index.md)()
Tether USD currency symbol.
|
-| [BTC](-b-t-c/index.md)| [jvm] [BTC](-b-t-c/index.md)()
Bitcoin currency symbol.
|
-| [ETH](-e-t-h/index.md)| [jvm] [ETH](-e-t-h/index.md)()
Ethereum currency symbol.
|
-
-
-## Properties
-
-| Name | Summary |
+| [CNY](-c-n-y/index.html) | [jvm]
[CNY](-c-n-y/index.html)()
Chinese Yuan currency symbol |
+| [EUR](-e-u-r/index.html) | [jvm]
[EUR](-e-u-r/index.html)()
Euro currency symbol |
+| [USD](-u-s-d/index.html) | [jvm]
[USD](-u-s-d/index.html)()
United States Dollar currency symbol |
+| [XAUT](-x-a-u-t/index.html) | [jvm]
[XAUT](-x-a-u-t/index.html)()
Tether Gold currency symbol |
+| [CNHT](-c-n-h-t/index.html) | [jvm]
[CNHT](-c-n-h-t/index.html)()
Tether CNH currency symbol |
+| [EURT](-e-u-r-t/index.html) | [jvm]
[EURT](-e-u-r-t/index.html)()
Tether EUR currency symbol. |
+| [USDT](-u-s-d-t/index.html) | [jvm]
[USDT](-u-s-d-t/index.html)()
Tether USD currency symbol. |
+| [BTC](-b-t-c/index.html) | [jvm]
[BTC](-b-t-c/index.html)()
Bitcoin currency symbol. |
+| [ETH](-e-t-h/index.html) | [jvm]
[ETH](-e-t-h/index.html)()
Ethereum currency symbol. |
+
+
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](index.md#944538506%2FProperties%2F-880856229)| [jvm] val [name](index.md#944538506%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](index.md#1890205556%2FProperties%2F-880856229)| [jvm] val [ordinal](index.md#1890205556%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-a-d-d-r-e-s-s_-c-o-n-f-i-r-m-e-d/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-a-d-d-r-e-s-s_-c-o-n-f-i-r-m-e-d/index.md
index c8294b3..1a3b9a5 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-a-d-d-r-e-s-s_-c-o-n-f-i-r-m-e-d/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-a-d-d-r-e-s-s_-c-o-n-f-i-r-m-e-d/index.md
@@ -1,23 +1,28 @@
---
-title: ADDRESS_CONFIRMED -
+title: ADDRESS_CONFIRMED
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Status](../index.md)/[ADDRESS_CONFIRMED](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Status](../index.html)/[ADDRESS_CONFIRMED](index.html)
-# ADDRESS_CONFIRMED
- [jvm] [ADDRESS_CONFIRMED](index.md)()
+# ADDRESS_CONFIRMED
+
+
+
+[jvm]\
+[ADDRESS_CONFIRMED](index.html)()
+
Indicates that the customer has entered order's delivery address in Tezro App.
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-c-o-n-f-i-r-m-e-d/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-c-o-n-f-i-r-m-e-d/index.md
index 80f775c..3630351 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-c-o-n-f-i-r-m-e-d/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-c-o-n-f-i-r-m-e-d/index.md
@@ -1,23 +1,28 @@
---
-title: CONFIRMED -
+title: CONFIRMED
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Status](../index.md)/[CONFIRMED](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Status](../index.html)/[CONFIRMED](index.html)
-# CONFIRMED
- [jvm] [CONFIRMED](index.md)()
+# CONFIRMED
+
+
+
+[jvm]\
+[CONFIRMED](index.html)()
+
Indicates that the customer has paid using escrow service in Tezro App.
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-c-r-e-a-t-e-d/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-c-r-e-a-t-e-d/index.md
index 53ab7a1..5a8b588 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-c-r-e-a-t-e-d/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-c-r-e-a-t-e-d/index.md
@@ -1,23 +1,28 @@
---
-title: CREATED -
+title: CREATED
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Status](../index.md)/[CREATED](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Status](../index.html)/[CREATED](index.html)
-# CREATED
- [jvm] [CREATED](index.md)()
+# CREATED
+
+
+
+[jvm]\
+[CREATED](index.html)()
+
Indicates that the order was successfully created when user clicked to Pay button in shop's site.
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-d-e-l-i-v-e-r-e-d/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-d-e-l-i-v-e-r-e-d/index.md
index 0ace1c0..65d64b4 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-d-e-l-i-v-e-r-e-d/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-d-e-l-i-v-e-r-e-d/index.md
@@ -1,23 +1,28 @@
---
-title: DELIVERED -
+title: DELIVERED
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Status](../index.md)/[DELIVERED](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Status](../index.html)/[DELIVERED](index.html)
-# DELIVERED
- [jvm] [DELIVERED](index.md)()
+# DELIVERED
+
+
+
+[jvm]\
+[DELIVERED](index.html)()
+
Indicates that the shop has notified customer about successful delivery.
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-d-i-s-p-u-t-e-d/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-d-i-s-p-u-t-e-d/index.md
index 01f1c47..9ef6e70 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-d-i-s-p-u-t-e-d/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-d-i-s-p-u-t-e-d/index.md
@@ -1,23 +1,28 @@
---
-title: DISPUTED -
+title: DISPUTED
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Status](../index.md)/[DISPUTED](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Status](../index.html)/[DISPUTED](index.html)
-# DISPUTED
- [jvm] [DISPUTED](index.md)()
+# DISPUTED
+
+
+
+[jvm]\
+[DISPUTED](index.html)()
+
Indicates that the customer has disputed order.
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-e-x-p-i-r-e-d/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-e-x-p-i-r-e-d/index.md
index ffabe87..ae59aad 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-e-x-p-i-r-e-d/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-e-x-p-i-r-e-d/index.md
@@ -1,23 +1,28 @@
---
-title: EXPIRED -
+title: EXPIRED
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Status](../index.md)/[EXPIRED](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Status](../index.html)/[EXPIRED](index.html)
-# EXPIRED
- [jvm] [EXPIRED](index.md)()
+# EXPIRED
+
+
+
+[jvm]\
+[EXPIRED](index.html)()
+
Indicates that the order has expired. If customer not payed order through escrow service for the right time.
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-r-e-c-e-i-v-e-d/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-r-e-c-e-i-v-e-d/index.md
index 64da0a1..802d6c2 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-r-e-c-e-i-v-e-d/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/-r-e-c-e-i-v-e-d/index.md
@@ -1,23 +1,28 @@
---
-title: RECEIVED -
+title: RECEIVED
---
-//[shop](../../../../../index.md)/[com.tezro.api.shop.model.orders](../../../index.md)/[Order](../../index.md)/[Status](../index.md)/[RECEIVED](index.md)
+//[shop](../../../../../index.html)/[com.tezro.api.shop.model.orders](../../../index.html)/[Order](../../index.html)/[Status](../index.html)/[RECEIVED](index.html)
-# RECEIVED
- [jvm] [RECEIVED](index.md)()
+# RECEIVED
+
+
+
+[jvm]\
+[RECEIVED](index.html)()
+
Indicates that the customer has confirmed delivery and unlocked payment. If not, payment will be unlocked automatically in 45 days after delivery confirmation by shop.
-
-## Properties
-
-| Name | Summary |
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/index.md
index caaafc2..1f8378a 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/-status/index.md
@@ -1,35 +1,40 @@
---
-title: Status -
+title: Status
---
-//[shop](../../../../index.md)/[com.tezro.api.shop.model.orders](../../index.md)/[Order](../index.md)/[Status](index.md)
+//[shop](../../../../index.html)/[com.tezro.api.shop.model.orders](../../index.html)/[Order](../index.html)/[Status](index.html)
-# Status
- [jvm] enum [Status](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[Order.Status](index.md)>
+# Status
+
+
+
+[jvm]\
+enum [Status](index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[Order.Status](index.html)>
Indicates the current status of an order.
-
-## Entries
-
+## Entries
+
+
| | |
|---|---|
-| [DISPUTED](-d-i-s-p-u-t-e-d/index.md)| [jvm] [DISPUTED](-d-i-s-p-u-t-e-d/index.md)()
Indicates that the customer has disputed order.
|
-| [RECEIVED](-r-e-c-e-i-v-e-d/index.md)| [jvm] [RECEIVED](-r-e-c-e-i-v-e-d/index.md)()
Indicates that the customer has confirmed delivery and unlocked payment.
|
-| [DELIVERED](-d-e-l-i-v-e-r-e-d/index.md)| [jvm] [DELIVERED](-d-e-l-i-v-e-r-e-d/index.md)()
Indicates that the shop has notified customer about successful delivery.
|
-| [CONFIRMED](-c-o-n-f-i-r-m-e-d/index.md)| [jvm] [CONFIRMED](-c-o-n-f-i-r-m-e-d/index.md)()
Indicates that the customer has paid using escrow service in Tezro App.
|
-| [ADDRESS_CONFIRMED](-a-d-d-r-e-s-s_-c-o-n-f-i-r-m-e-d/index.md)| [jvm] [ADDRESS_CONFIRMED](-a-d-d-r-e-s-s_-c-o-n-f-i-r-m-e-d/index.md)()
Indicates that the customer has entered order's delivery address in Tezro App.
|
-| [EXPIRED](-e-x-p-i-r-e-d/index.md)| [jvm] [EXPIRED](-e-x-p-i-r-e-d/index.md)()
Indicates that the order has expired.
|
-| [CREATED](-c-r-e-a-t-e-d/index.md)| [jvm] [CREATED](-c-r-e-a-t-e-d/index.md)()
Indicates that the order was successfully created when user clicked to Pay button in shop's site.
|
-
-
-## Properties
-
-| Name | Summary |
+| [DISPUTED](-d-i-s-p-u-t-e-d/index.html) | [jvm]
[DISPUTED](-d-i-s-p-u-t-e-d/index.html)()
Indicates that the customer has disputed order. |
+| [RECEIVED](-r-e-c-e-i-v-e-d/index.html) | [jvm]
[RECEIVED](-r-e-c-e-i-v-e-d/index.html)()
Indicates that the customer has confirmed delivery and unlocked payment. If not, payment will be unlocked automatically in 45 days after delivery confirmation by shop. |
+| [DELIVERED](-d-e-l-i-v-e-r-e-d/index.html) | [jvm]
[DELIVERED](-d-e-l-i-v-e-r-e-d/index.html)()
Indicates that the shop has notified customer about successful delivery. |
+| [CONFIRMED](-c-o-n-f-i-r-m-e-d/index.html) | [jvm]
[CONFIRMED](-c-o-n-f-i-r-m-e-d/index.html)()
Indicates that the customer has paid using escrow service in Tezro App. |
+| [ADDRESS_CONFIRMED](-a-d-d-r-e-s-s_-c-o-n-f-i-r-m-e-d/index.html) | [jvm]
[ADDRESS_CONFIRMED](-a-d-d-r-e-s-s_-c-o-n-f-i-r-m-e-d/index.html)()
Indicates that the customer has entered order's delivery address in Tezro App. |
+| [EXPIRED](-e-x-p-i-r-e-d/index.html) | [jvm]
[EXPIRED](-e-x-p-i-r-e-d/index.html)()
Indicates that the order has expired. If customer not payed order through escrow service for the right time. |
+| [CREATED](-c-r-e-a-t-e-d/index.html) | [jvm]
[CREATED](-c-r-e-a-t-e-d/index.html)()
Indicates that the order was successfully created when user clicked to Pay button in shop's site. |
+
+
+## Properties
+
+
+| Name | Summary |
|---|---|
-| [name](index.md#1226967339%2FProperties%2F-880856229)| [jvm] val [name](index.md#1226967339%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
-| [ordinal](index.md#1886636595%2FProperties%2F-880856229)| [jvm] val [ordinal](index.md#1886636595%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
|
+| [name](../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229) | [jvm]
val [name](../-currency/-e-t-h/index.html#-372974862%2FProperties%2F-880856229): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [ordinal](../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229) | [jvm]
val [ordinal](../-currency/-e-t-h/index.html#-739389684%2FProperties%2F-880856229): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/address.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/address.md
index a478691..d5129dd 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/address.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/address.md
@@ -1,26 +1,28 @@
---
-title: address -
+title: address
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[address](address.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[address](address.html)
-# address
-[jvm]
-Content
-val [address](address.md): [Address](../../com.tezro.api.shop.model.orders.address/-address/index.md)?
-More info
+# address
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [address](address.html): [Address](../../com.tezro.api.shop.model.orders.address/-address/index.html)?
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| address|
Delivery address. Available after confirming address by the customer
|
-
-
+| address | Delivery address. Available after confirming address by the customer |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/amount-confirmation-url.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/amount-confirmation-url.md
index b5509bb..05154af 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/amount-confirmation-url.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/amount-confirmation-url.md
@@ -1,26 +1,28 @@
---
-title: amountConfirmationUrl -
+title: amountConfirmationUrl
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[amountConfirmationUrl](amount-confirmation-url.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[amountConfirmationUrl](amount-confirmation-url.html)
-# amountConfirmationUrl
-[jvm]
-Content
-val [amountConfirmationUrl](amount-confirmation-url.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-More info
+# amountConfirmationUrl
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [amountConfirmationUrl](amount-confirmation-url.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| amountConfirmationUrl|
Url for confirming delivery address
|
-
-
+| amountConfirmationUrl | Url for confirming delivery address |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/amount.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/amount.md
index d6ce25d..04e2e63 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/amount.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/amount.md
@@ -1,26 +1,28 @@
---
-title: amount -
+title: amount
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[amount](amount.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[amount](amount.html)
-# amount
-[jvm]
-Content
-val [amount](amount.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# amount
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [amount](amount.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| amount|
Item's amount
|
-
-
+| amount | Item's amount |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/attributes.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/attributes.md
index 42c9237..bddc0b4 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/attributes.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/attributes.md
@@ -1,26 +1,28 @@
---
-title: attributes -
+title: attributes
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[attributes](attributes.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[attributes](attributes.html)
-# attributes
-[jvm]
-Content
-val [attributes](attributes.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.md)>?
-More info
+# attributes
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [attributes](attributes.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.html)>?
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| attributes|
List of attributes about the order
|
-
-
+| attributes | List of attributes about the order |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/currency.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/currency.md
index 16dd2ac..572881e 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/currency.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/currency.md
@@ -1,26 +1,28 @@
---
-title: currency -
+title: currency
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[currency](currency.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[currency](currency.html)
-# currency
-[jvm]
-Content
-val [currency](currency.md): [Order.Currency](-currency/index.md)
-More info
+# currency
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [currency](currency.html): [Order.Currency](-currency/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| currency|
Payment currency
|
-
-
+| currency | Payment currency |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/customer-full-name.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/customer-full-name.md
index f011e87..d390efa 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/customer-full-name.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/customer-full-name.md
@@ -1,26 +1,28 @@
---
-title: customerFullName -
+title: customerFullName
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[customerFullName](customer-full-name.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[customerFullName](customer-full-name.html)
-# customerFullName
-[jvm]
-Content
-val [customerFullName](customer-full-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-More info
+# customerFullName
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [customerFullName](customer-full-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| customerFullName|
First and Last name of the customer
|
-
-
+| customerFullName | First and Last name of the customer |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/customer-phone-number.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/customer-phone-number.md
index 5de939d..79be675 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/customer-phone-number.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/customer-phone-number.md
@@ -1,26 +1,28 @@
---
-title: customerPhoneNumber -
+title: customerPhoneNumber
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[customerPhoneNumber](customer-phone-number.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[customerPhoneNumber](customer-phone-number.html)
-# customerPhoneNumber
-[jvm]
-Content
-val [customerPhoneNumber](customer-phone-number.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-More info
+# customerPhoneNumber
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [customerPhoneNumber](customer-phone-number.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| customerPhoneNumber|
Phone number of the customer
|
-
-
+| customerPhoneNumber | Phone number of the customer |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/eos-name.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/eos-name.md
index 3de97be..ef9be03 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/eos-name.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/eos-name.md
@@ -1,26 +1,28 @@
---
-title: eosName -
+title: eosName
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[eosName](eos-name.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[eosName](eos-name.html)
-# eosName
-[jvm]
-Content
-val [eosName](eos-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# eosName
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [eosName](eos-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| eosName|
Shop's eos account name
|
-
-
+| eosName | Shop's eos account name |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/expiry-date.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/expiry-date.md
index 1632639..0aea077 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/expiry-date.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/expiry-date.md
@@ -1,26 +1,28 @@
---
-title: expiryDate -
+title: expiryDate
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[expiryDate](expiry-date.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[expiryDate](expiry-date.html)
-# expiryDate
-[jvm]
-Content
-val [expiryDate](expiry-date.md): [Date](https://docs.oracle.com/javase/8/docs/api/java/util/Date.html)
-More info
+# expiryDate
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [expiryDate](expiry-date.html): [Date](https://docs.oracle.com/javase/8/docs/api/java/util/Date.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| expiryDate|
ISO8601 DateTime string. If not provided by shop, will be expired in 1 hour after order created
|
-
-
+| expiryDate | ISO8601 DateTime string. If not provided by shop, will be expired in 1 hour after order created |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/external-id.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/external-id.md
index cb2d8d5..98104d1 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/external-id.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/external-id.md
@@ -1,26 +1,28 @@
---
-title: externalId -
+title: externalId
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[externalId](external-id.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[externalId](external-id.html)
-# externalId
-[jvm]
-Content
-val [externalId](external-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# externalId
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [externalId](external-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| externalId|
Order's id that should be used to make requests and queries in other methods other than init method. This id is generated by Tezro Open-Api if init method is successful
|
-
-
+| externalId | Order's id that should be used to make requests and queries in other methods other than init method. This id is generated by Tezro Open-Api if init method is successful |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/index.md
index ca0b792..7a9d185 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/index.md
@@ -1,87 +1,94 @@
---
-title: Order -
+title: Order
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)
-# Order
- [jvm] data class [Order](index.md)
+# Order
+
+
+
+[jvm]\
+data class [Order](index.html)
Contains detailed information about order
-
-## See also
-
-jvm
-
+## See also
+
+
+jvm
+
| | |
|---|---|
-| [com.tezro.api.shop.model.orders.address.Address](../../com.tezro.api.shop.model.orders.address/-address/index.md)| |
-| [com.tezro.api.shop.model.orders.Order.Currency](-currency/index.md)| |
-| [com.tezro.api.shop.model.common.Attribute](../../com.tezro.api.shop.model.common/-attribute/index.md)| |
-
+| [com.tezro.api.shop.model.orders.address.Address](../../com.tezro.api.shop.model.orders.address/-address/index.html) | |
+| [com.tezro.api.shop.model.orders.Order.Currency](-currency/index.html) | |
+| [com.tezro.api.shop.model.common.Attribute](../../com.tezro.api.shop.model.common/-attribute/index.html) | |
+
+
+
+## Parameters
-## Parameters
-
-jvm
-
+jvm
+
| | |
|---|---|
-| externalId|
Order's id that should be used to make requests and queries in other methods other than init method. This id is generated by Tezro Open-Api if init method is successful
|
-| internalId|
Order's id that was provided in init method
|
-| name|
Name of the order product or products
|
-| status|
Current status of the order
|
-| amount|
Item's amount
|
-| shippingAmount|
Shipping amount
|
-| totalAmount|
Sum of item and shipping amounts
|
-| eosName|
Shop's eos account name
|
-| currency|
Payment currency
|
-| expiryDate|
ISO8601 DateTime string. If not provided by shop, will be expired in 1 hour after order created
|
-| paymentLink|
The link that will open Tezro app for payment transaction
|
-| address|
Delivery address. Available after confirming address by the customer
|
-| transactionId|
Id of payment transaction. Available after confirming order by the customer
|
-| amountConfirmationUrl|
Url for confirming delivery address
|
-| customerFullName|
First and Last name of the customer
|
-| customerPhoneNumber|
Phone number of the customer
|
-| photos|
List of photo urls of ordered products
|
-| attributes|
List of attributes about the order
|
-| trackingNumber|
The number that was provided by the seller which is used to track the location of the product during shipment
|
-
-
-
-## Types
-
-| Name | Summary |
+| externalId | Order's id that should be used to make requests and queries in other methods other than init method. This id is generated by Tezro Open-Api if init method is successful |
+| internalId | Order's id that was provided in init method |
+| name | Name of the order product or products |
+| status | Current status of the order |
+| amount | Item's amount |
+| shippingAmount | Shipping amount |
+| totalAmount | Sum of item and shipping amounts |
+| eosName | Shop's eos account name |
+| currency | Payment currency |
+| expiryDate | ISO8601 DateTime string. If not provided by shop, will be expired in 1 hour after order created |
+| paymentLink | The link that will open Tezro app for payment transaction |
+| address | Delivery address. Available after confirming address by the customer |
+| transactionId | Id of payment transaction. Available after confirming order by the customer |
+| amountConfirmationUrl | Url for confirming delivery address |
+| customerFullName | First and Last name of the customer |
+| customerPhoneNumber | Phone number of the customer |
+| photos | List of photo urls of ordered products |
+| attributes | List of attributes about the order |
+| trackingNumber | The number that was provided by the seller which is used to track the location of the product during shipment |
+
+
+
+## Types
+
+
+| Name | Summary |
|---|---|
-| [Currency](-currency/index.md)| [jvm]
Content
enum [Currency](-currency/index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[Order.Currency](-currency/index.md)>
More info
Indicates the currency of an order.
|
-| [Status](-status/index.md)| [jvm]
Content
enum [Status](-status/index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[Order.Status](-status/index.md)>
More info
Indicates the current status of an order.
|
+| [Currency](-currency/index.html) | [jvm]
enum [Currency](-currency/index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[Order.Currency](-currency/index.html)>
Indicates the currency of an order. |
+| [Status](-status/index.html) | [jvm]
enum [Status](-status/index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[Order.Status](-status/index.html)>
Indicates the current status of an order. |
+
+
+## Properties
-## Properties
-
-| Name | Summary |
+| Name | Summary |
|---|---|
-| [address](address.md)| [jvm] val [address](address.md): [Address](../../com.tezro.api.shop.model.orders.address/-address/index.md)?Delivery address.
|
-| [amount](amount.md)| [jvm] val [amount](amount.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Item's amount
|
-| [amountConfirmationUrl](amount-confirmation-url.md)| [jvm] val [amountConfirmationUrl](amount-confirmation-url.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?Url for confirming delivery address
|
-| [attributes](attributes.md)| [jvm] val [attributes](attributes.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.md)>?List of attributes about the order
|
-| [currency](currency.md)| [jvm] val [currency](currency.md): [Order.Currency](-currency/index.md)Payment currency
|
-| [customerFullName](customer-full-name.md)| [jvm] val [customerFullName](customer-full-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?First and Last name of the customer
|
-| [customerPhoneNumber](customer-phone-number.md)| [jvm] val [customerPhoneNumber](customer-phone-number.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?Phone number of the customer
|
-| [eosName](eos-name.md)| [jvm] val [eosName](eos-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Shop's eos account name
|
-| [expiryDate](expiry-date.md)| [jvm] val [expiryDate](expiry-date.md): [Date](https://docs.oracle.com/javase/8/docs/api/java/util/Date.html)ISO8601 DateTime string.
|
-| [externalId](external-id.md)| [jvm] val [externalId](external-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Order's id that should be used to make requests and queries in other methods other than init method.
|
-| [internalId](internal-id.md)| [jvm] val [internalId](internal-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Order's id that was provided in init method
|
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Name of the order product or products
|
-| [paymentLink](payment-link.md)| [jvm] val [paymentLink](payment-link.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)The link that will open Tezro app for payment transaction
|
-| [photos](photos.md)| [jvm] val [photos](photos.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>?List of photo urls of ordered products
|
-| [shippingAmount](shipping-amount.md)| [jvm] val [shippingAmount](shipping-amount.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?Shipping amount
|
-| [status](status.md)| [jvm] val [status](status.md): [Order.Status](-status/index.md)Current status of the order
|
-| [totalAmount](total-amount.md)| [jvm] val [totalAmount](total-amount.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)Sum of item and shipping amounts
|
-| [trackingNumber](tracking-number.md)| [jvm] val [trackingNumber](tracking-number.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?The number that was provided by the seller which is used to track the location of the product during shipment
|
-| [transactionId](transaction-id.md)| [jvm] val [transactionId](transaction-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?Id of payment transaction.
|
+| [address](address.html) | [jvm]
val [address](address.html): [Address](../../com.tezro.api.shop.model.orders.address/-address/index.html)? |
+| [amount](amount.html) | [jvm]
val [amount](amount.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [amountConfirmationUrl](amount-confirmation-url.html) | [jvm]
val [amountConfirmationUrl](amount-confirmation-url.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? |
+| [attributes](attributes.html) | [jvm]
val [attributes](attributes.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.html)>? |
+| [currency](currency.html) | [jvm]
val [currency](currency.html): [Order.Currency](-currency/index.html) |
+| [customerFullName](customer-full-name.html) | [jvm]
val [customerFullName](customer-full-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? |
+| [customerPhoneNumber](customer-phone-number.html) | [jvm]
val [customerPhoneNumber](customer-phone-number.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? |
+| [eosName](eos-name.html) | [jvm]
val [eosName](eos-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [expiryDate](expiry-date.html) | [jvm]
val [expiryDate](expiry-date.html): [Date](https://docs.oracle.com/javase/8/docs/api/java/util/Date.html) |
+| [externalId](external-id.html) | [jvm]
val [externalId](external-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [internalId](internal-id.html) | [jvm]
val [internalId](internal-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [paymentLink](payment-link.html) | [jvm]
val [paymentLink](payment-link.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [photos](photos.html) | [jvm]
val [photos](photos.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>? |
+| [shippingAmount](shipping-amount.html) | [jvm]
val [shippingAmount](shipping-amount.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? |
+| [status](status.html) | [jvm]
val [status](status.html): [Order.Status](-status/index.html) |
+| [totalAmount](total-amount.html) | [jvm]
val [totalAmount](total-amount.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
+| [trackingNumber](tracking-number.html) | [jvm]
val [trackingNumber](tracking-number.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? |
+| [transactionId](transaction-id.html) | [jvm]
val [transactionId](transaction-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/internal-id.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/internal-id.md
index 6358d9b..2251a99 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/internal-id.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/internal-id.md
@@ -1,26 +1,28 @@
---
-title: internalId -
+title: internalId
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[internalId](internal-id.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[internalId](internal-id.html)
-# internalId
-[jvm]
-Content
-val [internalId](internal-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# internalId
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [internalId](internal-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| internalId|
Order's id that was provided in init method
|
-
-
+| internalId | Order's id that was provided in init method |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/name.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/name.md
index 6acf6ef..e6c459f 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/name.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/name.md
@@ -1,26 +1,28 @@
---
-title: name -
+title: name
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[name](name.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[name](name.html)
-# name
-[jvm]
-Content
-val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# name
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| name|
Name of the order product or products
|
-
-
+| name | Name of the order product or products |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/payment-link.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/payment-link.md
index 31ce848..acf2a56 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/payment-link.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/payment-link.md
@@ -1,26 +1,28 @@
---
-title: paymentLink -
+title: paymentLink
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[paymentLink](payment-link.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[paymentLink](payment-link.html)
-# paymentLink
-[jvm]
-Content
-val [paymentLink](payment-link.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# paymentLink
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [paymentLink](payment-link.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| paymentLink|
The link that will open Tezro app for payment transaction
|
-
-
+| paymentLink | The link that will open Tezro app for payment transaction |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/photos.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/photos.md
index ec08264..6ac57cc 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/photos.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/photos.md
@@ -1,26 +1,28 @@
---
-title: photos -
+title: photos
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[photos](photos.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[photos](photos.html)
-# photos
-[jvm]
-Content
-val [photos](photos.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>?
-More info
+# photos
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [photos](photos.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>?
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| photos|
List of photo urls of ordered products
|
-
-
+| photos | List of photo urls of ordered products |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/shipping-amount.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/shipping-amount.md
index d46c718..349a2fa 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/shipping-amount.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/shipping-amount.md
@@ -1,26 +1,28 @@
---
-title: shippingAmount -
+title: shippingAmount
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[shippingAmount](shipping-amount.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[shippingAmount](shipping-amount.html)
-# shippingAmount
-[jvm]
-Content
-val [shippingAmount](shipping-amount.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-More info
+# shippingAmount
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [shippingAmount](shipping-amount.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| shippingAmount|
Shipping amount
|
-
-
+| shippingAmount | Shipping amount |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/status.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/status.md
index 522360b..e7cc704 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/status.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/status.md
@@ -1,26 +1,28 @@
---
-title: status -
+title: status
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[status](status.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[status](status.html)
-# status
-[jvm]
-Content
-val [status](status.md): [Order.Status](-status/index.md)
-More info
+# status
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [status](status.html): [Order.Status](-status/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| status|
Current status of the order
|
-
-
+| status | Current status of the order |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/total-amount.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/total-amount.md
index ab13763..a158eaf 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/total-amount.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/total-amount.md
@@ -1,26 +1,28 @@
---
-title: totalAmount -
+title: totalAmount
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[totalAmount](total-amount.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[totalAmount](total-amount.html)
-# totalAmount
-[jvm]
-Content
-val [totalAmount](total-amount.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-More info
+# totalAmount
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [totalAmount](total-amount.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| totalAmount|
Sum of item and shipping amounts
|
-
-
+| totalAmount | Sum of item and shipping amounts |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/tracking-number.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/tracking-number.md
index bbcc7e8..3c6daa9 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/tracking-number.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/tracking-number.md
@@ -1,26 +1,28 @@
---
-title: trackingNumber -
+title: trackingNumber
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[trackingNumber](tracking-number.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[trackingNumber](tracking-number.html)
-# trackingNumber
-[jvm]
-Content
-val [trackingNumber](tracking-number.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-More info
+# trackingNumber
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [trackingNumber](tracking-number.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| trackingNumber|
The number that was provided by the seller which is used to track the location of the product during shipment
|
-
-
+| trackingNumber | The number that was provided by the seller which is used to track the location of the product during shipment |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/transaction-id.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/transaction-id.md
index a4b1db9..2cdfb40 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-order/transaction-id.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-order/transaction-id.md
@@ -1,26 +1,28 @@
---
-title: transactionId -
+title: transactionId
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[Order](index.md)/[transactionId](transaction-id.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[Order](index.html)/[transactionId](transaction-id.html)
-# transactionId
-[jvm]
-Content
-val [transactionId](transaction-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-More info
+# transactionId
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [transactionId](transaction-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| transactionId|
Id of payment transaction. Available after confirming order by the customer
|
-
-
+| transactionId | Id of payment transaction. Available after confirming order by the customer |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/-orders-page.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/-orders-page.md
index 98d1b16..fbe85ff 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/-orders-page.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/-orders-page.md
@@ -1,27 +1,29 @@
---
-title: OrdersPage -
+title: OrdersPage
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[OrdersPage](index.md)/[OrdersPage](-orders-page.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[OrdersPage](index.html)/[OrdersPage](-orders-page.html)
-# OrdersPage
-[jvm]
-Content
-fun [OrdersPage](-orders-page.md)(pagination: [Pagination](../../com.tezro.api.shop.model.common/-pagination/index.md), ordersList: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Order](../-order/index.md)>)
-More info
+# OrdersPage
-## Parameters
-
-jvm
-
+
+[jvm]\
+fun [OrdersPage](-orders-page.html)(pagination: [Pagination](../../com.tezro.api.shop.model.common/-pagination/index.html), ordersList: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Order](../-order/index.html)>)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| pagination|
Contains detailed information about the page
|
-| ordersList|
Contains orders
|
-
-
+| pagination | Contains detailed information about the page |
+| ordersList | Contains orders |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/index.md
index 6f4b627..3188d03 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/index.md
@@ -1,51 +1,58 @@
---
-title: OrdersPage -
+title: OrdersPage
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[OrdersPage](index.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[OrdersPage](index.html)
-# OrdersPage
- [jvm] data class [OrdersPage](index.md)(**pagination**: [Pagination](../../com.tezro.api.shop.model.common/-pagination/index.md), **ordersList**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Order](../-order/index.md)>)
+# OrdersPage
+
+
+
+[jvm]\
+data class [OrdersPage](index.html)(val pagination: [Pagination](../../com.tezro.api.shop.model.common/-pagination/index.html), val ordersList: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Order](../-order/index.html)>)
Contains detailed information about order page
-
-## See also
-
-jvm
-
+## See also
+
+
+jvm
+
| | |
|---|---|
-| [com.tezro.api.shop.model.common.Pagination](../../com.tezro.api.shop.model.common/-pagination/index.md)| |
-| [com.tezro.api.shop.model.orders.Order](../-order/index.md)| |
-
+| [com.tezro.api.shop.model.common.Pagination](../../com.tezro.api.shop.model.common/-pagination/index.html) | |
+| [com.tezro.api.shop.model.orders.Order](../-order/index.html) | |
+
+
+## Parameters
+
+
+jvm
-## Parameters
-
-jvm
-
| | |
|---|---|
-| pagination|
Contains detailed information about the page
|
-| ordersList|
Contains orders
|
-
+| pagination | Contains detailed information about the page |
+| ordersList | Contains orders |
+
+
+
+## Constructors
-## Constructors
-
| | |
|---|---|
-| [OrdersPage](-orders-page.md)| [jvm] fun [OrdersPage](-orders-page.md)(pagination: [Pagination](../../com.tezro.api.shop.model.common/-pagination/index.md), ordersList: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Order](../-order/index.md)>)Contains detailed information about the page
|
+| [OrdersPage](-orders-page.html) | [jvm]
fun [OrdersPage](-orders-page.html)(pagination: [Pagination](../../com.tezro.api.shop.model.common/-pagination/index.html), ordersList: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Order](../-order/index.html)>) |
+
+
+## Properties
-## Properties
-
-| Name | Summary |
+| Name | Summary |
|---|---|
-| [ordersList](orders-list.md)| [jvm] val [ordersList](orders-list.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Order](../-order/index.md)>Contains orders
|
-| [pagination](pagination.md)| [jvm] val [pagination](pagination.md): [Pagination](../../com.tezro.api.shop.model.common/-pagination/index.md)Contains detailed information about the page
|
+| [ordersList](orders-list.html) | [jvm]
val [ordersList](orders-list.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Order](../-order/index.html)> |
+| [pagination](pagination.html) | [jvm]
val [pagination](pagination.html): [Pagination](../../com.tezro.api.shop.model.common/-pagination/index.html) |
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/orders-list.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/orders-list.md
index b3b5324..60b5aad 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/orders-list.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/orders-list.md
@@ -1,26 +1,28 @@
---
-title: ordersList -
+title: ordersList
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[OrdersPage](index.md)/[ordersList](orders-list.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[OrdersPage](index.html)/[ordersList](orders-list.html)
-# ordersList
-[jvm]
-Content
-val [ordersList](orders-list.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Order](../-order/index.md)>
-More info
+# ordersList
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [ordersList](orders-list.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Order](../-order/index.html)>
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| ordersList|
Contains orders
|
-
-
+| ordersList | Contains orders |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/pagination.md b/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/pagination.md
index 6f2ccde..b326d97 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/pagination.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/-orders-page/pagination.md
@@ -1,26 +1,28 @@
---
-title: pagination -
+title: pagination
---
-//[shop](../../../index.md)/[com.tezro.api.shop.model.orders](../index.md)/[OrdersPage](index.md)/[pagination](pagination.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.model.orders](../index.html)/[OrdersPage](index.html)/[pagination](pagination.html)
-# pagination
-[jvm]
-Content
-val [pagination](pagination.md): [Pagination](../../com.tezro.api.shop.model.common/-pagination/index.md)
-More info
+# pagination
-## Parameters
-
-jvm
-
+
+[jvm]\
+val [pagination](pagination.html): [Pagination](../../com.tezro.api.shop.model.common/-pagination/index.html)
+
+
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| pagination|
Contains detailed information about the page
|
-
-
+| pagination | Contains detailed information about the page |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.model.orders/index.md b/docs/shop/shop/com.tezro.api.shop.model.orders/index.md
index de94ec0..7c2cbe7 100644
--- a/docs/shop/shop/com.tezro.api.shop.model.orders/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.model.orders/index.md
@@ -1,17 +1,19 @@
---
-title: com.tezro.api.shop.model.orders -
+title: com.tezro.api.shop.model.orders
---
-//[shop](../../index.md)/[com.tezro.api.shop.model.orders](index.md)
+//[shop](../../index.html)/[com.tezro.api.shop.model.orders](index.html)
-# Package com.tezro.api.shop.model.orders
+# Package com.tezro.api.shop.model.orders
-## Types
-
-| Name | Summary |
+
+## Types
+
+
+| Name | Summary |
|---|---|
-| [Order](-order/index.md)| [jvm]
Content
data class [Order](-order/index.md)
More info
Contains detailed information about order
|
-| [OrdersPage](-orders-page/index.md)| [jvm]
Content
data class [OrdersPage](-orders-page/index.md)(**pagination**: [Pagination](../com.tezro.api.shop.model.common/-pagination/index.md), **ordersList**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Order](-order/index.md)>)
More info
Contains detailed information about order page
|
+| [Order](-order/index.html) | [jvm]
data class [Order](-order/index.html)
Contains detailed information about order |
+| [OrdersPage](-orders-page/index.html) | [jvm]
data class [OrdersPage](-orders-page/index.html)(val pagination: [Pagination](../com.tezro.api.shop.model.common/-pagination/index.html), val ordersList: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Order](-order/index.html)>)
Contains detailed information about order page |
diff --git a/docs/shop/shop/com.tezro.api.shop.providers/-shop/index.md b/docs/shop/shop/com.tezro.api.shop.providers/-shop/index.md
index 17f462d..5bc5f73 100644
--- a/docs/shop/shop/com.tezro.api.shop.providers/-shop/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.providers/-shop/index.md
@@ -1,31 +1,36 @@
---
-title: Shop -
+title: Shop
---
-//[shop](../../../index.md)/[com.tezro.api.shop.providers](../index.md)/[Shop](index.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.providers](../index.html)/[Shop](index.html)
-# Shop
- [jvm] object [Shop](index.md)
+# Shop
+
+
+
+[jvm]\
+object [Shop](index.html)
Tezro shop main class. Used to create different components for working with shops.
-
-## See also
-
-jvm
-
+## See also
+
+
+jvm
+
| | |
|---|---|
-| [com.tezro.api.shop.service.IShopService](../../com.tezro.api.shop.service/-i-shop-service/index.md)| |
-
+| [com.tezro.api.shop.service.IShopService](../../com.tezro.api.shop.service/-i-shop-service/index.html) | |
+
+
+
+## Functions
-## Functions
-
-| Name | Summary |
+| Name | Summary |
|---|---|
-| [initShopService](init-shop-service.md)| [jvm]
Content
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
fun [initShopService](init-shop-service.md)(keyId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), secret: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, isTestMode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [IShopService](../../com.tezro.api.shop.service/-i-shop-service/index.md)
More info
Creates a new instance of shop service.
|
+| [initShopService](init-shop-service.html) | [jvm]
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)
fun [initShopService](init-shop-service.html)(keyId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), secret: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, isTestMode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [IShopService](../../com.tezro.api.shop.service/-i-shop-service/index.html)
Creates a new instance of shop service. |
diff --git a/docs/shop/shop/com.tezro.api.shop.providers/-shop/init-shop-service.md b/docs/shop/shop/com.tezro.api.shop.providers/-shop/init-shop-service.md
index 77eaf27..747ff94 100644
--- a/docs/shop/shop/com.tezro.api.shop.providers/-shop/init-shop-service.md
+++ b/docs/shop/shop/com.tezro.api.shop.providers/-shop/init-shop-service.md
@@ -1,17 +1,25 @@
---
-title: initShopService -
+title: initShopService
---
-//[shop](../../../index.md)/[com.tezro.api.shop.providers](../index.md)/[Shop](index.md)/[initShopService](init-shop-service.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.providers](../index.html)/[Shop](index.html)/[initShopService](init-shop-service.html)
-# initShopService
-[jvm]
-Content
-@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
-
-fun [initShopService](init-shop-service.md)(keyId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), secret: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, isTestMode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [IShopService](../../com.tezro.api.shop.service/-i-shop-service/index.md)
-More info
+# initShopService
+
+
+
+[jvm]\
+
+
+
+
+@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)
+
+
+
+fun [initShopService](init-shop-service.html)(keyId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), secret: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, isTestMode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [IShopService](../../com.tezro.api.shop.service/-i-shop-service/index.html)
+
Creates a new instance of shop service.
@@ -30,34 +38,36 @@ The reason that singleton instance management is not handled by this library is
-#### Return
+#### Return
+
Returns a new instance of shop service
-## See also
-
-jvm
-
+## See also
+
+
+jvm
+
| | |
|---|---|
-| [com.tezro.api.shop.service.IShopService](../../com.tezro.api.shop.service/-i-shop-service/index.md)| |
-
+| [com.tezro.api.shop.service.IShopService](../../com.tezro.api.shop.service/-i-shop-service/index.html) | |
-## Parameters
-
-jvm
-
+
+## Parameters
+
+
+jvm
+
| | |
|---|---|
-| keyId|
Retrieve from credentials in Tezro app
|
-| secret|
Retrieve from credentials in Tezro app, not providing secret will disable some of the requests
|
-| isTestMode|
Uses test service mode
|
-
-
+| keyId | Retrieve from credentials in Tezro app |
+| secret | Retrieve from credentials in Tezro app, not providing secret will disable some of the requests |
+| isTestMode | Uses test service mode |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.providers/index.md b/docs/shop/shop/com.tezro.api.shop.providers/index.md
index 62600d7..0b6bb7e 100644
--- a/docs/shop/shop/com.tezro.api.shop.providers/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.providers/index.md
@@ -1,16 +1,18 @@
---
-title: com.tezro.api.shop.providers -
+title: com.tezro.api.shop.providers
---
-//[shop](../../index.md)/[com.tezro.api.shop.providers](index.md)
+//[shop](../../index.html)/[com.tezro.api.shop.providers](index.html)
-# Package com.tezro.api.shop.providers
+# Package com.tezro.api.shop.providers
-## Types
-
-| Name | Summary |
+
+## Types
+
+
+| Name | Summary |
|---|---|
-| [Shop](-shop/index.md)| [jvm]
Content
object [Shop](-shop/index.md)
More info
Tezro shop main class.
|
+| [Shop](-shop/index.html) | [jvm]
object [Shop](-shop/index.html)
Tezro shop main class. Used to create different components for working with shops. |
diff --git a/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/create-order.md b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/create-order.md
index 014eb90..c5c7ae1 100644
--- a/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/create-order.md
+++ b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/create-order.md
@@ -1,57 +1,61 @@
---
-title: createOrder -
+title: createOrder
---
-//[shop](../../../index.md)/[com.tezro.api.shop.service](../index.md)/[IShopService](index.md)/[createOrder](create-order.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.service](../index.html)/[IShopService](index.html)/[createOrder](create-order.html)
-# createOrder
-[jvm]
-Content
-abstract fun [createOrder](create-order.md)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), amount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), currency: [Order.Currency](../../com.tezro.api.shop.model.orders/-order/-currency/index.md), confirmAmountUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), expiryDate: [Date](https://docs.oracle.com/javase/8/docs/api/java/util/Date.html), photos: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>?, attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.md)>?): [IRequest](../../com.tezro.api.core.client.requests/-i-request/index.md)<[Order](../../com.tezro.api.shop.model.orders/-order/index.md), [Error](../../com.tezro.api.shop.model.common/-error/index.md)>
-More info
+# createOrder
+
+
+
+[jvm]\
+abstract fun [createOrder](create-order.html)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), amount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), currency: [Order.Currency](../../com.tezro.api.shop.model.orders/-order/-currency/index.html), confirmAmountUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), expiryDate: [Date](https://docs.oracle.com/javase/8/docs/api/java/util/Date.html), photos: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>?, attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.html)>?): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[Order](../../com.tezro.api.shop.model.orders/-order/index.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
+
Initializes a new order.
-#### Return
+#### Return
+
Detailed information about the created order
-## See also
-
-jvm
-
+## See also
+
+
+jvm
+
| | |
|---|---|
-| [com.tezro.api.shop.model.orders.Order.Status](../../com.tezro.api.shop.model.orders/-order/-status/index.md)| |
-| [com.tezro.api.shop.model.orders.Order.Currency](../../com.tezro.api.shop.model.orders/-order/-currency/index.md)| |
-| [com.tezro.api.shop.model.common.Attribute](../../com.tezro.api.shop.model.common/-attribute/index.md)| |
-| [com.tezro.api.shop.model.orders.Order](../../com.tezro.api.shop.model.orders/-order/index.md)| |
-
+| [com.tezro.api.shop.model.orders.Order.Status](../../com.tezro.api.shop.model.orders/-order/-status/index.html) | |
+| [com.tezro.api.shop.model.orders.Order.Currency](../../com.tezro.api.shop.model.orders/-order/-currency/index.html) | |
+| [com.tezro.api.shop.model.common.Attribute](../../com.tezro.api.shop.model.common/-attribute/index.html) | |
+| [com.tezro.api.shop.model.orders.Order](../../com.tezro.api.shop.model.orders/-order/index.html) | |
+
+
+## Parameters
+
+
+jvm
-## Parameters
-
-jvm
-
| | |
|---|---|
-| orderId|
The created order will have this value as an internalId. It must be unique and length must be in a range of 1 to 20 symbols
|
-| name|
Name of the order product or products
|
-| amount|
The amount that should be payed by the customer
|
-| currency|
The currency that will be accepted for payment
|
-| confirmAmountUrl|
Used for confirming order's amount and payment status. This must be a valid url. Protocol is required (only http or https)
|
-| expiryDate|
The date when this order will be no longer valid. Date must be later than current time + 1 min and earlier than current time + 24 hours. If you don't provide a date, it will be by default 1 hour since creation
|
-| photos|
List of photo urls of ordered products
|
-| attributes|
List of attributes about the order
|
-
-
+| orderId | The created order will have this value as an internalId. It must be unique and length must be in a range of 1 to 20 symbols |
+| name | Name of the order product or products |
+| amount | The amount that should be payed by the customer |
+| currency | The currency that will be accepted for payment |
+| confirmAmountUrl | Used for confirming order's amount and payment status. This must be a valid url. Protocol is required (only http or https) |
+| expiryDate | The date when this order will be no longer valid. Date must be later than current time + 1 min and earlier than current time + 24 hours. If you don't provide a date, it will be by default 1 hour since creation |
+| photos | List of photo urls of ordered products |
+| attributes | List of attributes about the order |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/get-order.md b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/get-order.md
index 061f99c..c0d59df 100644
--- a/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/get-order.md
+++ b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/get-order.md
@@ -1,47 +1,51 @@
---
-title: getOrder -
+title: getOrder
---
-//[shop](../../../index.md)/[com.tezro.api.shop.service](../index.md)/[IShopService](index.md)/[getOrder](get-order.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.service](../index.html)/[IShopService](index.html)/[getOrder](get-order.html)
-# getOrder
-[jvm]
-Content
-abstract fun [getOrder](get-order.md)(orderExternalId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [IRequest](../../com.tezro.api.core.client.requests/-i-request/index.md)<[Order](../../com.tezro.api.shop.model.orders/-order/index.md), [Error](../../com.tezro.api.shop.model.common/-error/index.md)>
-More info
+# getOrder
+
+
+
+[jvm]\
+abstract fun [getOrder](get-order.html)(orderExternalId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[Order](../../com.tezro.api.shop.model.orders/-order/index.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
+
Request an order by its id.
-#### Return
+#### Return
+
The requested order
-## See also
-
-jvm
-
+## See also
+
+
+jvm
+
| | |
|---|---|
-| [com.tezro.api.shop.model.orders.Order](../../com.tezro.api.shop.model.orders/-order/external-id.md)| |
-
+| [com.tezro.api.shop.model.orders.Order](../../com.tezro.api.shop.model.orders/-order/external-id.html) | |
+
+
+## Parameters
+
+
+jvm
-## Parameters
-
-jvm
-
| | |
|---|---|
-| orderExternalId|
Order's id which should be returned. Make sure to use order's external id rather than internal
|
-
-
+| orderExternalId | Order's id which should be returned. Make sure to use order's external id rather than internal |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/get-orders.md b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/get-orders.md
index 14746ee..b4205a2 100644
--- a/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/get-orders.md
+++ b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/get-orders.md
@@ -1,52 +1,56 @@
---
-title: getOrders -
+title: getOrders
---
-//[shop](../../../index.md)/[com.tezro.api.shop.service](../index.md)/[IShopService](index.md)/[getOrders](get-orders.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.service](../index.html)/[IShopService](index.html)/[getOrders](get-orders.html)
-# getOrders
-[jvm]
-Content
-abstract fun [getOrders](get-orders.md)(offset: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null, limit: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null, direction: [Pagination.Direction](../../com.tezro.api.shop.model.common/-pagination/-direction/index.md)? = null, status: [Order.Status](../../com.tezro.api.shop.model.orders/-order/-status/index.md)? = null): [IRequest](../../com.tezro.api.core.client.requests/-i-request/index.md)<[OrdersPage](../../com.tezro.api.shop.model.orders/-orders-page/index.md), [Error](../../com.tezro.api.shop.model.common/-error/index.md)>
-More info
+# getOrders
+
+
+
+[jvm]\
+abstract fun [getOrders](get-orders.html)(offset: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null, limit: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null, direction: [Pagination.Direction](../../com.tezro.api.shop.model.common/-pagination/-direction/index.html)? = null, status: [Order.Status](../../com.tezro.api.shop.model.orders/-order/-status/index.html)? = null): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[OrdersPage](../../com.tezro.api.shop.model.orders/-orders-page/index.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
+
Request a list of orders.
-#### Return
+#### Return
+
A collection of orders paged and filtered by the given parameters
-## See also
-
-jvm
-
+## See also
+
+
+jvm
+
| | |
|---|---|
-| [com.tezro.api.shop.model.orders.Order.Status](../../com.tezro.api.shop.model.orders/-order/-status/index.md)| |
-| [com.tezro.api.shop.model.orders.OrdersPage](../../com.tezro.api.shop.model.orders/-orders-page/index.md)| |
-| [com.tezro.api.shop.model.common.Pagination.Direction](../../com.tezro.api.shop.model.common/-pagination/-direction/index.md)| |
-
+| [com.tezro.api.shop.model.orders.Order.Status](../../com.tezro.api.shop.model.orders/-order/-status/index.html) | |
+| [com.tezro.api.shop.model.orders.OrdersPage](../../com.tezro.api.shop.model.orders/-orders-page/index.html) | |
+| [com.tezro.api.shop.model.common.Pagination.Direction](../../com.tezro.api.shop.model.common/-pagination/-direction/index.html) | |
+
+
+## Parameters
+
+
+jvm
-## Parameters
-
-jvm
-
| | |
|---|---|
-| offset|
Number of elements to skip
|
-| limit|
Number of elements to return
|
-| direction|
Sorting direction of elements
|
-| status|
Filters the result collection to contain only orders of a specific status
|
-
-
+| offset | Number of elements to skip |
+| limit | Number of elements to return |
+| direction | Sorting direction of elements |
+| status | Filters the result collection to contain only orders of a specific status |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/index.md b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/index.md
index 7f7a95e..70e9e31 100644
--- a/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/index.md
@@ -1,26 +1,31 @@
---
-title: IShopService -
+title: IShopService
---
-//[shop](../../../index.md)/[com.tezro.api.shop.service](../index.md)/[IShopService](index.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.service](../index.html)/[IShopService](index.html)
-# IShopService
- [jvm] interface [IShopService](index.md)
+# IShopService
+
+
+
+[jvm]\
+interface [IShopService](index.html)
A Service which is used to make requests to Tezro Open-Api to send or receive different information about a shop and orders.
-
-## Functions
-
-| Name | Summary |
+## Functions
+
+
+| Name | Summary |
|---|---|
-| [addOrderTrackingNumber](add-order-tracking-number.md)| [jvm]
Content
abstract fun [addOrderTrackingNumber](add-order-tracking-number.md)(orderExternalId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), trackingNumber: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), trackingUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null): [IRequest](../../com.tezro.api.core.client.requests/-i-request/index.md)<[Void](https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html), [Error](../../com.tezro.api.shop.model.common/-error/index.md)>
More info
Adds a new tracking number and url to the order.
|
-| [confirmDelivery](confirm-delivery.md)| [jvm]
Content
abstract fun [confirmDelivery](confirm-delivery.md)(orderExternalId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), comment: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null): [IRequest](../../com.tezro.api.core.client.requests/-i-request/index.md)<[Void](https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html), [Error](../../com.tezro.api.shop.model.common/-error/index.md)>
More info
Updates order's current status to delivered and sends a request to the customer to unlock payment.
|
-| [createOrder](create-order.md)| [jvm]
Content
abstract fun [createOrder](create-order.md)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), amount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), currency: [Order.Currency](../../com.tezro.api.shop.model.orders/-order/-currency/index.md), confirmAmountUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), expiryDate: [Date](https://docs.oracle.com/javase/8/docs/api/java/util/Date.html), photos: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>?, attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.md)>?): [IRequest](../../com.tezro.api.core.client.requests/-i-request/index.md)<[Order](../../com.tezro.api.shop.model.orders/-order/index.md), [Error](../../com.tezro.api.shop.model.common/-error/index.md)>
More info
Initializes a new order.
|
-| [getOrder](get-order.md)| [jvm]
Content
abstract fun [getOrder](get-order.md)(orderExternalId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [IRequest](../../com.tezro.api.core.client.requests/-i-request/index.md)<[Order](../../com.tezro.api.shop.model.orders/-order/index.md), [Error](../../com.tezro.api.shop.model.common/-error/index.md)>
More info
Request an order by its id.
|
-| [getOrders](get-orders.md)| [jvm]
Content
abstract fun [getOrders](get-orders.md)(offset: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null, limit: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null, direction: [Pagination.Direction](../../com.tezro.api.shop.model.common/-pagination/-direction/index.md)? = null, status: [Order.Status](../../com.tezro.api.shop.model.orders/-order/-status/index.md)? = null): [IRequest](../../com.tezro.api.core.client.requests/-i-request/index.md)<[OrdersPage](../../com.tezro.api.shop.model.orders/-orders-page/index.md), [Error](../../com.tezro.api.shop.model.common/-error/index.md)>
More info
Request a list of orders.
|
-| [sendMessage](send-message.md)| [jvm]
Content
abstract fun [sendMessage](send-message.md)(externalOrderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), message: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), entities: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MessageEntity](../../com.tezro.api.shop.model.messages/-message-entity/index.md)>?): [IRequest](../../com.tezro.api.core.client.requests/-i-request/index.md)<[Void](https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html), [Error](../../com.tezro.api.shop.model.common/-error/index.md)>
More info
Sends message to customer that created a specific order.
|
+| [createOrder](create-order.html) | [jvm]
abstract fun [createOrder](create-order.html)(orderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), amount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), currency: [Order.Currency](../../com.tezro.api.shop.model.orders/-order/-currency/index.html), confirmAmountUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), expiryDate: [Date](https://docs.oracle.com/javase/8/docs/api/java/util/Date.html), photos: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>?, attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.html)>?): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[Order](../../com.tezro.api.shop.model.orders/-order/index.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
Initializes a new order. |
+| [getOrder](get-order.html) | [jvm]
abstract fun [getOrder](get-order.html)(orderExternalId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[Order](../../com.tezro.api.shop.model.orders/-order/index.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
Request an order by its id. |
+| [getOrders](get-orders.html) | [jvm]
abstract fun [getOrders](get-orders.html)(offset: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null, limit: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null, direction: [Pagination.Direction](../../com.tezro.api.shop.model.common/-pagination/-direction/index.html)? = null, status: [Order.Status](../../com.tezro.api.shop.model.orders/-order/-status/index.html)? = null): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[OrdersPage](../../com.tezro.api.shop.model.orders/-orders-page/index.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
Request a list of orders. |
+| [sendMessage](send-message.html) | [jvm]
abstract fun [sendMessage](send-message.html)(externalOrderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), message: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), entities: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MessageEntity](../../com.tezro.api.shop.model.messages/-message-entity/index.html)>?): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[Void](https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
Sends message to customer that created a specific order. Should be used when order's status is one of: confirmed, delivered, disputed. |
+| [setOrderStatusDelivered](set-order-status-delivered.html) | [jvm]
abstract fun [setOrderStatusDelivered](set-order-status-delivered.html)(orderExternalId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.html)>?, comment: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[Void](https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
Updates order's current status to delivered and sends a request to the customer to unlock payment. |
+| [setOrderStatusDelivering](set-order-status-delivering.html) | [jvm]
abstract fun [setOrderStatusDelivering](set-order-status-delivering.html)(orderExternalId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.html)>?, trackingNumber: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), trackingUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, comment: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[Void](https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
Updates order status to delivering. Adds a new tracking number and url to the order. This number will be used by the customer to track the location of the product during shipment. |
+| [setOrderStatusProcessing](set-order-status-processing.html) | [jvm]
abstract fun [setOrderStatusProcessing](set-order-status-processing.html)(orderExternalId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.html)>?, comment: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[Void](https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
Updates order's current status to processing and sends a notification to the customer. |
diff --git a/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/send-message.md b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/send-message.md
index 934efb3..b450154 100644
--- a/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/send-message.md
+++ b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/send-message.md
@@ -1,49 +1,53 @@
---
-title: sendMessage -
+title: sendMessage
---
-//[shop](../../../index.md)/[com.tezro.api.shop.service](../index.md)/[IShopService](index.md)/[sendMessage](send-message.md)
+//[shop](../../../index.html)/[com.tezro.api.shop.service](../index.html)/[IShopService](index.html)/[sendMessage](send-message.html)
-# sendMessage
-[jvm]
-Content
-abstract fun [sendMessage](send-message.md)(externalOrderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), message: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), entities: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MessageEntity](../../com.tezro.api.shop.model.messages/-message-entity/index.md)>?): [IRequest](../../com.tezro.api.core.client.requests/-i-request/index.md)<[Void](https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html), [Error](../../com.tezro.api.shop.model.common/-error/index.md)>
-More info
+# sendMessage
+
+
+
+[jvm]\
+abstract fun [sendMessage](send-message.html)(externalOrderId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), message: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), entities: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MessageEntity](../../com.tezro.api.shop.model.messages/-message-entity/index.html)>?): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[Void](https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
+
Sends message to customer that created a specific order. Should be used when order's status is one of: confirmed, delivered, disputed.
-#### Return
+#### Return
+
Nothing special, just void;)
-## See also
-
-jvm
-
+## See also
+
+
+jvm
+
| | |
|---|---|
-| [com.tezro.api.shop.model.orders.Order](../../com.tezro.api.shop.model.orders/-order/external-id.md)| |
-
+| [com.tezro.api.shop.model.orders.Order](../../com.tezro.api.shop.model.orders/-order/external-id.html) | |
+
+
+## Parameters
+
+
+jvm
-## Parameters
-
-jvm
-
| | |
|---|---|
-| externalOrderId|
Order's id to which messages should be sent. Make sure to use order's external id rather than internal
|
-| message|
Message body
|
-| entities|
Used for making part of text as clickable url link
|
-
-
+| externalOrderId | Order's id to which messages should be sent. Make sure to use order's external id rather than internal |
+| message | Message body |
+| entities | Used for making part of text as clickable url link |
+
diff --git a/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/set-order-status-delivered.md b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/set-order-status-delivered.md
new file mode 100644
index 0000000..e9b9897
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/set-order-status-delivered.md
@@ -0,0 +1,53 @@
+---
+title: setOrderStatusDelivered
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.service](../index.html)/[IShopService](index.html)/[setOrderStatusDelivered](set-order-status-delivered.html)
+
+
+
+# setOrderStatusDelivered
+
+
+
+[jvm]\
+abstract fun [setOrderStatusDelivered](set-order-status-delivered.html)(orderExternalId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.html)>?, comment: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[Void](https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
+
+
+
+Updates order's current status to delivered and sends a request to the customer to unlock payment.
+
+
+
+#### Return
+
+
+
+Nothing special, just void;)
+
+
+
+## See also
+
+
+jvm
+
+| | |
+|---|---|
+| [com.tezro.api.shop.model.orders.Order](../../com.tezro.api.shop.model.orders/-order/external-id.html) | |
+
+
+
+## Parameters
+
+
+jvm
+
+| | |
+|---|---|
+| orderExternalId | Order's id which should be updated. Make sure to use order's external id rather than internal |
+| comment | A comment that will be added to the order with the new status and will be displayed in the payment unlocking request (optional). Length must be in range of 1-4096 symbols inclusively |
+| attributes | List of attributes about the order |
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/set-order-status-delivering.md b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/set-order-status-delivering.md
new file mode 100644
index 0000000..bedb754
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/set-order-status-delivering.md
@@ -0,0 +1,55 @@
+---
+title: setOrderStatusDelivering
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.service](../index.html)/[IShopService](index.html)/[setOrderStatusDelivering](set-order-status-delivering.html)
+
+
+
+# setOrderStatusDelivering
+
+
+
+[jvm]\
+abstract fun [setOrderStatusDelivering](set-order-status-delivering.html)(orderExternalId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.html)>?, trackingNumber: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), trackingUrl: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, comment: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[Void](https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
+
+
+
+Updates order status to delivering. Adds a new tracking number and url to the order. This number will be used by the customer to track the location of the product during shipment.
+
+
+
+#### Return
+
+
+
+Nothing special, just void;)
+
+
+
+## See also
+
+
+jvm
+
+| | |
+|---|---|
+| [com.tezro.api.shop.model.orders.Order](../../com.tezro.api.shop.model.orders/-order/external-id.html) | |
+
+
+
+## Parameters
+
+
+jvm
+
+| | |
+|---|---|
+| orderExternalId | Order's id which should be edited. Make sure to use order's external id rather than internal |
+| attributes | List of attributes about the order |
+| trackingNumber | The number that will be used to track the goods |
+| trackingUrl | The url of the website where goods can be tracked |
+| comment | A comment that will be added to the order with the new status and will be displayed in the payment unlocking request (optional). Length must be in range of 1-4096 symbols inclusively |
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/set-order-status-processing.md b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/set-order-status-processing.md
new file mode 100644
index 0000000..d4145a4
--- /dev/null
+++ b/docs/shop/shop/com.tezro.api.shop.service/-i-shop-service/set-order-status-processing.md
@@ -0,0 +1,53 @@
+---
+title: setOrderStatusProcessing
+---
+//[shop](../../../index.html)/[com.tezro.api.shop.service](../index.html)/[IShopService](index.html)/[setOrderStatusProcessing](set-order-status-processing.html)
+
+
+
+# setOrderStatusProcessing
+
+
+
+[jvm]\
+abstract fun [setOrderStatusProcessing](set-order-status-processing.html)(orderExternalId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), attributes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Attribute](../../com.tezro.api.shop.model.common/-attribute/index.html)>?, comment: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?): [IRequest](../../com.tezro.api.shop.client.core.client.requests/-i-request/index.html)<[Void](https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html), [Error](../../com.tezro.api.shop.model.common/-error/index.html)>
+
+
+
+Updates order's current status to processing and sends a notification to the customer.
+
+
+
+#### Return
+
+
+
+Nothing special, just void;)
+
+
+
+## See also
+
+
+jvm
+
+| | |
+|---|---|
+| [com.tezro.api.shop.model.orders.Order](../../com.tezro.api.shop.model.orders/-order/external-id.html) | |
+
+
+
+## Parameters
+
+
+jvm
+
+| | |
+|---|---|
+| orderExternalId | Order's id which should be updated. Make sure to use order's external id rather than internal |
+| attributes | List of attributes about the order |
+| comment | A comment that will be added to the order with the new status and will be displayed in the payment unlocking request (optional). Length must be in range of 1-4096 symbols inclusively |
+
+
+
+
diff --git a/docs/shop/shop/com.tezro.api.shop.service/index.md b/docs/shop/shop/com.tezro.api.shop.service/index.md
index ca9c5e6..3eaaf49 100644
--- a/docs/shop/shop/com.tezro.api.shop.service/index.md
+++ b/docs/shop/shop/com.tezro.api.shop.service/index.md
@@ -1,16 +1,18 @@
---
-title: com.tezro.api.shop.service -
+title: com.tezro.api.shop.service
---
-//[shop](../../index.md)/[com.tezro.api.shop.service](index.md)
+//[shop](../../index.html)/[com.tezro.api.shop.service](index.html)
-# Package com.tezro.api.shop.service
+# Package com.tezro.api.shop.service
-## Types
-
-| Name | Summary |
+
+## Types
+
+
+| Name | Summary |
|---|---|
-| [IShopService](-i-shop-service/index.md)| [jvm]
Content
interface [IShopService](-i-shop-service/index.md)
More info
A Service which is used to make requests to Tezro Open-Api to send or receive different information about a shop and orders.
|
+| [IShopService](-i-shop-service/index.html) | [jvm]
interface [IShopService](-i-shop-service/index.html)
A Service which is used to make requests to Tezro Open-Api to send or receive different information about a shop and orders. |
diff --git a/docs/shop/shop/package-list b/docs/shop/shop/package-list
index 887a348..8a8ddb6 100644
--- a/docs/shop/shop/package-list
+++ b/docs/shop/shop/package-list
@@ -1,170 +1,141 @@
$dokka.format:jekyll-v1
-$dokka.linkExtension:md
-$dokka.location:com.tezro.api.core.client.requests////PointingToDeclaration/shop/com.tezro.api.core.client.requests/index.md
-$dokka.location:com.tezro.api.core.client.requests/IRequest///PointingToDeclaration/shop/com.tezro.api.core.client.requests/-i-request/index.md
-$dokka.location:com.tezro.api.core.client.requests/IRequest/cancel/#/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-i-request/cancel.md
-$dokka.location:com.tezro.api.core.client.requests/IRequest/enqueue/#/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-i-request/enqueue.md
-$dokka.location:com.tezro.api.core.client.requests/IRequest/setErrorListener/#kotlin.Function1[TypeParam(bounds=[kotlin.Any?]),kotlin.Unit]?/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-i-request/set-error-listener.md
-$dokka.location:com.tezro.api.core.client.requests/IRequest/setSuccessListener/#kotlin.Function1[TypeParam(bounds=[kotlin.Any?]),kotlin.Unit]?/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-i-request/set-success-listener.md
-$dokka.location:com.tezro.api.core.client.requests/IRequestDelegate///PointingToDeclaration/shop/com.tezro.api.core.client.requests/-i-request-delegate/index.md
-$dokka.location:com.tezro.api.core.client.requests/IRequestDelegate/notifyError/#TypeParam(bounds=[kotlin.Any?])/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-i-request-delegate/notify-error.md
-$dokka.location:com.tezro.api.core.client.requests/IRequestDelegate/notifySuccess/#TypeParam(bounds=[kotlin.Any?])/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-i-request-delegate/notify-success.md
-$dokka.location:com.tezro.api.core.client.requests/IRequestDelegate/setCancelBlock/#kotlin.Function0[kotlin.Unit]/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-i-request-delegate/set-cancel-block.md
-$dokka.location:com.tezro.api.core.client.requests/IRequestDelegate/setEnqueueBlock/#kotlin.Function0[kotlin.Unit]/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-i-request-delegate/set-enqueue-block.md
-$dokka.location:com.tezro.api.core.client.requests/Request///PointingToDeclaration/shop/com.tezro.api.core.client.requests/-request/index.md
-$dokka.location:com.tezro.api.core.client.requests/Request/Request/#/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-request/-request.md
-$dokka.location:com.tezro.api.core.client.requests/Request/cancel/#/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-request/cancel.md
-$dokka.location:com.tezro.api.core.client.requests/Request/enqueue/#/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-request/enqueue.md
-$dokka.location:com.tezro.api.core.client.requests/Request/notifyError/#TypeParam(bounds=[kotlin.Any?])/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-request/notify-error.md
-$dokka.location:com.tezro.api.core.client.requests/Request/notifySuccess/#TypeParam(bounds=[kotlin.Any?])/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-request/notify-success.md
-$dokka.location:com.tezro.api.core.client.requests/Request/setCancelBlock/#kotlin.Function0[kotlin.Unit]/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-request/set-cancel-block.md
-$dokka.location:com.tezro.api.core.client.requests/Request/setEnqueueBlock/#kotlin.Function0[kotlin.Unit]/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-request/set-enqueue-block.md
-$dokka.location:com.tezro.api.core.client.requests/Request/setErrorListener/#kotlin.Function1[TypeParam(bounds=[kotlin.Any?]),kotlin.Unit]?/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-request/set-error-listener.md
-$dokka.location:com.tezro.api.core.client.requests/Request/setSuccessListener/#kotlin.Function1[TypeParam(bounds=[kotlin.Any?]),kotlin.Unit]?/PointingToDeclaration/shop/com.tezro.api.core.client.requests/-request/set-success-listener.md
-$dokka.location:com.tezro.api.shop.client.core.cryption////PointingToDeclaration/shop/com.tezro.api.shop.client.core.cryption/index.md
-$dokka.location:com.tezro.api.shop.client.core.cryption/CryptoUtils///PointingToDeclaration/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/index.md
-$dokka.location:com.tezro.api.shop.client.core.cryption/CryptoUtils/calculateHexHMAC/#kotlin.String#javax.crypto.Mac/PointingToDeclaration/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/calculate-hex-h-m-a-c.md
-$dokka.location:com.tezro.api.shop.client.core.cryption/CryptoUtils/calculateHexHMAC/#kotlin.String#kotlin.String#kotlin.String/PointingToDeclaration/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/calculate-hex-h-m-a-c.md
-$dokka.location:com.tezro.api.shop.client.core.cryption/CryptoUtils/createHMACInstance/#kotlin.String#kotlin.String/PointingToDeclaration/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/create-h-m-a-c-instance.md
-$dokka.location:com.tezro.api.shop.client.core.cryption/CryptoUtils/toHexString/kotlin.ByteArray#/PointingToDeclaration/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/to-hex-string.md
-$dokka.location:com.tezro.api.shop.client.core.service////PointingToDeclaration/shop/com.tezro.api.shop.client.core.service/index.md
-$dokka.location:com.tezro.api.shop.client.core.service/RetrofitService.Companion///PointingToDeclaration/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/index.md
-$dokka.location:com.tezro.api.shop.client.core.service/RetrofitService.Companion/DEFAULT_ERROR_CODE/#/PointingToDeclaration/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.md
-$dokka.location:com.tezro.api.shop.client.core.service/RetrofitService.Companion/DEFAULT_ERROR_MESSAGE/#/PointingToDeclaration/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.md
-$dokka.location:com.tezro.api.shop.client.core.service/RetrofitService///PointingToDeclaration/shop/com.tezro.api.shop.client.core.service/-retrofit-service/index.md
-$dokka.location:com.tezro.api.shop.client.core.service/RetrofitService/RetrofitService/#/PointingToDeclaration/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-retrofit-service.md
-$dokka.location:com.tezro.api.shop.model.common////PointingToDeclaration/shop/com.tezro.api.shop.model.common/index.md
-$dokka.location:com.tezro.api.shop.model.common/Attribute///PointingToDeclaration/shop/com.tezro.api.shop.model.common/-attribute/index.md
-$dokka.location:com.tezro.api.shop.model.common/Attribute/Attribute/#kotlin.String#kotlin.String/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-attribute/-attribute.md
-$dokka.location:com.tezro.api.shop.model.common/Attribute/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-attribute/name.md
-$dokka.location:com.tezro.api.shop.model.common/Attribute/value/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-attribute/value.md
-$dokka.location:com.tezro.api.shop.model.common/Error///PointingToDeclaration/shop/com.tezro.api.shop.model.common/-error/index.md
-$dokka.location:com.tezro.api.shop.model.common/Error/Error/#kotlin.String#kotlin.Int#kotlin.Any/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-error/-error.md
-$dokka.location:com.tezro.api.shop.model.common/Error/error/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-error/error.md
-$dokka.location:com.tezro.api.shop.model.common/Error/message/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-error/message.md
-$dokka.location:com.tezro.api.shop.model.common/Error/statusCode/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-error/status-code.md
-$dokka.location:com.tezro.api.shop.model.common/Pagination.Direction.ASCENDING///PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/-direction/-a-s-c-e-n-d-i-n-g/index.md
-$dokka.location:com.tezro.api.shop.model.common/Pagination.Direction.ASCENDING/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/-direction/-a-s-c-e-n-d-i-n-g/name.md
-$dokka.location:com.tezro.api.shop.model.common/Pagination.Direction.ASCENDING/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/-direction/-a-s-c-e-n-d-i-n-g/ordinal.md
-$dokka.location:com.tezro.api.shop.model.common/Pagination.Direction.DESCENDING///PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/-direction/-d-e-s-c-e-n-d-i-n-g/index.md
-$dokka.location:com.tezro.api.shop.model.common/Pagination.Direction.DESCENDING/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/-direction/-d-e-s-c-e-n-d-i-n-g/name.md
-$dokka.location:com.tezro.api.shop.model.common/Pagination.Direction.DESCENDING/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/-direction/-d-e-s-c-e-n-d-i-n-g/ordinal.md
-$dokka.location:com.tezro.api.shop.model.common/Pagination.Direction///PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/-direction/index.md
-$dokka.location:com.tezro.api.shop.model.common/Pagination///PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/index.md
-$dokka.location:com.tezro.api.shop.model.common/Pagination/count/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/count.md
-$dokka.location:com.tezro.api.shop.model.common/Pagination/hasNext/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/has-next.md
-$dokka.location:com.tezro.api.shop.model.common/Pagination/hasPrevious/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/has-previous.md
-$dokka.location:com.tezro.api.shop.model.common/Pagination/offset/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/offset.md
-$dokka.location:com.tezro.api.shop.model.common/Pagination/total/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/total.md
-$dokka.location:com.tezro.api.shop.model.messages////PointingToDeclaration/shop/com.tezro.api.shop.model.messages/index.md
-$dokka.location:com.tezro.api.shop.model.messages/MessageEntity///PointingToDeclaration/shop/com.tezro.api.shop.model.messages/-message-entity/index.md
-$dokka.location:com.tezro.api.shop.model.messages/MessageEntity/MessageEntity/#kotlin.String#kotlin.Int#kotlin.Int#kotlin.String/PointingToDeclaration/shop/com.tezro.api.shop.model.messages/-message-entity/-message-entity.md
-$dokka.location:com.tezro.api.shop.model.messages/MessageEntity/length/#/PointingToDeclaration/shop/com.tezro.api.shop.model.messages/-message-entity/length.md
-$dokka.location:com.tezro.api.shop.model.messages/MessageEntity/offset/#/PointingToDeclaration/shop/com.tezro.api.shop.model.messages/-message-entity/offset.md
-$dokka.location:com.tezro.api.shop.model.messages/MessageEntity/type/#/PointingToDeclaration/shop/com.tezro.api.shop.model.messages/-message-entity/type.md
-$dokka.location:com.tezro.api.shop.model.messages/MessageEntity/url/#/PointingToDeclaration/shop/com.tezro.api.shop.model.messages/-message-entity/url.md
-$dokka.location:com.tezro.api.shop.model.orders.address////PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/index.md
-$dokka.location:com.tezro.api.shop.model.orders.address/Address///PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/index.md
-$dokka.location:com.tezro.api.shop.model.orders.address/Address/addressLine/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/address-line.md
-$dokka.location:com.tezro.api.shop.model.orders.address/Address/city/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/city.md
-$dokka.location:com.tezro.api.shop.model.orders.address/Address/comment/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/comment.md
-$dokka.location:com.tezro.api.shop.model.orders.address/Address/country/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/country.md
-$dokka.location:com.tezro.api.shop.model.orders.address/Address/id/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/id.md
-$dokka.location:com.tezro.api.shop.model.orders.address/Address/location/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/location.md
-$dokka.location:com.tezro.api.shop.model.orders.address/Address/postalCode/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/postal-code.md
-$dokka.location:com.tezro.api.shop.model.orders.address/Address/region/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/region.md
-$dokka.location:com.tezro.api.shop.model.orders.address/Location///PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-location/index.md
-$dokka.location:com.tezro.api.shop.model.orders.address/Location/latitude/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-location/latitude.md
-$dokka.location:com.tezro.api.shop.model.orders.address/Location/longitude/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-location/longitude.md
-$dokka.location:com.tezro.api.shop.model.orders////PointingToDeclaration/shop/com.tezro.api.shop.model.orders/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.BTC///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-b-t-c/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.BTC/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-b-t-c/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.BTC/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-b-t-c/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.CNHT///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-h-t/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.CNHT/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-h-t/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.CNHT/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-h-t/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.CNY///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-y/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.CNY/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-y/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.CNY/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-y/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.ETH///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.ETH/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.ETH/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.EUR///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.EUR/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.EUR/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.EURT///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r-t/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.EURT/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r-t/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.EURT/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r-t/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.USD///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.USD/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.USD/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.USDT///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d-t/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.USDT/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d-t/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.USDT/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d-t/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.XAUT///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-x-a-u-t/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.XAUT/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-x-a-u-t/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.XAUT/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/-x-a-u-t/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Currency///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.ADDRESS_CONFIRMED///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-a-d-d-r-e-s-s_-c-o-n-f-i-r-m-e-d/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.ADDRESS_CONFIRMED/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-a-d-d-r-e-s-s_-c-o-n-f-i-r-m-e-d/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.ADDRESS_CONFIRMED/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-a-d-d-r-e-s-s_-c-o-n-f-i-r-m-e-d/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.CONFIRMED///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-c-o-n-f-i-r-m-e-d/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.CONFIRMED/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-c-o-n-f-i-r-m-e-d/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.CONFIRMED/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-c-o-n-f-i-r-m-e-d/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.CREATED///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-c-r-e-a-t-e-d/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.CREATED/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-c-r-e-a-t-e-d/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.CREATED/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-c-r-e-a-t-e-d/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.DELIVERED///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-d-e-l-i-v-e-r-e-d/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.DELIVERED/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-d-e-l-i-v-e-r-e-d/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.DELIVERED/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-d-e-l-i-v-e-r-e-d/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.DISPUTED///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-d-i-s-p-u-t-e-d/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.DISPUTED/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-d-i-s-p-u-t-e-d/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.DISPUTED/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-d-i-s-p-u-t-e-d/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.EXPIRED///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-e-x-p-i-r-e-d/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.EXPIRED/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-e-x-p-i-r-e-d/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.EXPIRED/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-e-x-p-i-r-e-d/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.RECEIVED///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-r-e-c-e-i-v-e-d/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.RECEIVED/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-r-e-c-e-i-v-e-d/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status.RECEIVED/ordinal/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/-r-e-c-e-i-v-e-d/ordinal.md
-$dokka.location:com.tezro.api.shop.model.orders/Order.Status///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/index.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/address/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/address.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/amount/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/amount.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/amountConfirmationUrl/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/amount-confirmation-url.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/attributes/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/attributes.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/currency/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/currency.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/customerFullName/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/customer-full-name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/customerPhoneNumber/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/customer-phone-number.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/eosName/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/eos-name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/expiryDate/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/expiry-date.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/externalId/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/external-id.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/internalId/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/internal-id.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/name.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/paymentLink/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/payment-link.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/photos/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/photos.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/shippingAmount/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/shipping-amount.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/status/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/status.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/totalAmount/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/total-amount.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/trackingNumber/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/tracking-number.md
-$dokka.location:com.tezro.api.shop.model.orders/Order/transactionId/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/transaction-id.md
-$dokka.location:com.tezro.api.shop.model.orders/OrdersPage///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-orders-page/index.md
-$dokka.location:com.tezro.api.shop.model.orders/OrdersPage/OrdersPage/#com.tezro.api.shop.model.common.Pagination#kotlin.collections.List[com.tezro.api.shop.model.orders.Order]/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-orders-page/-orders-page.md
-$dokka.location:com.tezro.api.shop.model.orders/OrdersPage/ordersList/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-orders-page/orders-list.md
-$dokka.location:com.tezro.api.shop.model.orders/OrdersPage/pagination/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-orders-page/pagination.md
-$dokka.location:com.tezro.api.shop.providers////PointingToDeclaration/shop/com.tezro.api.shop.providers/index.md
-$dokka.location:com.tezro.api.shop.providers/Shop///PointingToDeclaration/shop/com.tezro.api.shop.providers/-shop/index.md
-$dokka.location:com.tezro.api.shop.providers/Shop/initShopService/#kotlin.String#kotlin.String?#kotlin.Boolean/PointingToDeclaration/shop/com.tezro.api.shop.providers/-shop/init-shop-service.md
-$dokka.location:com.tezro.api.shop.service////PointingToDeclaration/shop/com.tezro.api.shop.service/index.md
-$dokka.location:com.tezro.api.shop.service/IShopService///PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/index.md
-$dokka.location:com.tezro.api.shop.service/IShopService/addOrderTrackingNumber/#kotlin.String#kotlin.String#kotlin.String?/PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/add-order-tracking-number.md
-$dokka.location:com.tezro.api.shop.service/IShopService/confirmDelivery/#kotlin.String#kotlin.String?/PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/confirm-delivery.md
-$dokka.location:com.tezro.api.shop.service/IShopService/createOrder/#kotlin.String#kotlin.String#kotlin.String#com.tezro.api.shop.model.orders.Order.Currency#kotlin.String#java.util.Date#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[com.tezro.api.shop.model.common.Attribute]?/PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/create-order.md
-$dokka.location:com.tezro.api.shop.service/IShopService/getOrder/#kotlin.String/PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/get-order.md
-$dokka.location:com.tezro.api.shop.service/IShopService/getOrders/#kotlin.Long?#kotlin.Long?#com.tezro.api.shop.model.common.Pagination.Direction?#com.tezro.api.shop.model.orders.Order.Status?/PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/get-orders.md
-$dokka.location:com.tezro.api.shop.service/IShopService/sendMessage/#kotlin.String#kotlin.String#kotlin.collections.List[com.tezro.api.shop.model.messages.MessageEntity]?/PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/send-message.md
-com.tezro.api.core.client.requests
+$dokka.linkExtension:html
+$dokka.location:com.tezro.api.shop.client.core.client.requests////PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/index.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/IRequest///PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-i-request/index.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/IRequest/cancel/#/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-i-request/cancel.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/IRequest/enqueue/#/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-i-request/enqueue.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/IRequest/setErrorListener/#kotlin.Function1[TypeParam(bounds=[kotlin.Any?]),kotlin.Unit]?/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-i-request/set-error-listener.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/IRequest/setSuccessListener/#kotlin.Function1[TypeParam(bounds=[kotlin.Any?]),kotlin.Unit]?/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-i-request/set-success-listener.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/IRequestDelegate///PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/index.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/IRequestDelegate/notifyError/#TypeParam(bounds=[kotlin.Any?])/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/notify-error.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/IRequestDelegate/notifySuccess/#TypeParam(bounds=[kotlin.Any?])/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/notify-success.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/IRequestDelegate/setCancelBlock/#kotlin.Function0[kotlin.Unit]/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/set-cancel-block.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/IRequestDelegate/setEnqueueBlock/#kotlin.Function0[kotlin.Unit]/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-i-request-delegate/set-enqueue-block.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/Request///PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-request/index.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/Request/Request/#/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-request/-request.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/Request/cancel/#/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-request/cancel.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/Request/enqueue/#/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-request/enqueue.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/Request/notifyError/#TypeParam(bounds=[kotlin.Any?])/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-request/notify-error.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/Request/notifySuccess/#TypeParam(bounds=[kotlin.Any?])/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-request/notify-success.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/Request/setCancelBlock/#kotlin.Function0[kotlin.Unit]/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-request/set-cancel-block.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/Request/setEnqueueBlock/#kotlin.Function0[kotlin.Unit]/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-request/set-enqueue-block.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/Request/setErrorListener/#kotlin.Function1[TypeParam(bounds=[kotlin.Any?]),kotlin.Unit]?/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-request/set-error-listener.html
+$dokka.location:com.tezro.api.shop.client.core.client.requests/Request/setSuccessListener/#kotlin.Function1[TypeParam(bounds=[kotlin.Any?]),kotlin.Unit]?/PointingToDeclaration/shop/com.tezro.api.shop.client.core.client.requests/-request/set-success-listener.html
+$dokka.location:com.tezro.api.shop.client.core.cryption////PointingToDeclaration/shop/com.tezro.api.shop.client.core.cryption/index.html
+$dokka.location:com.tezro.api.shop.client.core.cryption/CryptoUtils///PointingToDeclaration/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/index.html
+$dokka.location:com.tezro.api.shop.client.core.cryption/CryptoUtils/calculateHexHMAC/#kotlin.String#javax.crypto.Mac/PointingToDeclaration/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/calculate-hex-h-m-a-c.html
+$dokka.location:com.tezro.api.shop.client.core.cryption/CryptoUtils/calculateHexHMAC/#kotlin.String#kotlin.String#kotlin.String/PointingToDeclaration/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/calculate-hex-h-m-a-c.html
+$dokka.location:com.tezro.api.shop.client.core.cryption/CryptoUtils/createHMACInstance/#kotlin.String#kotlin.String/PointingToDeclaration/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/create-h-m-a-c-instance.html
+$dokka.location:com.tezro.api.shop.client.core.cryption/CryptoUtils/toHexString/kotlin.ByteArray#/PointingToDeclaration/shop/com.tezro.api.shop.client.core.cryption/-crypto-utils/to-hex-string.html
+$dokka.location:com.tezro.api.shop.client.core.service////PointingToDeclaration/shop/com.tezro.api.shop.client.core.service/index.html
+$dokka.location:com.tezro.api.shop.client.core.service/RetrofitService.Companion///PointingToDeclaration/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/index.html
+$dokka.location:com.tezro.api.shop.client.core.service/RetrofitService.Companion/DEFAULT_ERROR_CODE/#/PointingToDeclaration/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/-d-e-f-a-u-l-t_-e-r-r-o-r_-c-o-d-e.html
+$dokka.location:com.tezro.api.shop.client.core.service/RetrofitService.Companion/DEFAULT_ERROR_MESSAGE/#/PointingToDeclaration/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-companion/-d-e-f-a-u-l-t_-e-r-r-o-r_-m-e-s-s-a-g-e.html
+$dokka.location:com.tezro.api.shop.client.core.service/RetrofitService///PointingToDeclaration/shop/com.tezro.api.shop.client.core.service/-retrofit-service/index.html
+$dokka.location:com.tezro.api.shop.client.core.service/RetrofitService/RetrofitService/#/PointingToDeclaration/shop/com.tezro.api.shop.client.core.service/-retrofit-service/-retrofit-service.html
+$dokka.location:com.tezro.api.shop.client.data.common////PointingToDeclaration/shop/com.tezro.api.shop.client.data.common/index.html
+$dokka.location:com.tezro.api.shop.client.data.common/OrderStatusBody.ORDER_DELIVERED///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.client.data.common/-order-status-body/-o-r-d-e-r_-d-e-l-i-v-e-r-e-d/index.html
+$dokka.location:com.tezro.api.shop.client.data.common/OrderStatusBody.ORDER_DELIVERING///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.client.data.common/-order-status-body/-o-r-d-e-r_-d-e-l-i-v-e-r-i-n-g/index.html
+$dokka.location:com.tezro.api.shop.client.data.common/OrderStatusBody.ORDER_PROCESSING///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.client.data.common/-order-status-body/-o-r-d-e-r_-p-r-o-c-e-s-s-i-n-g/index.html
+$dokka.location:com.tezro.api.shop.client.data.common/OrderStatusBody///PointingToDeclaration/shop/com.tezro.api.shop.client.data.common/-order-status-body/index.html
+$dokka.location:com.tezro.api.shop.model.common////PointingToDeclaration/shop/com.tezro.api.shop.model.common/index.html
+$dokka.location:com.tezro.api.shop.model.common/Attribute///PointingToDeclaration/shop/com.tezro.api.shop.model.common/-attribute/index.html
+$dokka.location:com.tezro.api.shop.model.common/Attribute/Attribute/#kotlin.String#kotlin.String/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-attribute/-attribute.html
+$dokka.location:com.tezro.api.shop.model.common/Attribute/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-attribute/name.html
+$dokka.location:com.tezro.api.shop.model.common/Attribute/value/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-attribute/value.html
+$dokka.location:com.tezro.api.shop.model.common/Error///PointingToDeclaration/shop/com.tezro.api.shop.model.common/-error/index.html
+$dokka.location:com.tezro.api.shop.model.common/Error/Error/#kotlin.String#kotlin.Int#kotlin.Any/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-error/-error.html
+$dokka.location:com.tezro.api.shop.model.common/Error/error/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-error/error.html
+$dokka.location:com.tezro.api.shop.model.common/Error/message/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-error/message.html
+$dokka.location:com.tezro.api.shop.model.common/Error/statusCode/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-error/status-code.html
+$dokka.location:com.tezro.api.shop.model.common/Pagination.Direction.ASCENDING///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.common/-pagination/-direction/-a-s-c-e-n-d-i-n-g/index.html
+$dokka.location:com.tezro.api.shop.model.common/Pagination.Direction.DESCENDING///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.common/-pagination/-direction/-d-e-s-c-e-n-d-i-n-g/index.html
+$dokka.location:com.tezro.api.shop.model.common/Pagination.Direction///PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/-direction/index.html
+$dokka.location:com.tezro.api.shop.model.common/Pagination///PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/index.html
+$dokka.location:com.tezro.api.shop.model.common/Pagination/count/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/count.html
+$dokka.location:com.tezro.api.shop.model.common/Pagination/hasNext/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/has-next.html
+$dokka.location:com.tezro.api.shop.model.common/Pagination/hasPrevious/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/has-previous.html
+$dokka.location:com.tezro.api.shop.model.common/Pagination/offset/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/offset.html
+$dokka.location:com.tezro.api.shop.model.common/Pagination/total/#/PointingToDeclaration/shop/com.tezro.api.shop.model.common/-pagination/total.html
+$dokka.location:com.tezro.api.shop.model.messages////PointingToDeclaration/shop/com.tezro.api.shop.model.messages/index.html
+$dokka.location:com.tezro.api.shop.model.messages/MessageEntity///PointingToDeclaration/shop/com.tezro.api.shop.model.messages/-message-entity/index.html
+$dokka.location:com.tezro.api.shop.model.messages/MessageEntity/MessageEntity/#kotlin.String#kotlin.Int#kotlin.Int#kotlin.String/PointingToDeclaration/shop/com.tezro.api.shop.model.messages/-message-entity/-message-entity.html
+$dokka.location:com.tezro.api.shop.model.messages/MessageEntity/length/#/PointingToDeclaration/shop/com.tezro.api.shop.model.messages/-message-entity/length.html
+$dokka.location:com.tezro.api.shop.model.messages/MessageEntity/offset/#/PointingToDeclaration/shop/com.tezro.api.shop.model.messages/-message-entity/offset.html
+$dokka.location:com.tezro.api.shop.model.messages/MessageEntity/type/#/PointingToDeclaration/shop/com.tezro.api.shop.model.messages/-message-entity/type.html
+$dokka.location:com.tezro.api.shop.model.messages/MessageEntity/url/#/PointingToDeclaration/shop/com.tezro.api.shop.model.messages/-message-entity/url.html
+$dokka.location:com.tezro.api.shop.model.orders.address////PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/index.html
+$dokka.location:com.tezro.api.shop.model.orders.address/Address///PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/index.html
+$dokka.location:com.tezro.api.shop.model.orders.address/Address/addressLine/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/address-line.html
+$dokka.location:com.tezro.api.shop.model.orders.address/Address/city/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/city.html
+$dokka.location:com.tezro.api.shop.model.orders.address/Address/comment/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/comment.html
+$dokka.location:com.tezro.api.shop.model.orders.address/Address/country/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/country.html
+$dokka.location:com.tezro.api.shop.model.orders.address/Address/id/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/id.html
+$dokka.location:com.tezro.api.shop.model.orders.address/Address/location/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/location.html
+$dokka.location:com.tezro.api.shop.model.orders.address/Address/postalCode/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/postal-code.html
+$dokka.location:com.tezro.api.shop.model.orders.address/Address/region/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-address/region.html
+$dokka.location:com.tezro.api.shop.model.orders.address/Location///PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-location/index.html
+$dokka.location:com.tezro.api.shop.model.orders.address/Location/latitude/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-location/latitude.html
+$dokka.location:com.tezro.api.shop.model.orders.address/Location/longitude/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders.address/-location/longitude.html
+$dokka.location:com.tezro.api.shop.model.orders////PointingToDeclaration/shop/com.tezro.api.shop.model.orders/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.BTC///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-currency/-b-t-c/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.CNHT///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-h-t/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.CNY///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-currency/-c-n-y/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.ETH///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-currency/-e-t-h/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.EUR///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.EURT///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-currency/-e-u-r-t/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.USD///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.USDT///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-currency/-u-s-d-t/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Currency.XAUT///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-currency/-x-a-u-t/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Currency///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-currency/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Status.ADDRESS_CONFIRMED///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-status/-a-d-d-r-e-s-s_-c-o-n-f-i-r-m-e-d/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Status.CONFIRMED///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-status/-c-o-n-f-i-r-m-e-d/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Status.CREATED///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-status/-c-r-e-a-t-e-d/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Status.DELIVERED///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-status/-d-e-l-i-v-e-r-e-d/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Status.DISPUTED///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-status/-d-i-s-p-u-t-e-d/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Status.EXPIRED///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-status/-e-x-p-i-r-e-d/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Status.RECEIVED///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}shop/com.tezro.api.shop.model.orders/-order/-status/-r-e-c-e-i-v-e-d/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order.Status///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/-status/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/index.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/address/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/address.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/amount/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/amount.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/amountConfirmationUrl/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/amount-confirmation-url.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/attributes/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/attributes.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/currency/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/currency.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/customerFullName/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/customer-full-name.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/customerPhoneNumber/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/customer-phone-number.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/eosName/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/eos-name.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/expiryDate/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/expiry-date.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/externalId/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/external-id.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/internalId/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/internal-id.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/name/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/name.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/paymentLink/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/payment-link.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/photos/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/photos.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/shippingAmount/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/shipping-amount.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/status/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/status.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/totalAmount/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/total-amount.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/trackingNumber/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/tracking-number.html
+$dokka.location:com.tezro.api.shop.model.orders/Order/transactionId/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-order/transaction-id.html
+$dokka.location:com.tezro.api.shop.model.orders/OrdersPage///PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-orders-page/index.html
+$dokka.location:com.tezro.api.shop.model.orders/OrdersPage/OrdersPage/#com.tezro.api.shop.model.common.Pagination#kotlin.collections.List[com.tezro.api.shop.model.orders.Order]/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-orders-page/-orders-page.html
+$dokka.location:com.tezro.api.shop.model.orders/OrdersPage/ordersList/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-orders-page/orders-list.html
+$dokka.location:com.tezro.api.shop.model.orders/OrdersPage/pagination/#/PointingToDeclaration/shop/com.tezro.api.shop.model.orders/-orders-page/pagination.html
+$dokka.location:com.tezro.api.shop.providers////PointingToDeclaration/shop/com.tezro.api.shop.providers/index.html
+$dokka.location:com.tezro.api.shop.providers/Shop///PointingToDeclaration/shop/com.tezro.api.shop.providers/-shop/index.html
+$dokka.location:com.tezro.api.shop.providers/Shop/initShopService/#kotlin.String#kotlin.String?#kotlin.Boolean/PointingToDeclaration/shop/com.tezro.api.shop.providers/-shop/init-shop-service.html
+$dokka.location:com.tezro.api.shop.service////PointingToDeclaration/shop/com.tezro.api.shop.service/index.html
+$dokka.location:com.tezro.api.shop.service/IShopService///PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/index.html
+$dokka.location:com.tezro.api.shop.service/IShopService/createOrder/#kotlin.String#kotlin.String#kotlin.String#com.tezro.api.shop.model.orders.Order.Currency#kotlin.String#java.util.Date#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[com.tezro.api.shop.model.common.Attribute]?/PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/create-order.html
+$dokka.location:com.tezro.api.shop.service/IShopService/getOrder/#kotlin.String/PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/get-order.html
+$dokka.location:com.tezro.api.shop.service/IShopService/getOrders/#kotlin.Long?#kotlin.Long?#com.tezro.api.shop.model.common.Pagination.Direction?#com.tezro.api.shop.model.orders.Order.Status?/PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/get-orders.html
+$dokka.location:com.tezro.api.shop.service/IShopService/sendMessage/#kotlin.String#kotlin.String#kotlin.collections.List[com.tezro.api.shop.model.messages.MessageEntity]?/PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/send-message.html
+$dokka.location:com.tezro.api.shop.service/IShopService/setOrderStatusDelivered/#kotlin.String#kotlin.collections.List[com.tezro.api.shop.model.common.Attribute]?#kotlin.String?/PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/set-order-status-delivered.html
+$dokka.location:com.tezro.api.shop.service/IShopService/setOrderStatusDelivering/#kotlin.String#kotlin.collections.List[com.tezro.api.shop.model.common.Attribute]?#kotlin.String#kotlin.String?#kotlin.String?/PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/set-order-status-delivering.html
+$dokka.location:com.tezro.api.shop.service/IShopService/setOrderStatusProcessing/#kotlin.String#kotlin.collections.List[com.tezro.api.shop.model.common.Attribute]?#kotlin.String?/PointingToDeclaration/shop/com.tezro.api.shop.service/-i-shop-service/set-order-status-processing.html
+com.tezro.api.shop.client.core.client.requests
com.tezro.api.shop.client.core.cryption
com.tezro.api.shop.client.core.service
+com.tezro.api.shop.client.data.common
com.tezro.api.shop.model.common
com.tezro.api.shop.model.messages
com.tezro.api.shop.model.orders
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index e3967ed..c7b1a42 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Thu Apr 22 12:39:02 GMT+07:00 2021
+#Wed Jun 01 19:21:31 GMT+07:00 2022
distributionBase=GRADLE_USER_HOME
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionPath=wrapper/dists
-zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
+zipStoreBase=GRADLE_USER_HOME
diff --git a/sample/build.gradle b/sample/build.gradle
index 5d457f5..5a56a2a 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -4,13 +4,12 @@ plugins {
}
android {
- compileSdkVersion 30
- buildToolsVersion "30.0.3"
+ compileSdkVersion 32
defaultConfig {
applicationId "com.tezro.api"
minSdkVersion 24
- targetSdkVersion 30
+ targetSdkVersion 32
versionCode 1
versionName "1.0"
@@ -38,12 +37,7 @@ android {
}
dependencies {
- implementation 'androidx.core:core-ktx:1.5.0'
-
- //TODO: uncomment to use public modules
- //implementation 'com.tezro.api:shop-android-widget:1.0.1'
- //implementation 'com.tezro.api:shop:1.0.1'
+ implementation 'androidx.core:core-ktx:1.7.0'
implementation project(":shop-android-widget")
- implementation project(":shop")
}
\ No newline at end of file
diff --git a/sample/src/main/AndroidManifest.xml b/sample/src/main/AndroidManifest.xml
index 343f01b..08ab835 100644
--- a/sample/src/main/AndroidManifest.xml
+++ b/sample/src/main/AndroidManifest.xml
@@ -11,7 +11,8 @@
android:supportsRtl="true">
+ android:label="@string/title_activity_main"
+ android:exported="true">
diff --git a/sample/src/main/java/com/tezro/api/shop/Application.kt b/sample/src/main/java/com/tezro/api/shop/Application.kt
index b797221..0b1c4ba 100644
--- a/sample/src/main/java/com/tezro/api/shop/Application.kt
+++ b/sample/src/main/java/com/tezro/api/shop/Application.kt
@@ -7,6 +7,7 @@ class Application : Application() {
override fun onCreate() {
super.onCreate()
+
ShopWidget.init("47d5af68-0857-4856-a072-63fa53ea87f2", true)
}
}
\ No newline at end of file
diff --git a/sample/src/main/java/com/tezro/api/shop/CustomTezroButton.kt b/sample/src/main/java/com/tezro/api/shop/CustomTezroButton.kt
index 68914e6..208589a 100644
--- a/sample/src/main/java/com/tezro/api/shop/CustomTezroButton.kt
+++ b/sample/src/main/java/com/tezro/api/shop/CustomTezroButton.kt
@@ -9,5 +9,5 @@ class CustomTezroButton(
context: Context,
attributeSet: AttributeSet
) : TezroPayButton(context, attributeSet) {
-
+ // Customize the button
}
\ No newline at end of file
diff --git a/sample/src/main/java/com/tezro/api/shop/MainActivity.kt b/sample/src/main/java/com/tezro/api/shop/MainActivity.kt
index fcf371b..4916a83 100644
--- a/sample/src/main/java/com/tezro/api/shop/MainActivity.kt
+++ b/sample/src/main/java/com/tezro/api/shop/MainActivity.kt
@@ -54,7 +54,8 @@ class MainActivity : Activity(), TezroPayButton.TezroPayButtonDelegate {
"Test order ${Random().nextInt()}",
"1",
Order.Currency.USD,
- "https://www.google.com",
+ // TODO: put your confirmAmountUrl here
+ "https://dev-openapi.tezro.com/api/v1/webhook?amountItems=1&amountShipping=1&amountTotal=1",
Date(System.currentTimeMillis() + 100000),
listOf("https://prod-buydo.oss-accelerate.aliyuncs.com/9a537dfd2e9a493f8fef4d35d119a43b.jpg"),
listOf(Attribute("Test", "123"))
diff --git a/scripts/publish-module.gradle b/scripts/publish-module.gradle
index 013dcc6..39e232a 100644
--- a/scripts/publish-module.gradle
+++ b/scripts/publish-module.gradle
@@ -2,62 +2,78 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'
apply plugin: 'org.jetbrains.dokka'
-task androidSourcesJar(type: Jar) {
+ext {
+ PUBLISH_GROUP_ID = 'com.tezro.api'
+ PUBLISH_VERSION = '1.0.0-beta01'
+}
+
+task projectSourcesJar(type: Jar) {
archiveClassifier.set('sources')
if (project.plugins.findPlugin("com.android.library")) {
+ // For Android libraries
from android.sourceSets.main.java.srcDirs
from android.sourceSets.main.kotlin.srcDirs
} else {
+ // For pure Kotlin libraries, in case you have them
from sourceSets.main.java.srcDirs
from sourceSets.main.kotlin.srcDirs
}
}
-tasks.withType(dokkaHtmlPartial.getClass()).configureEach {
+task javadocJar(type: Jar, dependsOn: dokkaJavadoc) {
+ archiveClassifier.set('javadoc')
+ from dokkaJavadoc.outputDirectory
+}
+
+tasks.withType(dokkaHtml.getClass()).configureEach {
pluginsMapConfiguration.set(
["org.jetbrains.dokka.base.DokkaBase": """{ "separateInheritedMembers": true}"""]
)
}
-task javadocJar(type: Jar, dependsOn: dokkaJavadoc) {
- archiveClassifier.set('javadoc')
- from dokkaJavadoc.outputDirectory
+tasks.named("dokkaHtml") {
+ def outputDir = new File(projectDir.parent + "/docs")
+ outputDirectory.set(outputDir)
}
artifacts {
- archives androidSourcesJar
+ archives projectSourcesJar
archives javadocJar
}
-group = "com.tezro.api"
-version = "1.0.1"
+group = PUBLISH_GROUP_ID
+version = PUBLISH_VERSION
afterEvaluate {
publishing {
publications {
release(MavenPublication) {
- groupId group
+ groupId PUBLISH_GROUP_ID
artifactId PUBLISH_ARTIFACT_ID
- version version
+ version PUBLISH_VERSION
+
+ // Two artifacts, the `aar` (or `jar`) and the sources
if (project.plugins.findPlugin("com.android.library")) {
from components.release
} else {
from components.java
}
- artifact androidSourcesJar
+ artifact projectSourcesJar
artifact javadocJar
pom {
name = PUBLISH_ARTIFACT_ID
description = 'Tezro SDK that handles payment and orders'
url = 'https://tezro.com'
+
licenses {
license {
name = 'APACHE LICENSE, VERSION 2.0'
- url = 'https://www.apache.org/licenses/LICENSE-2.0'
+ url = 'https://github.com/tezro-official/open-api/blob/master/LICENSE'
}
}
+
developers {
developer {
id = 'attafitamim'
@@ -65,6 +81,7 @@ afterEvaluate {
email = 'attafitamim@gmail.com'
}
}
+
scm {
connection = 'scm:git@gitlab.i-link.pro:tezro/tezro-android-open-api.git'
developerConnection = 'scm:git@gitlab.i-link.pro:tezro/tezro-android-open-api.git'
@@ -73,13 +90,19 @@ afterEvaluate {
}
}
}
+
+ repositories {
+ mavenLocal()
+ mavenCentral()
+ }
}
}
-ext["signing.keyId"] = rootProject.ext["signing.keyId"]
-ext["signing.password"] = rootProject.ext["signing.password"]
-ext["signing.secretKeyRingFile"] = rootProject.ext["signing.secretKeyRingFile"]
-
signing {
+ useInMemoryPgpKeys(
+ rootProject.ext["signing.keyId"],
+ rootProject.ext["signing.key"],
+ rootProject.ext["signing.password"],
+ )
sign publishing.publications
}
\ No newline at end of file
diff --git a/scripts/publish-root.gradle b/scripts/publish-root.gradle
index 658f2a6..4916c48 100644
--- a/scripts/publish-root.gradle
+++ b/scripts/publish-root.gradle
@@ -1,33 +1,46 @@
+/**
+ * signing.keyId: the ID of the GPG key pair, the last eight characters of its fingerprint
+ * signing.password: the passphrase of the key pair
+ * signing.key: the base64 encoded private key you exported earlier
+ * osshrUsername and ossrhPassword: are your account details for MavenCentral, which you’ve chosen at the Jira registration step.
+ * sonatypeStagingProfileId: this value is an ID that Sonatype assigns to you, which the plugin uses to make sure all the artifacts end up in the right place during the upload.
+ *
+ * Check https://getstream.io/blog/publishing-libraries-to-mavencentral-2021/ for more info
+ */
+
+ext["signing.keyId"] = ''
+ext["signing.password"] = ''
+ext["signing.key"] = ''
ext["ossrhUsername"] = ''
ext["ossrhPassword"] = ''
ext["sonatypeStagingProfileId"] = ''
-ext["signing.keyId"] = ''
-ext["signing.password"] = ''
-ext["signing.secretKeyRingFile"] = ''
-File secretPropsFile = project.rootProject.file('local.properties')
+File secretPropsFile = project.rootProject.file('sign.properties')
if (secretPropsFile.exists()) {
+ // Read local.properties file first if it exists
Properties p = new Properties()
new FileInputStream(secretPropsFile).withCloseable { is -> p.load(is) }
p.each { name, value -> ext[name] = value }
} else {
+ // Use system environment variables
ext["ossrhUsername"] = System.getenv('OSSRH_USERNAME')
ext["ossrhPassword"] = System.getenv('OSSRH_PASSWORD')
ext["sonatypeStagingProfileId"] = System.getenv('SONATYPE_STAGING_PROFILE_ID')
ext["signing.keyId"] = System.getenv('SIGNING_KEY_ID')
ext["signing.password"] = System.getenv('SIGNING_PASSWORD')
- ext["signing.secretKeyRingFile"] = System.getenv('SIGNING_SECRET_KEY_RING_FILE')
+ ext["signing.key"] = System.getenv('SIGNING_KEY')
}
// Set up Sonatype repository
nexusPublishing {
repositories {
sonatype {
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
- snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
stagingProfileId = sonatypeStagingProfileId
username = ossrhUsername
password = ossrhPassword
+
+ nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
}
}
-}
+}
\ No newline at end of file
diff --git a/shop-android-widget/build.gradle b/shop-android-widget/build.gradle
index 81fc61f..ad07562 100644
--- a/shop-android-widget/build.gradle
+++ b/shop-android-widget/build.gradle
@@ -1,27 +1,21 @@
plugins {
id 'com.android.library'
id 'kotlin-android'
- id 'org.jetbrains.dokka'
id 'kotlin-kapt'
- id 'maven-publish'
- id 'signing'
}
ext {
- PUBLISH_GROUP_ID = 'com.tezro.api'
- PUBLISH_VERSION = '1.0.0'
PUBLISH_ARTIFACT_ID = 'shop-android-widget'
}
apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
android {
- compileSdkVersion 30
- buildToolsVersion "30.0.3"
+ compileSdkVersion 32
defaultConfig {
minSdkVersion 24
- targetSdkVersion 30
+ targetSdkVersion 32
versionCode 1
versionName "1.0.0"
@@ -47,12 +41,12 @@ android {
}
dependencies {
- implementation project(":shop")
+ api project(":shop")
implementation 'com.journeyapps:zxing-android-embedded:4.2.0'
testImplementation 'junit:junit:4.13.2'
- androidTestImplementation 'androidx.test.ext:junit:1.1.2'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.3'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
dokkaJekyll {
diff --git a/shop-android-widget/src/main/java/com/tezro/api/shop/widget/core/ShopWidget.kt b/shop-android-widget/src/main/java/com/tezro/api/shop/widget/core/ShopWidget.kt
index bbea3a7..536c46c 100644
--- a/shop-android-widget/src/main/java/com/tezro/api/shop/widget/core/ShopWidget.kt
+++ b/shop-android-widget/src/main/java/com/tezro/api/shop/widget/core/ShopWidget.kt
@@ -1,6 +1,6 @@
package com.tezro.api.shop.widget.core
-import com.tezro.api.core.client.requests.IRequest
+import com.tezro.api.shop.client.core.client.requests.IRequest
import com.tezro.api.shop.model.common.Attribute
import com.tezro.api.shop.model.common.Error
import com.tezro.api.shop.model.orders.Order
diff --git a/shop/build.gradle b/shop/build.gradle
index eb72f59..8d510fd 100644
--- a/shop/build.gradle
+++ b/shop/build.gradle
@@ -2,7 +2,6 @@ plugins {
id 'java-library'
id 'kotlin'
id 'kotlin-kapt'
- id 'org.jetbrains.dokka'
}
ext {
@@ -14,7 +13,7 @@ apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
- implementation 'com.google.code.gson:gson:2.8.6'
+ implementation 'com.google.code.gson:gson:2.9.0'
testImplementation 'junit:junit:4.13.2'
}
diff --git a/shop/src/main/java/com/tezro/api/shop/client/core/IShopHttpClient.kt b/shop/src/main/java/com/tezro/api/shop/client/core/IShopHttpClient.kt
index ee2784a..68eb27b 100644
--- a/shop/src/main/java/com/tezro/api/shop/client/core/IShopHttpClient.kt
+++ b/shop/src/main/java/com/tezro/api/shop/client/core/IShopHttpClient.kt
@@ -1,9 +1,8 @@
package com.tezro.api.shop.client.core
-import com.tezro.api.shop.client.data.requests.AddTrackingNumberRequestBody
-import com.tezro.api.shop.client.data.requests.ConfirmDeliveryRequestBody
import com.tezro.api.shop.client.data.requests.InitOrderRequestBody
import com.tezro.api.shop.client.data.requests.SendMessageRequestBody
+import com.tezro.api.shop.client.data.requests.SetStatusRequestBody
import com.tezro.api.shop.client.data.responses.OrderResponseBody
import com.tezro.api.shop.client.data.responses.OrdersPageResponseBody
import retrofit2.Call
@@ -17,13 +16,7 @@ internal interface IShopHttpClient {
@Body body: SendMessageRequestBody
): Call
- @POST(ShopHttpData.CONFIRM_DELIVERY_PATH)
- fun confirmDelivery(
- @Path(ShopHttpData.ID_PATH) orderId: String,
- @Body body: ConfirmDeliveryRequestBody
- ): Call
-
- @POST(ShopHttpData.INIT_ORDER_PATH)
+ @POST(ShopHttpData.ORDER_INIT_PATH)
fun initOrder(@Body body: InitOrderRequestBody): Call
@GET(ShopHttpData.ORDERS_PATH)
@@ -32,10 +25,9 @@ internal interface IShopHttpClient {
@GET(ShopHttpData.ORDER_PATH)
fun getOrder(@Path(ShopHttpData.ID_PATH) orderId: String): Call
- @POST(ShopHttpData.ADD_TRACKING_NUMBER_PATH)
- fun addOrderTrackingNumber(
+ @POST(ShopHttpData.ORDER_SET_STATUS_PATH)
+ fun setOrderStatus(
@Path(ShopHttpData.ID_PATH) orderId: String,
- @Body body: AddTrackingNumberRequestBody
+ @Body body: SetStatusRequestBody
): Call
-
}
\ No newline at end of file
diff --git a/shop/src/main/java/com/tezro/api/shop/client/core/ShopHttpData.kt b/shop/src/main/java/com/tezro/api/shop/client/core/ShopHttpData.kt
index 8a89382..429c048 100644
--- a/shop/src/main/java/com/tezro/api/shop/client/core/ShopHttpData.kt
+++ b/shop/src/main/java/com/tezro/api/shop/client/core/ShopHttpData.kt
@@ -3,7 +3,7 @@ package com.tezro.api.shop.client.core
internal object ShopHttpData {
const val DOMAIN = "openapi.tezro.com"
- const val TEST_URL = "https://test.$DOMAIN/"
+ const val TEST_URL = "https://dev-$DOMAIN/"
const val PRODUCTION_URL = "https://$DOMAIN/"
const val API_VERSION = "v1"
@@ -19,9 +19,8 @@ internal object ShopHttpData {
const val API_PATH = "api/$API_VERSION"
const val ORDER_MESSAGES_PATH = "$API_PATH/messages/{$ID_PATH}"
const val ORDERS_PATH = "$API_PATH/orders"
- const val INIT_ORDER_PATH = "$ORDERS_PATH/init"
+ const val ORDER_INIT_PATH = "$ORDERS_PATH/init"
const val ORDER_PATH = "$ORDERS_PATH/{$ID_PATH}"
- const val CONFIRM_DELIVERY_PATH = "$ORDER_PATH/confirmDelivery"
- const val ADD_TRACKING_NUMBER_PATH = "$ORDER_PATH/addTrackingNumber"
+ const val ORDER_SET_STATUS_PATH = "$ORDER_PATH/setStatus"
}
\ No newline at end of file
diff --git a/shop/src/main/java/com/tezro/api/shop/client/core/client/requests/IRequest.kt b/shop/src/main/java/com/tezro/api/shop/client/core/client/requests/IRequest.kt
index 89d5415..a04f2ac 100644
--- a/shop/src/main/java/com/tezro/api/shop/client/core/client/requests/IRequest.kt
+++ b/shop/src/main/java/com/tezro/api/shop/client/core/client/requests/IRequest.kt
@@ -1,4 +1,4 @@
-package com.tezro.api.core.client.requests
+package com.tezro.api.shop.client.core.client.requests
/**
* Delegate of the a request.
diff --git a/shop/src/main/java/com/tezro/api/shop/client/core/client/requests/IRequestDelegate.kt b/shop/src/main/java/com/tezro/api/shop/client/core/client/requests/IRequestDelegate.kt
index 98dba57..899c6f4 100644
--- a/shop/src/main/java/com/tezro/api/shop/client/core/client/requests/IRequestDelegate.kt
+++ b/shop/src/main/java/com/tezro/api/shop/client/core/client/requests/IRequestDelegate.kt
@@ -1,8 +1,8 @@
-package com.tezro.api.core.client.requests
+package com.tezro.api.shop.client.core.client.requests
interface IRequestDelegate {
fun notifySuccess(response: T)
fun notifyError(error: R)
- fun setEnqueueBlock(enqueueBlock: () -> Unit): IRequestDelegate
- fun setCancelBlock(cancelBlock: () -> Unit): IRequestDelegate
+ fun setEnqueueBlock(enqueueBlock: () -> Unit): IRequestDelegate
+ fun setCancelBlock(cancelBlock: () -> Unit): IRequestDelegate
}
\ No newline at end of file
diff --git a/shop/src/main/java/com/tezro/api/shop/client/core/client/requests/Request.kt b/shop/src/main/java/com/tezro/api/shop/client/core/client/requests/Request.kt
index 61474e9..4118bcd 100644
--- a/shop/src/main/java/com/tezro/api/shop/client/core/client/requests/Request.kt
+++ b/shop/src/main/java/com/tezro/api/shop/client/core/client/requests/Request.kt
@@ -1,4 +1,4 @@
-package com.tezro.api.core.client.requests
+package com.tezro.api.shop.client.core.client.requests
class Request : IRequest, IRequestDelegate {
diff --git a/shop/src/main/java/com/tezro/api/shop/client/core/cryption/CryptoUtils.kt b/shop/src/main/java/com/tezro/api/shop/client/core/cryption/CryptoUtils.kt
index 7e65fa8..9b323f7 100644
--- a/shop/src/main/java/com/tezro/api/shop/client/core/cryption/CryptoUtils.kt
+++ b/shop/src/main/java/com/tezro/api/shop/client/core/cryption/CryptoUtils.kt
@@ -7,7 +7,7 @@ import javax.crypto.spec.SecretKeySpec
object CryptoUtils {
- private val HMAC_ALGORITHM_NAME = "Hmac"
+ private const val HMAC_ALGORITHM_NAME = "Hmac"
fun ByteArray.toHexString(): String {
val formatter = Formatter()
@@ -40,8 +40,6 @@ object CryptoUtils {
return encryptedData.toHexString()
}
-
-
fun calculateHexHMAC(
data: String,
mac: Mac,
@@ -52,5 +50,4 @@ object CryptoUtils {
val encryptedData = mac.doFinal(dataBytes)
return encryptedData.toHexString()
}
-
-}
\ No newline at end of file
+}
diff --git a/shop/src/main/java/com/tezro/api/shop/client/core/service/RetrofitService.kt b/shop/src/main/java/com/tezro/api/shop/client/core/service/RetrofitService.kt
index 3dc02a8..1870e03 100644
--- a/shop/src/main/java/com/tezro/api/shop/client/core/service/RetrofitService.kt
+++ b/shop/src/main/java/com/tezro/api/shop/client/core/service/RetrofitService.kt
@@ -1,9 +1,9 @@
package com.tezro.api.shop.client.core.service
import com.google.gson.Gson
-import com.tezro.api.core.client.requests.IRequest
-import com.tezro.api.core.client.requests.IRequestDelegate
-import com.tezro.api.core.client.requests.Request
+import com.tezro.api.shop.client.core.client.requests.IRequest
+import com.tezro.api.shop.client.core.client.requests.IRequestDelegate
+import com.tezro.api.shop.client.core.client.requests.Request
import com.tezro.api.shop.client.data.responses.ErrorResponseBody
import com.tezro.api.shop.service.ShopData
import retrofit2.Call
@@ -11,7 +11,6 @@ import retrofit2.Callback
import retrofit2.Response
import com.tezro.api.shop.model.common.Error
-
abstract class RetrofitService {
protected open fun Call.toServiceRequest(converter: (T) -> R): IRequest {
diff --git a/shop/src/main/java/com/tezro/api/shop/client/data/common/OrderStatusBody.kt b/shop/src/main/java/com/tezro/api/shop/client/data/common/OrderStatusBody.kt
new file mode 100644
index 0000000..9f46fe2
--- /dev/null
+++ b/shop/src/main/java/com/tezro/api/shop/client/data/common/OrderStatusBody.kt
@@ -0,0 +1,9 @@
+package com.tezro.api.shop.client.data.common
+
+import com.google.gson.annotations.SerializedName
+
+enum class OrderStatusBody {
+ @SerializedName("order_processing") ORDER_PROCESSING,
+ @SerializedName("order_delivering") ORDER_DELIVERING,
+ @SerializedName("order_delivered") ORDER_DELIVERED
+}
\ No newline at end of file
diff --git a/shop/src/main/java/com/tezro/api/shop/client/data/requests/AddTrackingNumberRequestBody.kt b/shop/src/main/java/com/tezro/api/shop/client/data/requests/AddTrackingNumberRequestBody.kt
deleted file mode 100644
index 0881e73..0000000
--- a/shop/src/main/java/com/tezro/api/shop/client/data/requests/AddTrackingNumberRequestBody.kt
+++ /dev/null
@@ -1,8 +0,0 @@
-package com.tezro.api.shop.client.data.requests
-
-import com.google.gson.annotations.SerializedName
-
-internal data class AddTrackingNumberRequestBody(
- @SerializedName("trackingNumber") val trackingNumber: String,
- @SerializedName("trackingUrl") val trackingUrl: String?
-)
\ No newline at end of file
diff --git a/shop/src/main/java/com/tezro/api/shop/client/data/requests/ConfirmDeliveryRequestBody.kt b/shop/src/main/java/com/tezro/api/shop/client/data/requests/ConfirmDeliveryRequestBody.kt
deleted file mode 100644
index 0a4b340..0000000
--- a/shop/src/main/java/com/tezro/api/shop/client/data/requests/ConfirmDeliveryRequestBody.kt
+++ /dev/null
@@ -1,7 +0,0 @@
-package com.tezro.api.shop.client.data.requests
-
-import com.google.gson.annotations.SerializedName
-
-internal data class ConfirmDeliveryRequestBody(
- @SerializedName("comment") val comment: String?
-)
\ No newline at end of file
diff --git a/shop/src/main/java/com/tezro/api/shop/client/data/requests/SetStatusRequestBody.kt b/shop/src/main/java/com/tezro/api/shop/client/data/requests/SetStatusRequestBody.kt
new file mode 100644
index 0000000..a6f87e6
--- /dev/null
+++ b/shop/src/main/java/com/tezro/api/shop/client/data/requests/SetStatusRequestBody.kt
@@ -0,0 +1,13 @@
+package com.tezro.api.shop.client.data.requests
+
+import com.google.gson.annotations.SerializedName
+import com.tezro.api.shop.client.data.common.AttributeBody
+import com.tezro.api.shop.client.data.common.OrderStatusBody
+
+internal data class SetStatusRequestBody(
+ @SerializedName("status") val status: OrderStatusBody,
+ @SerializedName("attributes") val attributes: List?,
+ @SerializedName("trackingNumber") val trackingNumber: String?,
+ @SerializedName("trackingUrl") val trackingUrl: String?,
+ @SerializedName("message") val message: String?
+)
diff --git a/shop/src/main/java/com/tezro/api/shop/service/IShopService.kt b/shop/src/main/java/com/tezro/api/shop/service/IShopService.kt
index 7b05c26..779c3b4 100644
--- a/shop/src/main/java/com/tezro/api/shop/service/IShopService.kt
+++ b/shop/src/main/java/com/tezro/api/shop/service/IShopService.kt
@@ -1,6 +1,6 @@
package com.tezro.api.shop.service
-import com.tezro.api.core.client.requests.IRequest
+import com.tezro.api.shop.client.core.client.requests.IRequest
import com.tezro.api.shop.model.common.Attribute
import com.tezro.api.shop.model.common.Error
import com.tezro.api.shop.model.common.Pagination
@@ -47,14 +47,16 @@ interface IShopService {
* @param comment A comment that will be added to the order with the new status and will be
* displayed in the payment unlocking request (optional). Length must be in range of 1-4096
* symbols inclusively
+ * @param attributes List of attributes about the order
*
* @return Nothing special, just void;)
*
* @see Order.externalId
*/
- fun confirmDelivery(
+ fun setOrderStatusDelivered(
orderExternalId: String,
- comment: String? = null
+ attributes: List?,
+ comment: String?
): IRequest
@@ -133,23 +135,48 @@ interface IShopService {
/**
+ * Updates order status to delivering.
* Adds a new tracking number and url to the order. This number will be used by the customer
* to track the location of the product during shipment.
*
* @param orderExternalId Order's id which should be edited. Make sure to use
* order's external id rather than internal
+ * @param attributes List of attributes about the order
* @param trackingNumber The number that will be used to track the goods
* @param trackingUrl The url of the website where goods can be tracked
+ * @param comment A comment that will be added to the order with the new status and will be
+ * displayed in the payment unlocking request (optional). Length must be in range of 1-4096
+ * symbols inclusively
*
* @return Nothing special, just void;)
*
* @see Order.externalId
*/
- fun addOrderTrackingNumber(
+ fun setOrderStatusDelivering(
orderExternalId: String,
+ attributes: List?,
trackingNumber: String,
- trackingUrl: String? = null
+ trackingUrl: String?,
+ comment: String?
): IRequest
-
-}
\ No newline at end of file
+ /**
+ * Updates order's current status to processing and sends a notification to the customer.
+ *
+ * @param orderExternalId Order's id which should be updated. Make sure to use
+ * order's external id rather than internal
+ * @param attributes List of attributes about the order
+ * @param comment A comment that will be added to the order with the new status and will be
+ * displayed in the payment unlocking request (optional). Length must be in range of 1-4096
+ * symbols inclusively
+ *
+ * @return Nothing special, just void;)
+ *
+ * @see Order.externalId
+ */
+ fun setOrderStatusProcessing(
+ orderExternalId: String,
+ attributes: List?,
+ comment: String?
+ ): IRequest
+}
diff --git a/shop/src/main/java/com/tezro/api/shop/service/ShopService.kt b/shop/src/main/java/com/tezro/api/shop/service/ShopService.kt
index 54cd5ca..134a87b 100644
--- a/shop/src/main/java/com/tezro/api/shop/service/ShopService.kt
+++ b/shop/src/main/java/com/tezro/api/shop/service/ShopService.kt
@@ -1,12 +1,12 @@
package com.tezro.api.shop.service
-import com.tezro.api.core.client.requests.IRequest
import com.tezro.api.shop.client.core.service.RetrofitService
import com.tezro.api.shop.client.core.IShopHttpClient
-import com.tezro.api.shop.client.data.requests.AddTrackingNumberRequestBody
-import com.tezro.api.shop.client.data.requests.ConfirmDeliveryRequestBody
+import com.tezro.api.shop.client.core.client.requests.IRequest
+import com.tezro.api.shop.client.data.common.OrderStatusBody
import com.tezro.api.shop.client.data.requests.InitOrderRequestBody
import com.tezro.api.shop.client.data.requests.SendMessageRequestBody
+import com.tezro.api.shop.client.data.requests.SetStatusRequestBody
import com.tezro.api.shop.model.common.Pagination
import com.tezro.api.shop.model.common.Attribute
import com.tezro.api.shop.model.common.Error
@@ -32,11 +32,16 @@ internal class ShopService constructor(
return call.toServiceRequest { it }
}
- override fun confirmDelivery(orderExternalId: String, comment: String?): IRequest {
- val confirmDeliveryBody = ConfirmDeliveryRequestBody(comment)
- val call = shopHttpClient.confirmDelivery(orderExternalId, confirmDeliveryBody)
- return call.toServiceRequest { it }
- }
+ override fun setOrderStatusDelivered(
+ orderExternalId: String,
+ attributes: List?,
+ comment: String?
+ ): IRequest = this.setOrderStatus(
+ orderExternalId,
+ OrderStatusBody.ORDER_DELIVERED,
+ attributes,
+ comment
+ )
override fun createOrder(
orderId: String,
@@ -104,15 +109,55 @@ internal class ShopService constructor(
return call.toServiceRequest(ShopData::convertBodyToOrder)
}
- override fun addOrderTrackingNumber(
+ override fun setOrderStatusDelivering(
orderExternalId: String,
+ attributes: List?,
trackingNumber: String,
- trackingUrl: String?
+ trackingUrl: String?,
+ comment: String?
): IRequest {
- val addTrackingNumberBody = AddTrackingNumberRequestBody(trackingNumber, trackingUrl)
- val call = shopHttpClient.addOrderTrackingNumber(orderExternalId, addTrackingNumberBody)
+ val orderAttributes = attributes?.map(ShopData::convertAttributeToBody)
+ val setStatusDeliveryBody = SetStatusRequestBody(
+ OrderStatusBody.ORDER_DELIVERING,
+ orderAttributes,
+ trackingNumber,
+ trackingUrl,
+ comment
+ )
+
+ val call = shopHttpClient.setOrderStatus(orderExternalId, setStatusDeliveryBody)
return call.toServiceRequest { it }
}
-}
\ No newline at end of file
+ override fun setOrderStatusProcessing(
+ orderExternalId: String,
+ attributes: List?,
+ comment: String?
+ ): IRequest = this.setOrderStatus(
+ orderExternalId,
+ OrderStatusBody.ORDER_PROCESSING,
+ attributes,
+ comment
+ )
+
+ private fun setOrderStatus(
+ orderExternalId: String,
+ statusBody: OrderStatusBody,
+ attributes: List?,
+ comment: String?
+ ): IRequest {
+ val orderAttributes = attributes?.map(ShopData::convertAttributeToBody)
+
+ val setOrderStatusBody = SetStatusRequestBody(
+ statusBody,
+ orderAttributes,
+ trackingNumber = null,
+ trackingUrl = null,
+ comment
+ )
+
+ val call = shopHttpClient.setOrderStatus(orderExternalId, setOrderStatusBody)
+ return call.toServiceRequest { it }
+ }
+}
diff --git a/shop/src/test/java/com/tezro/api/shop/ShopClientTests.kt b/shop/src/test/java/com/tezro/api/shop/ShopClientTests.kt
index 3eb9896..d1e48d6 100644
--- a/shop/src/test/java/com/tezro/api/shop/ShopClientTests.kt
+++ b/shop/src/test/java/com/tezro/api/shop/ShopClientTests.kt
@@ -2,7 +2,6 @@ package com.tezro.api.shop
import com.google.gson.Gson
import com.tezro.api.shop.client.core.IShopHttpClient
-import com.tezro.api.shop.client.data.requests.ConfirmDeliveryRequestBody
import com.tezro.api.shop.client.data.requests.InitOrderRequestBody
import com.tezro.api.shop.client.data.requests.SendMessageRequestBody
import com.tezro.api.shop.providers.ServiceProviders
@@ -128,7 +127,7 @@ internal class ShopClientTests {
@Test
fun confirmOrderDelivery() {
val sendMessageBody = ConfirmDeliveryRequestBody("Thanks for payment!")
- val response = shopClient.confirmDelivery(
+ val response = shopClient.setOrderStatus(
"ssss",
sendMessageBody,
).execute()