diff --git a/.github/workflows/dokka.yml b/.github/workflows/dokka.yml new file mode 100644 index 00000000..81ff8230 --- /dev/null +++ b/.github/workflows/dokka.yml @@ -0,0 +1,39 @@ +name: Build and publish dokka + +on: + push: + branches: ["master"] + +jobs: + build: + runs-on: macos-11 + steps: + - uses: actions/checkout@v3 + - name: Set up JDK 11 + uses: actions/setup-java@v1 + with: + java-version: 11 + - name: Build dokka + run: ./gradlew dokkaHtmlMultiModule + shell: bash + - name: Move dokka results + run: mv build/dokka/htmlMultiModule public + shell: bash + - name: Upload artifact + uses: actions/upload-pages-artifact@v1 + with: + path: ./public + + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + permissions: + pages: write + id-token: write + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2 diff --git a/README.md b/README.md index 22e5ddec..da1fc010 100755 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ dependencies { commonMainApi("dev.icerock.moko:mvvm-flow-resources:0.16.1") // api mvvm-core, moko-resources, extensions for Flow with moko-resources // compose multiplatform - commonMainApi("dev.icerock.moko:mvvm-compose:0.16.1") // api mvvm-core, getViewModel for Compose Multiplatfrom - commonMainApi("dev.icerock.moko:mvvm-flow-compose:0.16.1") // api mvvm-flow, binding extensions for Compose Multiplatfrom - commonMainApi("dev.icerock.moko:mvvm-livedata-compose:0.16.1") // api mvvm-livedata, binding extensions for Compose Multiplatfrom + commonMainApi("dev.icerock.moko:mvvm-compose:0.16.1") // api mvvm-core, getViewModel for Compose Multiplatform + commonMainApi("dev.icerock.moko:mvvm-flow-compose:0.16.1") // api mvvm-flow, binding extensions for Compose Multiplatform + commonMainApi("dev.icerock.moko:mvvm-livedata-compose:0.16.1") // api mvvm-livedata, binding extensions for Compose Multiplatform androidMainApi("dev.icerock.moko:mvvm-livedata-material:0.16.1") // api mvvm-livedata, Material library android extensions androidMainApi("dev.icerock.moko:mvvm-livedata-glide:0.16.1") // api mvvm-livedata, Glide library android extensions diff --git a/build.gradle.kts b/build.gradle.kts index b51b62f2..bcf63be6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,6 +2,8 @@ * Copyright 2019 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license. */ +import org.jetbrains.dokka.gradle.DokkaTaskPartial + buildscript { repositories { mavenCentral() @@ -13,6 +15,7 @@ buildscript { classpath(":mvvm-build-logic") classpath(libs.kswiftGradlePlugin) classpath(libs.composeJetBrainsGradlePlugin) + classpath(libs.dokkaGradlePlugin) } } @@ -40,10 +43,10 @@ allprojects { force(rootProject.libs.coroutines) } } -} -// temporary fix for Apple Silicon (remove after 1.6.20 update) -rootProject.plugins.withType { - rootProject.the().nodeVersion = - "16.0.0" + apply(plugin = "org.jetbrains.dokka") + + tasks.withType().configureEach { + this.enabled = name.startsWith("mvvm-") + } } diff --git a/docs/images/anchor-copy-button.svg b/docs/images/anchor-copy-button.svg deleted file mode 100644 index bab9d747..00000000 --- a/docs/images/anchor-copy-button.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/docs/images/arrow_down.svg b/docs/images/arrow_down.svg deleted file mode 100644 index 89e7df47..00000000 --- a/docs/images/arrow_down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/images/copy-icon.svg b/docs/images/copy-icon.svg deleted file mode 100644 index 61440f0a..00000000 --- a/docs/images/copy-icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/docs/images/copy-successful-icon.svg b/docs/images/copy-successful-icon.svg deleted file mode 100644 index 1865f739..00000000 --- a/docs/images/copy-successful-icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/docs/images/docs_logo.svg b/docs/images/docs_logo.svg deleted file mode 100644 index 7c1e3ae8..00000000 --- a/docs/images/docs_logo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/docs/images/footer-go-to-link.svg b/docs/images/footer-go-to-link.svg deleted file mode 100644 index 0137e223..00000000 --- a/docs/images/footer-go-to-link.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/docs/images/go-to-top-icon.svg b/docs/images/go-to-top-icon.svg deleted file mode 100644 index d987f3ea..00000000 --- a/docs/images/go-to-top-icon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/docs/images/logo-icon.svg b/docs/images/logo-icon.svg deleted file mode 100644 index 1b3b3670..00000000 --- a/docs/images/logo-icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index f4c547f2..00000000 --- a/docs/index.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - Modules - - - - - - - - - - - - - -
-
- -
-
-
-
- - -
- -
-

All modules:

-
-
-
-
mvvm-core -
Link copied to clipboard
-
-
-
-
- -
-
-
mvvm-databinding -
Link copied to clipboard
-
-
-
-
- -
-
-
mvvm-livedata -
Link copied to clipboard
-
-
-
-
- -
-
-
mvvm-livedata-glide -
Link copied to clipboard
-
-
-
-
- -
-
-
mvvm-livedata-material -
Link copied to clipboard
-
-
-
-
- -
-
-
mvvm-livedata-swiperefresh -
Link copied to clipboard
-
-
-
-
- -
-
-
mvvm-state -
Link copied to clipboard
-
-
-
-
- -
-
-
mvvm-state-deprecated -
Link copied to clipboard
-
-
-
-
- -
-
-
mvvm-test -
Link copied to clipboard
-
-
-
-
- -
-
-
mvvm-viewbinding -
Link copied to clipboard
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/images/anchor-copy-button.svg b/docs/mvvm-core/images/anchor-copy-button.svg deleted file mode 100644 index bab9d747..00000000 --- a/docs/mvvm-core/images/anchor-copy-button.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/docs/mvvm-core/images/arrow_down.svg b/docs/mvvm-core/images/arrow_down.svg deleted file mode 100644 index 89e7df47..00000000 --- a/docs/mvvm-core/images/arrow_down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/mvvm-core/images/copy-icon.svg b/docs/mvvm-core/images/copy-icon.svg deleted file mode 100644 index 61440f0a..00000000 --- a/docs/mvvm-core/images/copy-icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/docs/mvvm-core/images/copy-successful-icon.svg b/docs/mvvm-core/images/copy-successful-icon.svg deleted file mode 100644 index 1865f739..00000000 --- a/docs/mvvm-core/images/copy-successful-icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/docs/mvvm-core/images/docs_logo.svg b/docs/mvvm-core/images/docs_logo.svg deleted file mode 100644 index 7c1e3ae8..00000000 --- a/docs/mvvm-core/images/docs_logo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/docs/mvvm-core/images/footer-go-to-link.svg b/docs/mvvm-core/images/footer-go-to-link.svg deleted file mode 100644 index 0137e223..00000000 --- a/docs/mvvm-core/images/footer-go-to-link.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/docs/mvvm-core/images/go-to-top-icon.svg b/docs/mvvm-core/images/go-to-top-icon.svg deleted file mode 100644 index d987f3ea..00000000 --- a/docs/mvvm-core/images/go-to-top-icon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/docs/mvvm-core/images/logo-icon.svg b/docs/mvvm-core/images/logo-icon.svg deleted file mode 100644 index 1b3b3670..00000000 --- a/docs/mvvm-core/images/logo-icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher-owner/events-dispatcher.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher-owner/events-dispatcher.html deleted file mode 100644 index d2f7ad69..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher-owner/events-dispatcher.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - eventsDispatcher - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

eventsDispatcher

-
-
- -
-
abstract val eventsDispatcher: EventsDispatcher<T>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher-owner/index.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher-owner/index.html deleted file mode 100644 index 28fa7436..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher-owner/index.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - EventsDispatcherOwner - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsDispatcherOwner

-
interface EventsDispatcherOwner<T : Any>
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
eventsDispatcher -
Link copied to clipboard
-
-
-
-
common
-
-
-
abstract val eventsDispatcher: EventsDispatcher<T>
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher/-events-dispatcher.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher/-events-dispatcher.html deleted file mode 100644 index a36d590e..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher/-events-dispatcher.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - EventsDispatcher - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsDispatcher

-
-
- -
-
-
-
fun EventsDispatcher(queue: <ERROR CLASS>)
fun <ListenerType : Any> EventsDispatcher(listener: ListenerType)
fun EventsDispatcher()
fun EventsDispatcher()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher/dispatch-event.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher/dispatch-event.html deleted file mode 100644 index 43b2e40a..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher/dispatch-event.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - dispatchEvent - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

dispatchEvent

-
-
-
-
common
-
-
- -
-
fun dispatchEvent(block: ListenerType.() -> Unit)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher/index.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher/index.html deleted file mode 100644 index b5101a75..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher/index.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - EventsDispatcher - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsDispatcher

-
class EventsDispatcher<ListenerType : Any>
-
-
-
-
-

Constructors

-
-
-
-
EventsDispatcher -
Link copied to clipboard
-
-
-
-
ios
-
-
-
fun EventsDispatcher(queue: <ERROR CLASS>)
-
-
-
-
- -
-
-
EventsDispatcher -
Link copied to clipboard
-
-
-
-
ios
-
-
-
fun <ListenerType : Any> EventsDispatcher(listener: ListenerType)
-
-
-
-
-
-

Functions

-
-
-
-
dispatchEvent -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
fun dispatchEvent(block: ListenerType.() -> Unit)
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
-
-
open operator fun equals(other: Any?): Boolean
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
-
-
open fun hashCode(): Int
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
-
-
open fun toString(): String
open fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
listener -
Link copied to clipboard
-
-
-
-
ios
-
-
-
var listener: ListenerType?
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher/listener.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher/listener.html deleted file mode 100644 index 154cbadf..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/-events-dispatcher/listener.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - listener - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

listener

-
-
- -
-
var listener: ListenerType?
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/create-executor-on-main-looper.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/create-executor-on-main-looper.html deleted file mode 100644 index a0918ba0..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/create-executor-on-main-looper.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - createExecutorOnMainLooper - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

createExecutorOnMainLooper

-
-
- -
-
fun createExecutorOnMainLooper(): Executor
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/events-dispatcher-on-main.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/events-dispatcher-on-main.html deleted file mode 100644 index c8ab2f7d..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/events-dispatcher-on-main.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - eventsDispatcherOnMain - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

eventsDispatcherOnMain

-
-
- -
-
inline fun <T : Any> eventsDispatcherOnMain(): EventsDispatcher<T>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/index.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/index.html deleted file mode 100644 index a54b6b9d..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.dispatcher/index.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - dev.icerock.moko.mvvm.dispatcher - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm.dispatcher

-
-
-
-
-

Types

-
-
-
-
EventsDispatcher -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
class EventsDispatcher<ListenerType : Any>
-
-
-
-
-
-
- -
-
-
EventsDispatcherOwner -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
interface EventsDispatcherOwner<T : Any>
-
-
-
-
-
-
-
-

Functions

-
-
-
-
createExecutorOnMainLooper -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun createExecutorOnMainLooper(): Executor
-
-
-
-
-
-
- -
-
-
eventsDispatcherOnMain -
Link copied to clipboard
-
-
-
- -
-
- -
-
inline fun <T : Any> eventsDispatcherOnMain(): EventsDispatcher<T>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.viewmodel/-view-model/-view-model.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.viewmodel/-view-model/-view-model.html deleted file mode 100644 index 625f457e..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.viewmodel/-view-model/-view-model.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - ViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ViewModel

-
-
-
-
common
-
-
- -
-
fun ViewModel()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.viewmodel/-view-model/index.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.viewmodel/-view-model/index.html deleted file mode 100644 index 59124be0..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.viewmodel/-view-model/index.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - ViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ViewModel

-
open class ViewModel
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
-
-
open operator fun equals(other: Any?): Boolean
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
-
-
open fun hashCode(): Int
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
onCleared -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
open fun onCleared()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
-
-
open fun toString(): String
open fun toString(): String
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.viewmodel/-view-model/on-cleared.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.viewmodel/-view-model/on-cleared.html deleted file mode 100644 index ad46d6ad..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.viewmodel/-view-model/on-cleared.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - onCleared - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onCleared

-
-
-
-
common
-
-
- -
-
open fun onCleared()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.viewmodel/index.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.viewmodel/index.html deleted file mode 100644 index a58580bb..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm.viewmodel/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - dev.icerock.moko.mvvm.viewmodel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm.viewmodel

-
-
-
-
-

Types

-
-
-
-
ViewModel -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
open class ViewModel
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/-u-i.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/-u-i.html deleted file mode 100644 index 2a2b6a36..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/-u-i.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - UI - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

UI

-
-
- -
-
val Dispatchers.UI: CoroutineDispatcher
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/-view-model-factory/-view-model-factory.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/-view-model-factory/-view-model-factory.html deleted file mode 100644 index 0b57e4ce..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/-view-model-factory/-view-model-factory.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - ViewModelFactory - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ViewModelFactory

-
-
- -
-
fun ViewModelFactory(viewModelBlock: () -> ViewModel)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/-view-model-factory/create.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/-view-model-factory/create.html deleted file mode 100644 index 2e00d5b6..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/-view-model-factory/create.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - create - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

create

-
-
- -
-
open override fun <T : ViewModel?> create(modelClass: Class<T>): T
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/-view-model-factory/index.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/-view-model-factory/index.html deleted file mode 100644 index 1641f114..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/-view-model-factory/index.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - ViewModelFactory - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ViewModelFactory

-
class ViewModelFactory(viewModelBlock: () -> ViewModel) : ViewModelProvider.Factory
-
-
-
-
-

Functions

-
-
-
-
create -
Link copied to clipboard
-
-
-
- -
-
- -
-
open override fun <T : ViewModel?> create(modelClass: Class<T>): T
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/create-view-model-factory.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/create-view-model-factory.html deleted file mode 100644 index 3ed563eb..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/create-view-model-factory.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - createViewModelFactory - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

createViewModelFactory

-
-
- -
-
inline fun <T : ViewModel> ViewModelStoreOwner.createViewModelFactory(noinline viewModelBlock: () -> T): ViewModelFactory
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/get-view-model.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/get-view-model.html deleted file mode 100644 index cdeee68a..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/get-view-model.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - getViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

getViewModel

-
-
- -
-
inline fun <T : ViewModel> ViewModelStoreOwner.getViewModel(noinline viewModelBlock: () -> T): T
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/index.html b/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/index.html deleted file mode 100644 index 97aea2c4..00000000 --- a/docs/mvvm-core/mvvm-core/dev.icerock.moko.mvvm/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - dev.icerock.moko.mvvm - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm

-
-
-
-
-

Types

-
-
-
-
ViewModelFactory -
Link copied to clipboard
-
-
-
- -
-
- -
-
class ViewModelFactory(viewModelBlock: () -> ViewModel) : ViewModelProvider.Factory
-
-
-
-
-
-
-
-

Functions

-
-
-
-
createViewModelFactory -
Link copied to clipboard
-
-
-
- -
-
- -
-
inline fun <T : ViewModel> ViewModelStoreOwner.createViewModelFactory(noinline viewModelBlock: () -> T): ViewModelFactory
-
-
-
-
-
-
- -
-
-
getViewModel -
Link copied to clipboard
-
-
-
- -
-
- -
-
inline fun <T : ViewModel> ViewModelStoreOwner.getViewModel(noinline viewModelBlock: () -> T): T
-
-
-
-
-
-
-
-

Properties

-
-
-
-
UI -
Link copied to clipboard
-
-
-
-
common
-
-
-
val Dispatchers.UI: CoroutineDispatcher
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/index.html b/docs/mvvm-core/mvvm-core/index.html deleted file mode 100644 index 45d84717..00000000 --- a/docs/mvvm-core/mvvm-core/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - mvvm-core - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mvvm-core

-
-

Packages

-
-
-
-
-
dev.icerock.moko.mvvm -
Link copied to clipboard
-
-
-
- -
common
-
ios
-
-
-
-
-
-
- -
-
-
-
dev.icerock.moko.mvvm.dispatcher -
Link copied to clipboard
-
-
-
- -
common
-
ios
-
-
-
-
-
-
- -
-
-
-
dev.icerock.moko.mvvm.viewmodel -
Link copied to clipboard
-
-
-
- -
common
-
ios
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-core/mvvm-core/package-list b/docs/mvvm-core/mvvm-core/package-list deleted file mode 100644 index 1520ffca..00000000 --- a/docs/mvvm-core/mvvm-core/package-list +++ /dev/null @@ -1,7 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - -dev.icerock.moko.mvvm -dev.icerock.moko.mvvm.dispatcher -dev.icerock.moko.mvvm.viewmodel - diff --git a/docs/mvvm-core/navigation.html b/docs/mvvm-core/navigation.html deleted file mode 100644 index 79121cd9..00000000 --- a/docs/mvvm-core/navigation.html +++ /dev/null @@ -1,40 +0,0 @@ - - diff --git a/docs/mvvm-core/scripts/clipboard.js b/docs/mvvm-core/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/mvvm-core/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/mvvm-core/scripts/main.js b/docs/mvvm-core/scripts/main.js deleted file mode 100644 index 12373ea9..00000000 --- a/docs/mvvm-core/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=390)}([function(e,t,n){e.exports=n(264)()},function(e,t,n){"use strict";e.exports=n(239)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},X=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,A)&&this[A][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,A)&&e[A][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=z(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==A||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=z(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((R=function(){if(this instanceof R)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,A)&&o(this[A],e)&&(this[A][e]=!1),K(this,e,S(1,n))};return i&&G&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(114).f=O.f=Z,n(95).f=X,T.f=ee,i&&!n(111)&&l(W,"propertyIsEnumerable",X,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:R});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=R(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){G=!0},useSimple:function(){G=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):Y(k(e),t)},defineProperty:Q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=R();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,N.apply(M,r)}}),R.prototype[L]||n(59)(R.prototype,L,R.prototype.valueOf),f(R,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(257);var r=n(27),o=n(135),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(182)("asyncIterator")},function(e,t,n){var r=n(32),o=n(79),i=n(59),a=n(42),l=n(80),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(70),i=n(42),a=n(32),l=n(59),c=n(96),u=n(25),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(83)})},function(e,t,n){var r=n(10),o=n(83),i=n(81),a=n(27),l=n(29),c=n(31),u=n(184),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(180).set})},function(e,t,n){var r=n(54),o=n(70);n(252)("keys",(function(){return function(e){return o(r(e))}}))},function(e,t,n){"use strict";var r=n(10),o=n(130)(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(72)(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},function(e,t,n){var r=n(26),o=n(266);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(10);r(r.S+r.F,"Object",{assign:n(185)})},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(98),a=n(74),l=n(75),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(26),o=n(332);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(113),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(72)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(85)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(80),o=n(10),i=n(54),a=n(189),l=n(190),c=n(53),u=n(174),s=n(191);o(o.S+o.F*!n(192)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(91);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(112),o=n(71);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(72)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(80),o=n(112),i=n(54),a=n(53),l=n(259);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(200),i=n(147),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(282),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(304)),o=a(n(308)),i=a(n(205));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){(function(e,r){var o; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var i="Expected a function",a="__lodash_placeholder__",l=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",s="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Object]",y="[object RegExp]",b="[object Set]",_="[object String]",w="[object Symbol]",x="[object WeakMap]",S="[object ArrayBuffer]",k="[object DataView]",O="[object Float32Array]",E="[object Float64Array]",T="[object Int8Array]",C="[object Int16Array]",P="[object Int32Array]",I="[object Uint8Array]",j="[object Uint16Array]",z="[object Uint32Array]",R=/\b__p \+= '';/g,M=/\b(__p \+=) '' \+/g,N=/(__e\(.*?\)|\b__t\)) \+\n'';/g,A=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,F=RegExp(A.source),D=RegExp(L.source),H=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,W=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,G=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,K=/[\\^$.*+?()[\]{}|]/g,q=RegExp(K.source),$=/^\s+|\s+$/g,Q=/^\s+/,Y=/\s+$/,X=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,J=/\{\n\/\* \[wrapped with (.+)\] \*/,Z=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,fe=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ve="["+de+"]",ge="["+pe+"]",me="\\d+",ye="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",xe="[^\\ud800-\\udfff]",Se="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Oe="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ee="(?:"+be+"|"+_e+")",Te="(?:"+Oe+"|"+_e+")",Ce="(?:"+ge+"|"+we+")"+"?",Pe="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[xe,Se,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),Ie="(?:"+[ye,Se,ke].join("|")+")"+Pe,je="(?:"+[xe+ge+"?",ge,Se,ke,he].join("|")+")",ze=RegExp("['’]","g"),Re=RegExp(ge,"g"),Me=RegExp(we+"(?="+we+")|"+je+Pe,"g"),Ne=RegExp([Oe+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Oe,"$"].join("|")+")",Te+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Oe+Ee,"$"].join("|")+")",Oe+"?"+Ee+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Oe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Ie].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],De=-1,He={};He[O]=He[E]=He[T]=He[C]=He[P]=He[I]=He["[object Uint8ClampedArray]"]=He[j]=He[z]=!0,He[c]=He[u]=He[S]=He[s]=He[k]=He[f]=He[p]=He[d]=He[v]=He[g]=He[m]=He[y]=He[b]=He[_]=He[x]=!1;var Ue={};Ue[c]=Ue[u]=Ue[S]=Ue[k]=Ue[s]=Ue[f]=Ue[O]=Ue[E]=Ue[T]=Ue[C]=Ue[P]=Ue[v]=Ue[g]=Ue[m]=Ue[y]=Ue[b]=Ue[_]=Ue[w]=Ue[I]=Ue["[object Uint8ClampedArray]"]=Ue[j]=Ue[z]=!0,Ue[p]=Ue[d]=Ue[x]=!1;var We={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ve=parseInt,Ge="object"==typeof e&&e&&e.Object===Object&&e,Ke="object"==typeof self&&self&&self.Object===Object&&self,qe=Ge||Ke||Function("return this")(),$e=t&&!t.nodeType&&t,Qe=$e&&"object"==typeof r&&r&&!r.nodeType&&r,Ye=Qe&&Qe.exports===$e,Xe=Ye&&Ge.process,Je=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Xe&&Xe.binding&&Xe.binding("util")}catch(e){}}(),Ze=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,ot=Je&&Je.isTypedArray;function it(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o-1}function pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Mt(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=Et({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Lt=Et({"&":"&","<":"<",">":">",'"':""","'":"'"});function Ft(e){return"\\"+We[e]}function Dt(e){return Ae.test(e)}function Ht(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ut(e,t){return function(n){return e(t(n))}}function Wt(e,t){for(var n=-1,r=e.length,o=0,i=[];++n",""":'"',"'":"'"});var $t=function e(t){var n,r=(t=null==t?qe:$t.defaults(qe.Object(),t,$t.pick(qe,Fe))).Array,o=t.Date,pe=t.Error,de=t.Function,he=t.Math,ve=t.Object,ge=t.RegExp,me=t.String,ye=t.TypeError,be=r.prototype,_e=de.prototype,we=ve.prototype,xe=t["__core-js_shared__"],Se=_e.toString,ke=we.hasOwnProperty,Oe=0,Ee=(n=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Te=we.toString,Ce=Se.call(ve),Pe=qe._,Ie=ge("^"+Se.call(ke).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=Ye?t.Buffer:void 0,Me=t.Symbol,Ae=t.Uint8Array,We=je?je.allocUnsafe:void 0,Ge=Ut(ve.getPrototypeOf,ve),Ke=ve.create,$e=we.propertyIsEnumerable,Qe=be.splice,Xe=Me?Me.isConcatSpreadable:void 0,Je=Me?Me.iterator:void 0,yt=Me?Me.toStringTag:void 0,Et=function(){try{var e=ei(ve,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=o&&o.now!==qe.Date.now&&o.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=he.ceil,Zt=he.floor,en=ve.getOwnPropertySymbols,tn=je?je.isBuffer:void 0,nn=t.isFinite,rn=be.join,on=Ut(ve.keys,ve),an=he.max,ln=he.min,cn=o.now,un=t.parseInt,sn=he.random,fn=be.reverse,pn=ei(t,"DataView"),dn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),mn=ei(ve,"create"),yn=gn&&new gn,bn={},_n=Ti(pn),wn=Ti(dn),xn=Ti(hn),Sn=Ti(vn),kn=Ti(gn),On=Me?Me.prototype:void 0,En=On?On.valueOf:void 0,Tn=On?On.toString:void 0;function Cn(e){if(Va(e)&&!Ra(e)&&!(e instanceof zn)){if(e instanceof jn)return e;if(ke.call(e,"__wrapped__"))return Ci(e)}return new jn(e)}var Pn=function(){function e(){}return function(t){if(!Ba(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function In(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,l=1&t,u=2&t,p=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Ba(e))return e;var x=Ra(e);if(x){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return yo(e,a)}else{var R=ri(e),M=R==d||R==h;if(La(e))return fo(e,l);if(R==m||R==c||M&&!o){if(a=u||M?{}:ii(e),!l)return u?function(e,t){return bo(e,ni(e),t)}(e,function(e,t){return e&&bo(t,wl(t),e)}(a,e)):function(e,t){return bo(e,ti(e),t)}(e,Kn(a,e))}else{if(!Ue[R])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case S:return po(e);case s:case f:return new r(+e);case k:return function(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case O:case E:case T:case C:case P:case I:case"[object Uint8ClampedArray]":case j:case z:return ho(e,n);case v:return new r;case g:case _:return new r(e);case y:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new r;case w:return o=e,En?ve(En.call(o)):{}}var o}(e,R,l)}}i||(i=new Ln);var N=i.get(e);if(N)return N;i.set(e,a),Qa(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):Ga(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=x?void 0:(p?u?qo:Ko:u?wl:_l)(e);return lt(A||e,(function(r,o){A&&(r=e[o=r]),Bn(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=ve(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new ye(i);return _i((function(){e.apply(void 0,n)}),t)}function Zn(e,t,n,r){var o=-1,i=ft,a=!0,l=e.length,c=[],u=t.length;if(!l)return c;n&&(t=dt(t,It(n))),r?(i=pt,a=!1):t.length>=200&&(i=zt,a=!1,t=new An(t));e:for(;++o-1},Mn.prototype.set=function(e,t){var n=this.__data__,r=Vn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(dn||Mn),string:new Rn}},Nn.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Jo(this,e).get(e)},Nn.prototype.has=function(e){return Jo(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},An.prototype.add=An.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},An.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.clear=function(){this.__data__=new Mn,this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ln.prototype.get=function(e){return this.__data__.get(e)},Ln.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Mn){var r=n.__data__;if(!dn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var er=xo(cr),tr=xo(ur,!0);function nr(e,t){var n=!0;return er(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function rr(e,t,n){for(var r=-1,o=e.length;++r0&&n(l)?t>1?ir(l,t-1,n,r,o):ht(o,l):r||(o[o.length]=l)}return o}var ar=So(),lr=So(!0);function cr(e,t){return e&&ar(e,t,_l)}function ur(e,t){return e&&lr(e,t,_l)}function sr(e,t){return st(t,(function(t){return Ha(e[t])}))}function fr(e,t){for(var n=0,r=(t=lo(t,e)).length;null!=e&&nt}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in ve(e)}function mr(e,t,n){for(var o=n?pt:ft,i=e[0].length,a=e.length,l=a,c=r(a),u=1/0,s=[];l--;){var f=e[l];l&&t&&(f=dt(f,It(t))),u=ln(f.length,u),c[l]=!n&&(t||i>=120&&f.length>=120)?new An(l&&f):void 0}f=e[0];var p=-1,d=c[0];e:for(;++p=l)return c;var u=n[r];return c*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,o=t.length,i={};++r-1;)l!==e&&Qe.call(l,c,1),Qe.call(e,c,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;li(o)?Qe.call(e,o,1):Zr(e,o)}}return e}function Ar(e,t){return e+Zt(sn()*(t-e+1))}function Lr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=Zt(t/2))&&(e+=e)}while(t);return n}function Fr(e,t){return wi(vi(e,t,Kl),e+"")}function Dr(e){return Dn(Pl(e))}function Hr(e,t){var n=Pl(e);return ki(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!Ba(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,l=e;null!=l&&++oi?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a=200){var u=t?null:Fo(e);if(u)return Bt(u);a=!1,o=zt,c=new An}else c=t?[]:l;e:for(;++r=r?e:Gr(e,t,n)}var so=Qt||function(e){return qe.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function po(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function ho(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function vo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,l=null===t,c=t==t,u=Xa(t);if(!l&&!u&&!i&&e>t||i&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!i&&!u&&e1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&ci(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=ve(t);++r-1?o[i?t[a]:a]:void 0}}function Co(e){return Go((function(t){var n=t.length,r=n,o=jn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ye(i);if(o&&!l&&"wrapper"==Qo(a))var l=new jn([],!0)}for(r=l?r:n;++r1&&b.reverse(),f&&ul))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var f=-1,p=!0,d=2&n?new An:void 0;for(i.set(e,t),i.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(X,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return lt(l,(function(n){var r="_."+n[0];t&n[1]&&!ft(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(J);return t?t[1].split(Z):[]}(r),n)))}function Si(e){var t=0,n=0;return function(){var r=cn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ki(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$i(e,n)}));function ta(e){var t=Cn(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var ra=Go((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return $n(t,e)};return!(t>1||this.__actions__.length)&&r instanceof zn&&li(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new jn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var oa=_o((function(e,t,n){ke.call(e,n)?++e[n]:qn(e,n,1)}));var ia=To(zi),aa=To(Ri);function la(e,t){return(Ra(e)?lt:er)(e,Xo(t,3))}function ca(e,t){return(Ra(e)?ct:tr)(e,Xo(t,3))}var ua=_o((function(e,t,n){ke.call(e,n)?e[n].push(t):qn(e,n,[t])}));var sa=Fr((function(e,t,n){var o=-1,i="function"==typeof t,a=Na(e)?r(e.length):[];return er(e,(function(e){a[++o]=i?it(t,e,n):yr(e,t,n)})),a})),fa=_o((function(e,t,n){qn(e,n,t)}));function pa(e,t){return(Ra(e)?dt:Tr)(e,Xo(t,3))}var da=_o((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ha=Fr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ci(e,t[0],t[1])?t=[]:n>2&&ci(t[0],t[1],t[2])&&(t=[t[0]]),zr(e,ir(t,1),[])})),va=Yt||function(){return qe.Date.now()};function ga(e,t,n){return t=n?void 0:t,Ho(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ma(e,t){var n;if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Fr((function(e,t,n){var r=1;if(n.length){var o=Wt(n,Yo(ya));r|=32}return Ho(e,r,t,n,o)})),ba=Fr((function(e,t,n){var r=3;if(n.length){var o=Wt(n,Yo(ba));r|=32}return Ho(t,r,e,n,o)}));function _a(e,t,n){var r,o,a,l,c,u,s=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new ye(i);function h(t){var n=r,i=o;return r=o=void 0,s=t,l=e.apply(i,n)}function v(e){return s=e,c=_i(m,t),f?h(e):l}function g(e){var n=e-u;return void 0===u||n>=t||n<0||p&&e-s>=a}function m(){var e=va();if(g(e))return y(e);c=_i(m,function(e){var n=t-(e-u);return p?ln(n,a-(e-s)):n}(e))}function y(e){return c=void 0,d&&r?h(e):(r=o=void 0,l)}function b(){var e=va(),n=g(e);if(r=arguments,o=this,u=e,n){if(void 0===c)return v(u);if(p)return so(c),c=_i(m,t),h(u)}return void 0===c&&(c=_i(m,t)),l}return t=il(t)||0,Ba(n)&&(f=!!n.leading,a=(p="maxWait"in n)?an(il(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),b.cancel=function(){void 0!==c&&so(c),s=0,r=u=o=c=void 0},b.flush=function(){return void 0===c?l:y(va())},b}var wa=Fr((function(e,t){return Jn(e,1,t)})),xa=Fr((function(e,t,n){return Jn(e,il(t)||0,n)}));function Sa(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ye(i);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sa.Cache||Nn),n}function ka(e){if("function"!=typeof e)throw new ye(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Sa.Cache=Nn;var Oa=co((function(e,t){var n=(t=1==t.length&&Ra(t[0])?dt(t[0],It(Xo())):dt(ir(t,1),It(Xo()))).length;return Fr((function(r){for(var o=-1,i=ln(r.length,n);++o=t})),za=br(function(){return arguments}())?br:function(e){return Va(e)&&ke.call(e,"callee")&&!$e.call(e,"callee")},Ra=r.isArray,Ma=Ze?It(Ze):function(e){return Va(e)&&dr(e)==S};function Na(e){return null!=e&&Wa(e.length)&&!Ha(e)}function Aa(e){return Va(e)&&Na(e)}var La=tn||ic,Fa=et?It(et):function(e){return Va(e)&&dr(e)==f};function Da(e){if(!Va(e))return!1;var t=dr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!qa(e)}function Ha(e){if(!Ba(e))return!1;var t=dr(e);return t==d||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ua(e){return"number"==typeof e&&e==rl(e)}function Wa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ba(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Va(e){return null!=e&&"object"==typeof e}var Ga=tt?It(tt):function(e){return Va(e)&&ri(e)==v};function Ka(e){return"number"==typeof e||Va(e)&&dr(e)==g}function qa(e){if(!Va(e)||dr(e)!=m)return!1;var t=Ge(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Se.call(n)==Ce}var $a=nt?It(nt):function(e){return Va(e)&&dr(e)==y};var Qa=rt?It(rt):function(e){return Va(e)&&ri(e)==b};function Ya(e){return"string"==typeof e||!Ra(e)&&Va(e)&&dr(e)==_}function Xa(e){return"symbol"==typeof e||Va(e)&&dr(e)==w}var Ja=ot?It(ot):function(e){return Va(e)&&Wa(e.length)&&!!He[dr(e)]};var Za=No(Er),el=No((function(e,t){return e<=t}));function tl(e){if(!e)return[];if(Na(e))return Ya(e)?Kt(e):yo(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=ri(e);return(t==v?Ht:t==b?Bt:Pl)(e)}function nl(e){return e?(e=il(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function rl(e){var t=nl(e),n=t%1;return t==t?n?t-n:t:0}function ol(e){return e?Qn(rl(e),0,4294967295):0}function il(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if(Ba(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ba(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace($,"");var n=ie.test(e);return n||le.test(e)?Ve(e.slice(2),n?2:8):oe.test(e)?NaN:+e}function al(e){return bo(e,wl(e))}function ll(e){return null==e?"":Xr(e)}var cl=wo((function(e,t){if(pi(t)||Na(t))bo(t,_l(t),e);else for(var n in t)ke.call(t,n)&&Bn(e,n,t[n])})),ul=wo((function(e,t){bo(t,wl(t),e)})),sl=wo((function(e,t,n,r){bo(t,wl(t),e,r)})),fl=wo((function(e,t,n,r){bo(t,_l(t),e,r)})),pl=Go($n);var dl=Fr((function(e,t){e=ve(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&ci(t[0],t[1],o)&&(r=1);++n1),t})),bo(e,qo(e),n),r&&(n=Yn(n,7,Bo));for(var o=t.length;o--;)Zr(n,t[o]);return n}));var Ol=Go((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gl(e,n)}))}(e,t)}));function El(e,t){if(null==e)return{};var n=dt(qo(e),(function(e){return[e]}));return t=Xo(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Tl=Do(_l),Cl=Do(wl);function Pl(e){return null==e?[]:jt(e,_l(e))}var Il=Oo((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Dl(ll(e).toLowerCase())}function zl(e){return(e=ll(e))&&e.replace(ue,At).replace(Re,"")}var Rl=Oo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ml=Oo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Nl=ko("toLowerCase");var Al=Oo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ll=Oo((function(e,t,n){return e+(n?" ":"")+Dl(t)}));var Fl=Oo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dl=ko("toUpperCase");function Hl(e,t,n){return e=ll(e),void 0===(t=n?void 0:t)?function(e){return Le.test(e)}(e)?function(e){return e.match(Ne)||[]}(e):function(e){return e.match(ee)||[]}(e):e.match(t)||[]}var Ul=Fr((function(e,t){try{return it(e,void 0,t)}catch(e){return Da(e)?e:new pe(e)}})),Wl=Go((function(e,t){return lt(t,(function(t){t=Ei(t),qn(e,t,ya(e[t],e))})),e}));function Bl(e){return function(){return e}}var Vl=Co(),Gl=Co(!0);function Kl(e){return e}function ql(e){return Sr("function"==typeof e?e:Yn(e,1))}var $l=Fr((function(e,t){return function(n){return yr(n,e,t)}})),Ql=Fr((function(e,t){return function(n){return yr(e,n,t)}}));function Yl(e,t,n){var r=_l(t),o=sr(t,r);null!=n||Ba(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=sr(t,_l(t)));var i=!(Ba(n)&&"chain"in n&&!n.chain),a=Ha(e);return lt(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Xl(){}var Jl=zo(dt),Zl=zo(ut),ec=zo(mt);function tc(e){return ui(e)?Ot(Ei(e)):function(e){return function(t){return fr(t,e)}}(e)}var nc=Mo(),rc=Mo(!0);function oc(){return[]}function ic(){return!1}var ac=jo((function(e,t){return e+t}),0),lc=Lo("ceil"),cc=jo((function(e,t){return e/t}),1),uc=Lo("floor");var sc,fc=jo((function(e,t){return e*t}),1),pc=Lo("round"),dc=jo((function(e,t){return e-t}),0);return Cn.after=function(e,t){if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){if(--e<1)return t.apply(this,arguments)}},Cn.ary=ga,Cn.assign=cl,Cn.assignIn=ul,Cn.assignInWith=sl,Cn.assignWith=fl,Cn.at=pl,Cn.before=ma,Cn.bind=ya,Cn.bindAll=Wl,Cn.bindKey=ba,Cn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},Cn.chain=ta,Cn.chunk=function(e,t,n){t=(n?ci(e,t,n):void 0===t)?1:an(rl(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,l=r(Jt(o/t));io?0:o+n),(r=void 0===r||r>o?o:rl(r))<0&&(r+=o),r=n>r?0:ol(r);n>>0)?(e=ll(e))&&("string"==typeof t||null!=t&&!$a(t))&&!(t=Xr(t))&&Dt(e)?uo(Kt(e),0,n):e.split(t,n):[]},Cn.spread=function(e,t){if("function"!=typeof e)throw new ye(i);return t=null==t?0:an(rl(t),0),Fr((function(n){var r=n[t],o=uo(n,0,t);return r&&ht(o,r),it(e,this,o)}))},Cn.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},Cn.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:rl(t))<0?0:t):[]},Cn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:rl(t)))<0?0:t,r):[]},Cn.takeRightWhile=function(e,t){return e&&e.length?to(e,Xo(t,3),!1,!0):[]},Cn.takeWhile=function(e,t){return e&&e.length?to(e,Xo(t,3)):[]},Cn.tap=function(e,t){return t(e),e},Cn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ye(i);return Ba(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),_a(e,t,{leading:r,maxWait:t,trailing:o})},Cn.thru=na,Cn.toArray=tl,Cn.toPairs=Tl,Cn.toPairsIn=Cl,Cn.toPath=function(e){return Ra(e)?dt(e,Ei):Xa(e)?[e]:yo(Oi(ll(e)))},Cn.toPlainObject=al,Cn.transform=function(e,t,n){var r=Ra(e),o=r||La(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Ba(e)&&Ha(i)?Pn(Ge(e)):{}}return(o?lt:cr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Cn.unary=function(e){return ga(e,1)},Cn.union=Vi,Cn.unionBy=Gi,Cn.unionWith=Ki,Cn.uniq=function(e){return e&&e.length?Jr(e):[]},Cn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Cn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Cn.unset=function(e,t){return null==e||Zr(e,t)},Cn.unzip=qi,Cn.unzipWith=$i,Cn.update=function(e,t,n){return null==e?e:eo(e,t,ao(n))},Cn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:eo(e,t,ao(n),r)},Cn.values=Pl,Cn.valuesIn=function(e){return null==e?[]:jt(e,wl(e))},Cn.without=Qi,Cn.words=Hl,Cn.wrap=function(e,t){return Ea(ao(t),e)},Cn.xor=Yi,Cn.xorBy=Xi,Cn.xorWith=Ji,Cn.zip=Zi,Cn.zipObject=function(e,t){return oo(e||[],t||[],Bn)},Cn.zipObjectDeep=function(e,t){return oo(e||[],t||[],Ur)},Cn.zipWith=ea,Cn.entries=Tl,Cn.entriesIn=Cl,Cn.extend=ul,Cn.extendWith=sl,Yl(Cn,Cn),Cn.add=ac,Cn.attempt=Ul,Cn.camelCase=Il,Cn.capitalize=jl,Cn.ceil=lc,Cn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=il(n))==n?n:0),void 0!==t&&(t=(t=il(t))==t?t:0),Qn(il(e),t,n)},Cn.clone=function(e){return Yn(e,4)},Cn.cloneDeep=function(e){return Yn(e,5)},Cn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Cn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Cn.conformsTo=function(e,t){return null==t||Xn(e,t,_l(t))},Cn.deburr=zl,Cn.defaultTo=function(e,t){return null==e||e!=e?t:e},Cn.divide=cc,Cn.endsWith=function(e,t,n){e=ll(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Qn(rl(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Cn.eq=Pa,Cn.escape=function(e){return(e=ll(e))&&D.test(e)?e.replace(L,Lt):e},Cn.escapeRegExp=function(e){return(e=ll(e))&&q.test(e)?e.replace(K,"\\$&"):e},Cn.every=function(e,t,n){var r=Ra(e)?ut:nr;return n&&ci(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Cn.find=ia,Cn.findIndex=zi,Cn.findKey=function(e,t){return bt(e,Xo(t,3),cr)},Cn.findLast=aa,Cn.findLastIndex=Ri,Cn.findLastKey=function(e,t){return bt(e,Xo(t,3),ur)},Cn.floor=uc,Cn.forEach=la,Cn.forEachRight=ca,Cn.forIn=function(e,t){return null==e?e:ar(e,Xo(t,3),wl)},Cn.forInRight=function(e,t){return null==e?e:lr(e,Xo(t,3),wl)},Cn.forOwn=function(e,t){return e&&cr(e,Xo(t,3))},Cn.forOwnRight=function(e,t){return e&&ur(e,Xo(t,3))},Cn.get=vl,Cn.gt=Ia,Cn.gte=ja,Cn.has=function(e,t){return null!=e&&oi(e,t,vr)},Cn.hasIn=gl,Cn.head=Ni,Cn.identity=Kl,Cn.includes=function(e,t,n,r){e=Na(e)?e:Pl(e),n=n&&!r?rl(n):0;var o=e.length;return n<0&&(n=an(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&wt(e,t,n)>-1},Cn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:rl(n);return o<0&&(o=an(r+o,0)),wt(e,t,o)},Cn.inRange=function(e,t,n){return t=nl(t),void 0===n?(n=t,t=0):n=nl(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},Cn.isSet=Qa,Cn.isString=Ya,Cn.isSymbol=Xa,Cn.isTypedArray=Ja,Cn.isUndefined=function(e){return void 0===e},Cn.isWeakMap=function(e){return Va(e)&&ri(e)==x},Cn.isWeakSet=function(e){return Va(e)&&"[object WeakSet]"==dr(e)},Cn.join=function(e,t){return null==e?"":rn.call(e,t)},Cn.kebabCase=Rl,Cn.last=Di,Cn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=rl(n))<0?an(r+o,0):ln(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):_t(e,St,o,!0)},Cn.lowerCase=Ml,Cn.lowerFirst=Nl,Cn.lt=Za,Cn.lte=el,Cn.max=function(e){return e&&e.length?rr(e,Kl,hr):void 0},Cn.maxBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),hr):void 0},Cn.mean=function(e){return kt(e,Kl)},Cn.meanBy=function(e,t){return kt(e,Xo(t,2))},Cn.min=function(e){return e&&e.length?rr(e,Kl,Er):void 0},Cn.minBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),Er):void 0},Cn.stubArray=oc,Cn.stubFalse=ic,Cn.stubObject=function(){return{}},Cn.stubString=function(){return""},Cn.stubTrue=function(){return!0},Cn.multiply=fc,Cn.nth=function(e,t){return e&&e.length?jr(e,rl(t)):void 0},Cn.noConflict=function(){return qe._===this&&(qe._=Pe),this},Cn.noop=Xl,Cn.now=va,Cn.pad=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ro(Zt(o),n)+e+Ro(Jt(o),n)},Cn.padEnd=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=sn();return ln(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Ar(e,t)},Cn.reduce=function(e,t,n){var r=Ra(e)?vt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,er)},Cn.reduceRight=function(e,t,n){var r=Ra(e)?gt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Cn.repeat=function(e,t,n){return t=(n?ci(e,t,n):void 0===t)?1:rl(t),Lr(ll(e),t)},Cn.replace=function(){var e=arguments,t=ll(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Cn.result=function(e,t,n){var r=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var o=Pt(r,t=Xo(t));++n=i)return e;var l=n-Gt(r);if(l<1)return r;var c=a?uo(a,0,l).join(""):e.slice(0,l);if(void 0===o)return c+r;if(a&&(l+=c.length-l),$a(o)){if(e.slice(l).search(o)){var u,s=c;for(o.global||(o=ge(o.source,ll(re.exec(o))+"g")),o.lastIndex=0;u=o.exec(s);)var f=u.index;c=c.slice(0,void 0===f?l:f)}}else if(e.indexOf(Xr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+r},Cn.unescape=function(e){return(e=ll(e))&&F.test(e)?e.replace(A,qt):e},Cn.uniqueId=function(e){var t=++Oe;return ll(e)+t},Cn.upperCase=Fl,Cn.upperFirst=Dl,Cn.each=la,Cn.eachRight=ca,Cn.first=Ni,Yl(Cn,(sc={},cr(Cn,(function(e,t){ke.call(Cn.prototype,t)||(sc[t]=e)})),sc),{chain:!1}),Cn.VERSION="4.17.19",lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Cn[e].placeholder=Cn})),lt(["drop","take"],(function(e,t){zn.prototype[e]=function(n){n=void 0===n?1:an(rl(n),0);var r=this.__filtered__&&!t?new zn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");zn.prototype[e]=function(){return this[n](1).value()[0]}})),lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");zn.prototype[e]=function(){return this.__filtered__?new zn(this):this[n](1)}})),zn.prototype.compact=function(){return this.filter(Kl)},zn.prototype.find=function(e){return this.filter(e).head()},zn.prototype.findLast=function(e){return this.reverse().find(e)},zn.prototype.invokeMap=Fr((function(e,t){return"function"==typeof e?new zn(this):this.map((function(n){return yr(n,e,t)}))})),zn.prototype.reject=function(e){return this.filter(ka(Xo(e)))},zn.prototype.slice=function(e,t){e=rl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=rl(t))<0?n.dropRight(-t):n.take(t-e)),n)},zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},zn.prototype.toArray=function(){return this.take(4294967295)},cr(zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Cn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Cn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,l=t instanceof zn,c=a[0],u=l||Ra(t),s=function(e){var t=o.apply(Cn,ht([e],a));return r&&f?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=l&&!p;if(!i&&u){t=h?t:new zn(this);var v=e.apply(t,a);return v.__actions__.push({func:na,args:[s],thisArg:void 0}),new jn(v,f)}return d&&h?e.apply(this,a):(v=this.thru(s),d?r?v.value()[0]:v.value():v)})})),lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Cn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ra(o)?o:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(zn.prototype,(function(e,t){var n=Cn[t];if(n){var r=n.name+"";ke.call(bn,r)||(bn[r]=[]),bn[r].push({name:t,func:n})}})),bn[Po(void 0,2).name]=[{name:"wrapper",func:void 0}],zn.prototype.clone=function(){var e=new zn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},zn.prototype.reverse=function(){if(this.__filtered__){var e=new zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Cn.prototype.plant=function(e){for(var t,n=this;n instanceof In;){var r=Ci(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Cn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof zn){var t=e;return this.__actions__.length&&(t=new zn(this)),(t=t.reverse()).__actions__.push({func:na,args:[Bi],thisArg:void 0}),new jn(t,this.__chain__)}return this.thru(Bi)},Cn.prototype.toJSON=Cn.prototype.valueOf=Cn.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Cn.prototype.first=Cn.prototype.head,Je&&(Cn.prototype[Je]=function(){return this}),Cn}();qe._=$t,void 0===(o=function(){return $t}.call(t,n,t,r))||(r.exports=o)}).call(this)}).call(this,n(108),n(243)(e))},function(e,t,n){var r=n(26),o=n(335);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(26),o=n(376);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(173),o=n(132);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(113),l=n(138),c=n(139),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(140)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(121);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(202),o=n(148);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(108))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(172)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(81);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(249),i=n(60),a=n(94),l=n(174);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(172),i=n(132),a=n(131)("IE_PROTO"),l=function(){},c=function(){var e,t=n(171)("iframe"),r=i.length;for(t.style.display="none",n(251).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write(" - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

StringDescAdapters

-
object StringDescAdapters
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
setError -
Link copied to clipboard
-
-
-
- -
-
fun setError(textInputLayout: TextInputLayout, stringDesc: StringDesc?)
-
-
-
-
-
-
- -
-
-
setText -
Link copied to clipboard
-
-
-
- -
-
fun setText(button: Button, stringDesc: StringDesc?)
fun setText(textView: TextView, stringDesc: StringDesc?)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-string-desc-adapters/set-error.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-string-desc-adapters/set-error.html deleted file mode 100644 index 1abd153c..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-string-desc-adapters/set-error.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - setError - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

setError

-
-
- -
-
fun setError(textInputLayout: TextInputLayout, stringDesc: StringDesc?)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-string-desc-adapters/set-text.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-string-desc-adapters/set-text.html deleted file mode 100644 index 317c6202..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-string-desc-adapters/set-text.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - setText - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

setText

-
-
- -
-
fun setText(textView: TextView, stringDesc: StringDesc?)
fun setText(button: Button, stringDesc: StringDesc?)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-view-binding-adapters/index.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-view-binding-adapters/index.html deleted file mode 100644 index 01bcc435..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-view-binding-adapters/index.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - ViewBindingAdapters - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ViewBindingAdapters

-
object ViewBindingAdapters
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
setInvisibleOrGone -
Link copied to clipboard
-
-
-
- -
-
fun setInvisibleOrGone(view: View, value: Boolean)
-
-
-
-
-
-
- -
-
-
setVisibleOrGone -
Link copied to clipboard
-
-
-
- -
-
fun setVisibleOrGone(view: View, value: Boolean)
-
-
-
-
-
-
- -
-
-
setVisibleOrInvisible -
Link copied to clipboard
-
-
-
- -
-
fun setVisibleOrInvisible(view: View, value: Boolean)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-view-binding-adapters/set-invisible-or-gone.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-view-binding-adapters/set-invisible-or-gone.html deleted file mode 100644 index 0b7272fb..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-view-binding-adapters/set-invisible-or-gone.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - setInvisibleOrGone - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

setInvisibleOrGone

-
-
- -
-
fun setInvisibleOrGone(view: View, value: Boolean)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-view-binding-adapters/set-visible-or-gone.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-view-binding-adapters/set-visible-or-gone.html deleted file mode 100644 index 3cf5089f..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-view-binding-adapters/set-visible-or-gone.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - setVisibleOrGone - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

setVisibleOrGone

-
-
- -
-
fun setVisibleOrGone(view: View, value: Boolean)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-view-binding-adapters/set-visible-or-invisible.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-view-binding-adapters/set-visible-or-invisible.html deleted file mode 100644 index 5d5a2c6d..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/-view-binding-adapters/set-visible-or-invisible.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - setVisibleOrInvisible - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

setVisibleOrInvisible

-
-
- -
-
fun setVisibleOrInvisible(view: View, value: Boolean)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/index.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/index.html deleted file mode 100644 index cc4b4923..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm.databinding/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - dev.icerock.moko.mvvm.databinding - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm.databinding

-
-
-
-
-

Types

-
-
-
-
StringDescAdapters -
Link copied to clipboard
-
-
-
- -
-
object StringDescAdapters
-
-
-
-
-
-
- -
-
-
ViewBindingAdapters -
Link copied to clipboard
-
-
-
- -
-
object ViewBindingAdapters
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-activity/-mvvm-activity.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-activity/-mvvm-activity.html deleted file mode 100644 index 4a15698b..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-activity/-mvvm-activity.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - MvvmActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmActivity

-
-
- -
-
fun MvvmActivity()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-activity/index.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-activity/index.html deleted file mode 100644 index f1020728..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-activity/index.html +++ /dev/null @@ -1,6570 +0,0 @@ - - - - MvvmActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmActivity

-
abstract class MvvmActivity<DB : ViewDataBinding, VM : ViewModel> : AppCompatActivity
-
-
-
-
-

Functions

-
-
-
-
addContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun addContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
applyOverrideConfiguration -
Link copied to clipboard
-
-
-
- -
-
open fun applyOverrideConfiguration(p0: Configuration)
-
-
-
-
-
-
- -
-
-
attachBaseContext -
Link copied to clipboard
-
-
-
- -
-
open override fun attachBaseContext(p0: Context)
-
-
-
-
-
-
- -
-
-
bindIsolatedService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindIsolatedService(p0: Intent, p1: Int, p2: String, p3: Executor, p4: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
bindService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
-
-
- -
-
-
checkSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
-
-
- -
-
-
clearWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun clearWallpaper()
-
-
-
-
-
-
- -
-
-
closeContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun closeContextMenu()
-
-
-
-
-
-
- -
-
-
closeOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun closeOptionsMenu()
-
-
-
-
-
-
- -
-
-
createConfigurationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createConfigurationContext(p0: Configuration): Context
-
-
-
-
-
-
- -
-
-
createContextForSplit -
Link copied to clipboard
-
-
-
- -
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
-
-
- -
-
-
createDeviceProtectedStorageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDeviceProtectedStorageContext(): Context
-
-
-
-
-
-
- -
-
-
createDisplayContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
-
-
- -
-
-
createPackageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
-
-
- -
-
-
createPendingResult -
Link copied to clipboard
-
-
-
- -
-
open fun createPendingResult(p0: Int, p1: Intent, p2: Int): PendingIntent
-
-
-
-
-
-
- -
-
-
databaseList -
Link copied to clipboard
-
-
-
- -
-
open override fun databaseList(): Array<String>
-
-
-
-
-
-
- -
-
-
deleteDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteFile -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
dismissDialog -
Link copied to clipboard
-
-
-
- -
-
fun dismissDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
dismissKeyboardShortcutsHelper -
Link copied to clipboard
-
-
-
- -
-
fun dismissKeyboardShortcutsHelper()
-
-
-
-
-
-
- -
-
-
dispatchFragmentsOnCreateView -
Link copied to clipboard
-
-
-
- -
-
fun dispatchFragmentsOnCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
dispatchGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyShortcutEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchPopulateAccessibilityEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open override fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforceCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforcePermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
-
-
- -
-
-
enforceUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
-
-
- -
-
-
enterPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun enterPictureInPictureMode()
open fun enterPictureInPictureMode(p0: PictureInPictureParams): Boolean
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
fileList -
Link copied to clipboard
-
-
-
- -
-
open override fun fileList(): Array<String>
-
-
-
-
-
-
- -
-
-
findViewById -
Link copied to clipboard
-
-
-
- -
-
open override fun <T : View> findViewById(@IdRes() p0: Int): T
-
-
-
-
-
-
- -
-
-
finish -
Link copied to clipboard
-
-
-
- -
-
open fun finish()
-
-
-
-
-
-
- -
-
-
finishActivity -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivity(p0: Int)
-
-
-
-
-
-
- -
-
-
finishActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivityFromChild(p0: Activity, p1: Int)
-
-
-
-
-
-
- -
-
-
finishAffinity -
Link copied to clipboard
-
-
-
- -
-
open fun finishAffinity()
-
-
-
-
-
-
- -
-
-
finishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun finishAfterTransition()
-
-
-
-
-
-
- -
-
-
finishAndRemoveTask -
Link copied to clipboard
-
-
-
- -
-
open fun finishAndRemoveTask()
-
-
-
-
-
-
- -
-
-
finishFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishFromChild(p0: Activity)
-
-
-
-
-
-
- -
-
-
getActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getApplication -
Link copied to clipboard
-
-
-
- -
-
fun getApplication(): Application
-
-
-
-
-
-
- -
-
-
getApplicationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationContext(): Context
-
-
-
-
-
-
- -
-
-
getApplicationInfo -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
-
-
- -
-
-
getAssets -
Link copied to clipboard
-
-
-
- -
-
open override fun getAssets(): AssetManager
-
-
-
-
-
-
- -
-
-
getBaseContext -
Link copied to clipboard
-
-
-
- -
-
open fun getBaseContext(): Context
-
-
-
-
-
-
- -
-
-
getCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCacheDir(): File
-
-
-
-
-
-
- -
-
-
getCallingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingActivity(): ComponentName?
-
-
-
-
-
-
- -
-
-
getCallingPackage -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingPackage(): String?
-
-
-
-
-
-
- -
-
-
getChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun getChangingConfigurations(): Int
-
-
-
-
-
-
- -
-
-
getClassLoader -
Link copied to clipboard
-
-
-
- -
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
-
-
- -
-
-
getCodeCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCodeCacheDir(): File
-
-
-
-
-
-
- -
-
-
getColor -
Link copied to clipboard
-
-
-
- -
-
fun getColor(p0: Int): Int
-
-
-
-
-
-
- -
-
-
getColorStateList -
Link copied to clipboard
-
-
-
- -
-
fun getColorStateList(p0: Int): ColorStateList
-
-
-
-
-
-
- -
-
-
getComponentName -
Link copied to clipboard
-
-
-
- -
-
open fun getComponentName(): ComponentName
-
-
-
-
-
-
- -
-
-
getContentResolver -
Link copied to clipboard
-
-
-
- -
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
-
-
- -
-
-
getContentScene -
Link copied to clipboard
-
-
-
- -
-
open fun getContentScene(): Scene
-
-
-
-
-
-
- -
-
-
getContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun getContentTransitionManager(): TransitionManager
-
-
-
-
-
-
- -
-
-
getCurrentFocus -
Link copied to clipboard
-
-
-
- -
-
open fun getCurrentFocus(): View?
-
-
-
-
-
-
- -
-
-
getDatabasePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
-
-
- -
-
-
getDataDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDataDir(): File
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getDelegate -
Link copied to clipboard
-
-
-
- -
-
open fun getDelegate(): AppCompatDelegate
-
-
-
-
-
-
- -
-
-
getDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
-
-
- -
-
-
getDrawable -
Link copied to clipboard
-
-
-
- -
-
fun getDrawable(p0: Int): Drawable?
-
-
-
-
-
-
- -
-
-
getDrawerToggleDelegate -
Link copied to clipboard
-
-
-
- -
-
open override fun getDrawerToggleDelegate(): ActionBarDrawerToggle.Delegate?
-
-
-
-
-
-
- -
-
-
getExternalCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDir(): File?
-
-
-
-
-
-
- -
-
-
getExternalCacheDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
-
-
- -
-
-
getExternalFilesDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalMediaDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun <T : ComponentActivity.ExtraData> getExtraData(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getFilesDir(): File
-
-
-
-
-
-
- -
-
-
getFileStreamPath -
Link copied to clipboard
-
-
-
- -
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getIntent(): Intent
-
-
-
-
-
-
- -
-
-
getLastCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLastNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun getLayoutInflater(): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getLocalClassName -
Link copied to clipboard
-
-
-
- -
-
open fun getLocalClassName(): String
-
-
-
-
-
-
- -
-
-
getMainExecutor -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainExecutor(): Executor
-
-
-
-
-
-
- -
-
-
getMainLooper -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainLooper(): Looper
-
-
-
-
-
-
- -
-
-
getMaxNumPictureInPictureActions -
Link copied to clipboard
-
-
-
- -
-
open fun getMaxNumPictureInPictureActions(): Int
-
-
-
-
-
-
- -
-
-
getMediaController -
Link copied to clipboard
-
-
-
- -
-
fun getMediaController(): MediaController
-
-
-
-
-
-
- -
-
-
getMenuInflater -
Link copied to clipboard
-
-
-
- -
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
-
-
- -
-
-
getNoBackupFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
-
-
- -
-
-
getObbDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDir(): File
-
-
-
-
-
-
- -
-
-
getObbDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getOnBackPressedDispatcher -
Link copied to clipboard
-
-
-
- -
-
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher
-
-
-
-
-
-
- -
-
-
getOpPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getOpPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageCodePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageCodePath(): String
-
-
-
-
-
-
- -
-
-
getPackageManager -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageManager(): PackageManager
-
-
-
-
-
-
- -
-
-
getPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageResourcePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageResourcePath(): String
-
-
-
-
-
-
- -
-
-
getParent -
Link copied to clipboard
-
-
-
- -
-
fun getParent(): Activity
-
-
-
-
-
-
- -
-
-
getParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getPreferences -
Link copied to clipboard
-
-
-
- -
-
open fun getPreferences(p0: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun getReferrer(): Uri?
-
-
-
-
-
-
- -
-
-
getRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun getRequestedOrientation(): Int
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
open override fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSearchEvent -
Link copied to clipboard
-
-
-
- -
-
fun getSearchEvent(): SearchEvent
-
-
-
-
-
-
- -
-
-
getSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getSupportFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getSupportLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getSupportParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun getSupportParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getSystemService -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getSystemServiceName -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
-
-
- -
-
-
getTaskId -
Link copied to clipboard
-
-
-
- -
-
open fun getTaskId(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getTheme -
Link copied to clipboard
-
-
-
- -
-
open override fun getTheme(): Resources.Theme
-
-
-
-
-
-
- -
-
-
getTitle -
Link copied to clipboard
-
-
-
- -
-
fun getTitle(): CharSequence
-
-
-
-
-
-
- -
-
-
getTitleColor -
Link copied to clipboard
-
-
-
- -
-
fun getTitleColor(): Int
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
getVoiceInteractor -
Link copied to clipboard
-
-
-
- -
-
open fun getVoiceInteractor(): VoiceInteractor
-
-
-
-
-
-
- -
-
-
getVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun getVolumeControlStream(): Int
-
-
-
-
-
-
- -
-
-
getWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumHeight -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumHeight(): Int
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumWidth -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumWidth(): Int
-
-
-
-
-
-
- -
-
-
getWindow -
Link copied to clipboard
-
-
-
- -
-
open fun getWindow(): Window
-
-
-
-
-
-
- -
-
-
getWindowManager -
Link copied to clipboard
-
-
-
- -
-
open fun getWindowManager(): WindowManager
-
-
-
-
-
-
- -
-
-
grantUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasWindowFocus -
Link copied to clipboard
-
-
-
- -
-
open fun hasWindowFocus(): Boolean
-
-
-
-
-
-
- -
-
-
invalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun invalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
isActivityTransitionRunning -
Link copied to clipboard
-
-
-
- -
-
open fun isActivityTransitionRunning(): Boolean
-
-
-
-
-
-
- -
-
-
isChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun isChangingConfigurations(): Boolean
-
-
-
-
-
-
- -
-
-
isChild -
Link copied to clipboard
-
-
-
- -
-
fun isChild(): Boolean
-
-
-
-
-
-
- -
-
-
isDestroyed -
Link copied to clipboard
-
-
-
- -
-
open fun isDestroyed(): Boolean
-
-
-
-
-
-
- -
-
-
isDeviceProtectedStorage -
Link copied to clipboard
-
-
-
- -
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
-
-
- -
-
-
isFinishing -
Link copied to clipboard
-
-
-
- -
-
open fun isFinishing(): Boolean
-
-
-
-
-
-
- -
-
-
isImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun isImmersive(): Boolean
-
-
-
-
-
-
- -
-
-
isInMultiWindowMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInMultiWindowMode(): Boolean
-
-
-
-
-
-
- -
-
-
isInPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInPictureInPictureMode(): Boolean
-
-
-
-
-
-
- -
-
-
isLocalVoiceInteractionSupported -
Link copied to clipboard
-
-
-
- -
-
open fun isLocalVoiceInteractionSupported(): Boolean
-
-
-
-
-
-
- -
-
-
isRestricted -
Link copied to clipboard
-
-
-
- -
-
open override fun isRestricted(): Boolean
-
-
-
-
-
-
- -
-
-
isTaskRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isTaskRoot(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteraction(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteractionRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteractionRoot(): Boolean
-
-
-
-
-
-
- -
-
-
managedQuery -
Link copied to clipboard
-
-
-
- -
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
-
-
- -
-
-
moveDatabaseFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveSharedPreferencesFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveTaskToBack -
Link copied to clipboard
-
-
-
- -
-
open fun moveTaskToBack(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpToFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpToFromChild(p0: Activity, p1: Intent): Boolean
-
-
-
-
-
-
- -
-
-
obtainStyledAttributes -
Link copied to clipboard
-
-
-
- -
-
fun obtainStyledAttributes(p0: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: Int, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray, p2: Int, p3: Int): TypedArray
-
-
-
-
-
-
- -
-
-
onActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActivityReenter -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onApplyThemeResource -
Link copied to clipboard
-
-
-
- -
-
open override fun onApplyThemeResource(p0: Resources.Theme, p1: Int, p2: Boolean)
-
-
-
-
-
-
- -
-
-
onAttachedToWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onAttachedToWindow()
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(p0: Fragment)
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onBackPressed -
Link copied to clipboard
-
-
-
- -
-
open override fun onBackPressed()
-
-
-
-
-
-
- -
-
-
onChildTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onChildTitleChanged(p0: Activity, p1: CharSequence)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContentChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onContentChanged()
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onContextMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onContextMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(p0: ContextMenu, p1: View, p2: ContextMenu.ContextMenuInfo)
-
-
-
-
-
-
- -
-
-
onCreateDescription -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDescription(): CharSequence?
-
-
-
-
-
-
- -
-
-
onCreateDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDialog(p0: Int): Dialog
open fun onCreateDialog(p0: Int, p1: Bundle): Dialog?
-
-
-
-
-
-
- -
-
-
onCreateNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelMenu(p0: Int, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
-
-
- -
-
-
onCreateSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateThumbnail -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateThumbnail(p0: Bitmap, p1: Canvas): Boolean
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(@NonNull() p0: String, @NonNull() p1: Context, @NonNull() p2: AttributeSet): View?
open override fun onCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDetachedFromWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onDetachedFromWindow()
-
-
-
-
-
-
- -
-
-
onEnterAnimationComplete -
Link copied to clipboard
-
-
-
- -
-
open fun onEnterAnimationComplete()
-
-
-
-
-
-
- -
-
-
onGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onGetDirectActions -
Link copied to clipboard
-
-
-
- -
-
open fun onGetDirectActions(p0: CancellationSignal, p1: Consumer<MutableList<DirectAction>>)
-
-
-
-
-
-
- -
-
-
onKeyDown -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyLongPress -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyMultiple -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyShortcut -
Link copied to clipboard
-
-
-
- -
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyUp -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStarted -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStarted()
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStopped -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStopped()
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMenuItemSelected -
Link copied to clipboard
-
-
-
- -
-
override fun onMenuItemSelected(p0: Int, @NonNull() p1: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onMenuOpened -
Link copied to clipboard
-
-
-
- -
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onMultiWindowModeChanged(p0: Boolean)
open fun onMultiWindowModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onNavigateUpFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUpFromChild(p0: Activity): Boolean
-
-
-
-
-
-
- -
-
-
onNewIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun onNewIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
onNightModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onNightModeChanged(p0: Int)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onPanelClosed -
Link copied to clipboard
-
-
-
- -
-
open override fun onPanelClosed(p0: Int, @NonNull() p1: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open override fun onPause()
-
-
-
-
-
-
- -
-
-
onPerformDirectAction -
Link copied to clipboard
-
-
-
- -
-
open fun onPerformDirectAction(p0: String, p1: Bundle, p2: CancellationSignal, p3: Consumer<Bundle>)
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onPictureInPictureModeChanged(p0: Boolean)
open fun onPictureInPictureModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onPointerCaptureChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPointerCaptureChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPostCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostCreate(@Nullable() p0: Bundle?)
open fun onPostCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onPostResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostResume()
-
-
-
-
-
-
- -
-
-
onPrepareDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareDialog(p0: Int, p1: Dialog)
open fun onPrepareDialog(p0: Int, p1: Dialog, p2: Bundle)
-
-
-
-
-
-
- -
-
-
onPrepareNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareOptionsPanel -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsPanel(@Nullable() p0: View?, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPreparePanel -
Link copied to clipboard
-
-
-
- -
-
open override fun onPreparePanel(p0: Int, @Nullable() p1: View?, @NonNull() p2: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onProvideAssistContent -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistContent(p0: AssistContent)
-
-
-
-
-
-
- -
-
-
onProvideAssistData -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistData(p0: Bundle)
-
-
-
-
-
-
- -
-
-
onProvideKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
open override fun onProvideKeyboardShortcuts(p0: MutableList<KeyboardShortcutGroup>, p1: Menu?, p2: Int)
-
-
-
-
-
-
- -
-
-
onProvideReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideReferrer(): Uri
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onRestart -
Link copied to clipboard
-
-
-
- -
-
open fun onRestart()
-
-
-
-
-
-
- -
-
-
onRestoreInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onRestoreInstanceState(p0: Bundle)
open fun onRestoreInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onResume()
-
-
-
-
-
-
- -
-
-
onResumeFragments -
Link copied to clipboard
-
-
-
- -
-
open fun onResumeFragments()
-
-
-
-
-
-
- -
-
-
onRetainCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun onRetainCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onRetainNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
override fun onRetainNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open override fun onSaveInstanceState(@NonNull() p0: Bundle)
open fun onSaveInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onSearchRequested -
Link copied to clipboard
-
-
-
- -
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open override fun onStart()
-
-
-
-
-
-
- -
-
-
onStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open override fun onStateNotSaved()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open override fun onStop()
-
-
-
-
-
-
- -
-
-
onSupportActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeFinished(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeStarted(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportContentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportContentChanged()
-
-
-
-
-
-
- -
-
-
onSupportNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onTitleChanged(p0: CharSequence, p1: Int)
-
-
-
-
-
-
- -
-
-
onTopResumedActivityChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onTopResumedActivityChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrimMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onTrimMemory(p0: Int)
-
-
-
-
-
-
- -
-
-
onUserInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun onUserInteraction()
-
-
-
-
-
-
- -
-
-
onUserLeaveHint -
Link copied to clipboard
-
-
-
- -
-
open fun onUserLeaveHint()
-
-
-
-
-
-
- -
-
-
onVisibleBehindCanceled -
Link copied to clipboard
-
-
-
- -
-
open fun onVisibleBehindCanceled()
-
-
-
-
-
-
- -
-
-
onWindowAttributesChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowAttributesChanged(p0: WindowManager.LayoutParams)
-
-
-
-
-
-
- -
-
-
onWindowFocusChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onWindowStartingActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingActionMode(p0: ActionMode.Callback): ActionMode?
open override fun onWindowStartingActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
onWindowStartingSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
openContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun openContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
openFileInput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
-
-
- -
-
-
openFileOutput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
-
-
- -
-
-
openOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun openOptionsMenu()
-
-
-
-
-
-
- -
-
-
openOrCreateDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory): SQLiteDatabase
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory, p3: DatabaseErrorHandler?): SQLiteDatabase
-
-
-
-
-
-
- -
-
-
overridePendingTransition -
Link copied to clipboard
-
-
-
- -
-
open fun overridePendingTransition(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
peekWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun peekWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
-
-
-
-
-
-
- -
-
-
putExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun putExtraData(p0: ComponentActivity.ExtraData)
-
-
-
-
-
-
- -
-
-
recreate -
Link copied to clipboard
-
-
-
- -
-
open fun recreate()
-
-
-
-
-
-
- -
-
-
registerActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
registerComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun registerComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
registerReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
-
-
- -
-
-
releaseInstance -
Link copied to clipboard
-
-
-
- -
-
open fun releaseInstance(): Boolean
-
-
-
-
-
-
- -
-
-
removeDialog -
Link copied to clipboard
-
-
-
- -
-
fun removeDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
reportFullyDrawn -
Link copied to clipboard
-
-
-
- -
-
open fun reportFullyDrawn()
-
-
-
-
-
-
- -
-
-
requestDragAndDropPermissions -
Link copied to clipboard
-
-
-
- -
-
open fun requestDragAndDropPermissions(p0: DragEvent): DragAndDropPermissions
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requestPermissionsFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun requestPermissionsFromFragment(@NonNull() p0: Fragment, @NonNull() p1: Array<String>, p2: Int)
-
-
-
-
-
-
- -
-
-
requestShowKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
fun requestShowKeyboardShortcuts()
-
-
-
-
-
-
- -
-
-
requestVisibleBehind -
Link copied to clipboard
-
-
-
- -
-
open fun requestVisibleBehind(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
requestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
fun requestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
requireViewById -
Link copied to clipboard
-
-
-
- -
-
fun <T : View> requireViewById(p0: Int): T
-
-
-
-
-
-
- -
-
-
revokeUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
runOnUiThread -
Link copied to clipboard
-
-
-
- -
-
fun runOnUiThread(p0: Runnable)
-
-
-
-
-
-
- -
-
-
sendBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
-
-
-
-
-
-
- -
-
-
sendBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
setActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun setContentTransitionManager(p0: TransitionManager)
-
-
-
-
-
-
- -
-
-
setContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun setContentView(p0: View)
open override fun setContentView(@LayoutRes() p0: Int)
open override fun setContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
setDefaultKeyMode -
Link copied to clipboard
-
-
-
- -
-
fun setDefaultKeyMode(p0: Int)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(p0: SharedElementCallback)
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(p0: SharedElementCallback)
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setFeatureDrawable -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawable(p0: Int, p1: Drawable)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableAlpha -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableAlpha(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableResource -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableResource(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableUri -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableUri(p0: Int, p1: Uri)
-
-
-
-
-
-
- -
-
-
setFinishOnTouchOutside -
Link copied to clipboard
-
-
-
- -
-
open fun setFinishOnTouchOutside(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun setImmersive(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInheritShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setInheritShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setIntent -
Link copied to clipboard
-
-
-
- -
-
open fun setIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
setMediaController -
Link copied to clipboard
-
-
-
- -
-
fun setMediaController(p0: MediaController)
-
-
-
-
-
-
- -
-
-
setPictureInPictureParams -
Link copied to clipboard
-
-
-
- -
-
open fun setPictureInPictureParams(p0: PictureInPictureParams)
-
-
-
-
-
-
- -
-
-
setProgress -
Link copied to clipboard
-
-
-
- -
-
fun setProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun setRequestedOrientation(p0: Int)
-
-
-
-
-
-
- -
-
-
setResult -
Link copied to clipboard
-
-
-
- -
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
setSecondaryProgress -
Link copied to clipboard
-
-
-
- -
-
fun setSecondaryProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportActionBar(@Nullable() p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setSupportProgress -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setTaskDescription -
Link copied to clipboard
-
-
-
- -
-
open fun setTaskDescription(p0: ActivityManager.TaskDescription)
-
-
-
-
-
-
- -
-
-
setTheme -
Link copied to clipboard
-
-
-
- -
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes() p0: Int)
-
-
-
-
-
-
- -
-
-
setTitle -
Link copied to clipboard
-
-
-
- -
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
-
-
- -
-
-
setTitleColor -
Link copied to clipboard
-
-
-
- -
-
open fun setTitleColor(p0: Int)
-
-
-
-
-
-
- -
-
-
setTurnScreenOn -
Link copied to clipboard
-
-
-
- -
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVisible -
Link copied to clipboard
-
-
-
- -
-
open fun setVisible(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun setVolumeControlStream(p0: Int)
-
-
-
-
-
-
- -
-
-
setVrModeEnabled -
Link copied to clipboard
-
-
-
- -
-
open fun setVrModeEnabled(p0: Boolean, p1: ComponentName)
-
-
-
-
-
-
- -
-
-
setWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
shouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun shouldUpRecreateTask(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
showAssist -
Link copied to clipboard
-
-
-
- -
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showDialog -
Link copied to clipboard
-
-
-
- -
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showLockTaskEscapeMessage -
Link copied to clipboard
-
-
-
- -
-
open fun showLockTaskEscapeMessage()
-
-
-
-
-
-
- -
-
-
startActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startActionMode(p0: ActionMode.Callback): ActionMode?
open fun startActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
startActivities -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle)
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivityForResult(p0: Intent, p1: Int)
open override fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int, p3: Bundle?)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int, @Nullable() p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityIfNeeded -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityIfNeeded(p0: Intent, p1: Int): Boolean
open fun startActivityIfNeeded(p0: Intent, p1: Int, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startForegroundService -
Link copied to clipboard
-
-
-
- -
-
open override fun startForegroundService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startInstrumentation -
Link copied to clipboard
-
-
-
- -
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startIntentSender -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int)
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromFragment(@NonNull() p0: Fragment, p1: IntentSender, p2: Int, @Nullable() p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable() p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun startLocalVoiceInteraction(p0: Bundle)
-
-
-
-
-
-
- -
-
-
startLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun startLockTask()
-
-
-
-
-
-
- -
-
-
startManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun startManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
startNextMatchingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startNextMatchingActivity(p0: Intent): Boolean
open fun startNextMatchingActivity(p0: Intent, p1: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
startSearch -
Link copied to clipboard
-
-
-
- -
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
-
-
- -
-
-
startService -
Link copied to clipboard
-
-
-
- -
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
stopLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun stopLocalVoiceInteraction()
-
-
-
-
-
-
- -
-
-
stopLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun stopLockTask()
-
-
-
-
-
-
- -
-
-
stopManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun stopManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
stopService -
Link copied to clipboard
-
-
-
- -
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
superDispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun superDispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
supportFinishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportFinishAfterTransition()
-
-
-
-
-
-
- -
-
-
supportInvalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
supportNavigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun supportNavigateUpTo(@NonNull() p0: Intent)
-
-
-
-
-
-
- -
-
-
supportPostponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportPostponeEnterTransition()
-
-
-
-
-
-
- -
-
-
supportRequestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
open fun supportRequestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
supportShouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun supportShouldUpRecreateTask(@NonNull() p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
supportStartPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportStartPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
takeKeyEvents -
Link copied to clipboard
-
-
-
- -
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
- -
-
-
triggerSearch -
Link copied to clipboard
-
-
-
- -
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
unbindService -
Link copied to clipboard
-
-
-
- -
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
-
-
- -
-
-
unregisterActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- - -
-
-
-
-
- -
-
-
unregisterComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
unregisterReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
-
-
- -
-
-
updateServiceGroup -
Link copied to clipboard
-
-
-
- -
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
-
-
- -
-
-
validateRequestPermissionsRequestCode -
Link copied to clipboard
-
-
-
- -
-
override fun validateRequestPermissionsRequestCode(p0: Int)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mCreated -
Link copied to clipboard
-
-
-
-
val mCreated: Boolean
-
-
-
-
- -
-
-
mFragmentLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mFragmentLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mFragments -
Link copied to clipboard
-
-
-
-
val mFragments: FragmentController
-
-
-
-
- -
-
-
mNextCandidateRequestIndex -
Link copied to clipboard
-
-
-
-
val mNextCandidateRequestIndex: Int
-
-
-
-
- -
-
-
mPendingFragmentActivityResults -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mRequestedPermissionsFromFragment -
Link copied to clipboard
-
-
-
-
val mRequestedPermissionsFromFragment: Boolean
-
-
-
-
- -
-
-
mResumed -
Link copied to clipboard
-
-
-
-
val mResumed: Boolean
-
-
-
-
- -
-
-
mStartedActivityFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedActivityFromFragment: Boolean
-
-
-
-
- -
-
-
mStartedIntentSenderFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedIntentSenderFromFragment: Boolean
-
-
-
-
- -
-
-
mStopped -
Link copied to clipboard
-
-
-
-
val mStopped: Boolean
-
-
-
-
-
-

Inheritors

-
-
-
-
MvvmEventsActivity -
Link copied to clipboard
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-activity/-mvvm-events-activity.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-activity/-mvvm-events-activity.html deleted file mode 100644 index 24881a12..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-activity/-mvvm-events-activity.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - MvvmEventsActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmEventsActivity

-
-
- -
-
fun MvvmEventsActivity()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-activity/index.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-activity/index.html deleted file mode 100644 index dc464fba..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-activity/index.html +++ /dev/null @@ -1,6559 +0,0 @@ - - - - MvvmEventsActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmEventsActivity

-
abstract class MvvmEventsActivity<DB : ViewDataBinding, VM : ViewModel, EventsDispatcherOwner<Listener>, Listener : Any> : MvvmActivity<DB, VM>
-
-
-
-
-

Functions

-
-
-
-
addContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun addContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
applyOverrideConfiguration -
Link copied to clipboard
-
-
-
- -
-
open fun applyOverrideConfiguration(p0: Configuration)
-
-
-
-
-
-
- -
-
-
attachBaseContext -
Link copied to clipboard
-
-
-
- -
-
open override fun attachBaseContext(p0: Context)
-
-
-
-
-
-
- -
-
-
bindIsolatedService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindIsolatedService(p0: Intent, p1: Int, p2: String, p3: Executor, p4: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
bindService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
-
-
- -
-
-
checkSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
-
-
- -
-
-
clearWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun clearWallpaper()
-
-
-
-
-
-
- -
-
-
closeContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun closeContextMenu()
-
-
-
-
-
-
- -
-
-
closeOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun closeOptionsMenu()
-
-
-
-
-
-
- -
-
-
createConfigurationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createConfigurationContext(p0: Configuration): Context
-
-
-
-
-
-
- -
-
-
createContextForSplit -
Link copied to clipboard
-
-
-
- -
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
-
-
- -
-
-
createDeviceProtectedStorageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDeviceProtectedStorageContext(): Context
-
-
-
-
-
-
- -
-
-
createDisplayContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
-
-
- -
-
-
createPackageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
-
-
- -
-
-
createPendingResult -
Link copied to clipboard
-
-
-
- -
-
open fun createPendingResult(p0: Int, p1: Intent, p2: Int): PendingIntent
-
-
-
-
-
-
- -
-
-
databaseList -
Link copied to clipboard
-
-
-
- -
-
open override fun databaseList(): Array<String>
-
-
-
-
-
-
- -
-
-
deleteDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteFile -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
dismissDialog -
Link copied to clipboard
-
-
-
- -
-
fun dismissDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
dismissKeyboardShortcutsHelper -
Link copied to clipboard
-
-
-
- -
-
fun dismissKeyboardShortcutsHelper()
-
-
-
-
-
-
- -
-
-
dispatchFragmentsOnCreateView -
Link copied to clipboard
-
-
-
- -
-
fun dispatchFragmentsOnCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
dispatchGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyShortcutEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchPopulateAccessibilityEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open override fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforceCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforcePermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
-
-
- -
-
-
enforceUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
-
-
- -
-
-
enterPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun enterPictureInPictureMode()
open fun enterPictureInPictureMode(p0: PictureInPictureParams): Boolean
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
fileList -
Link copied to clipboard
-
-
-
- -
-
open override fun fileList(): Array<String>
-
-
-
-
-
-
- -
-
-
findViewById -
Link copied to clipboard
-
-
-
- -
-
open override fun <T : View> findViewById(@IdRes() p0: Int): T
-
-
-
-
-
-
- -
-
-
finish -
Link copied to clipboard
-
-
-
- -
-
open fun finish()
-
-
-
-
-
-
- -
-
-
finishActivity -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivity(p0: Int)
-
-
-
-
-
-
- -
-
-
finishActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivityFromChild(p0: Activity, p1: Int)
-
-
-
-
-
-
- -
-
-
finishAffinity -
Link copied to clipboard
-
-
-
- -
-
open fun finishAffinity()
-
-
-
-
-
-
- -
-
-
finishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun finishAfterTransition()
-
-
-
-
-
-
- -
-
-
finishAndRemoveTask -
Link copied to clipboard
-
-
-
- -
-
open fun finishAndRemoveTask()
-
-
-
-
-
-
- -
-
-
finishFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishFromChild(p0: Activity)
-
-
-
-
-
-
- -
-
-
getActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getApplication -
Link copied to clipboard
-
-
-
- -
-
fun getApplication(): Application
-
-
-
-
-
-
- -
-
-
getApplicationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationContext(): Context
-
-
-
-
-
-
- -
-
-
getApplicationInfo -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
-
-
- -
-
-
getAssets -
Link copied to clipboard
-
-
-
- -
-
open override fun getAssets(): AssetManager
-
-
-
-
-
-
- -
-
-
getBaseContext -
Link copied to clipboard
-
-
-
- -
-
open fun getBaseContext(): Context
-
-
-
-
-
-
- -
-
-
getCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCacheDir(): File
-
-
-
-
-
-
- -
-
-
getCallingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingActivity(): ComponentName?
-
-
-
-
-
-
- -
-
-
getCallingPackage -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingPackage(): String?
-
-
-
-
-
-
- -
-
-
getChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun getChangingConfigurations(): Int
-
-
-
-
-
-
- -
-
-
getClassLoader -
Link copied to clipboard
-
-
-
- -
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
-
-
- -
-
-
getCodeCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCodeCacheDir(): File
-
-
-
-
-
-
- -
-
-
getColor -
Link copied to clipboard
-
-
-
- -
-
fun getColor(p0: Int): Int
-
-
-
-
-
-
- -
-
-
getColorStateList -
Link copied to clipboard
-
-
-
- -
-
fun getColorStateList(p0: Int): ColorStateList
-
-
-
-
-
-
- -
-
-
getComponentName -
Link copied to clipboard
-
-
-
- -
-
open fun getComponentName(): ComponentName
-
-
-
-
-
-
- -
-
-
getContentResolver -
Link copied to clipboard
-
-
-
- -
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
-
-
- -
-
-
getContentScene -
Link copied to clipboard
-
-
-
- -
-
open fun getContentScene(): Scene
-
-
-
-
-
-
- -
-
-
getContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun getContentTransitionManager(): TransitionManager
-
-
-
-
-
-
- -
-
-
getCurrentFocus -
Link copied to clipboard
-
-
-
- -
-
open fun getCurrentFocus(): View?
-
-
-
-
-
-
- -
-
-
getDatabasePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
-
-
- -
-
-
getDataDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDataDir(): File
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getDelegate -
Link copied to clipboard
-
-
-
- -
-
open fun getDelegate(): AppCompatDelegate
-
-
-
-
-
-
- -
-
-
getDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
-
-
- -
-
-
getDrawable -
Link copied to clipboard
-
-
-
- -
-
fun getDrawable(p0: Int): Drawable?
-
-
-
-
-
-
- -
-
-
getDrawerToggleDelegate -
Link copied to clipboard
-
-
-
- -
-
open override fun getDrawerToggleDelegate(): ActionBarDrawerToggle.Delegate?
-
-
-
-
-
-
- -
-
-
getExternalCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDir(): File?
-
-
-
-
-
-
- -
-
-
getExternalCacheDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
-
-
- -
-
-
getExternalFilesDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalMediaDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun <T : ComponentActivity.ExtraData> getExtraData(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getFilesDir(): File
-
-
-
-
-
-
- -
-
-
getFileStreamPath -
Link copied to clipboard
-
-
-
- -
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getIntent(): Intent
-
-
-
-
-
-
- -
-
-
getLastCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLastNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun getLayoutInflater(): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getLocalClassName -
Link copied to clipboard
-
-
-
- -
-
open fun getLocalClassName(): String
-
-
-
-
-
-
- -
-
-
getMainExecutor -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainExecutor(): Executor
-
-
-
-
-
-
- -
-
-
getMainLooper -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainLooper(): Looper
-
-
-
-
-
-
- -
-
-
getMaxNumPictureInPictureActions -
Link copied to clipboard
-
-
-
- -
-
open fun getMaxNumPictureInPictureActions(): Int
-
-
-
-
-
-
- -
-
-
getMediaController -
Link copied to clipboard
-
-
-
- -
-
fun getMediaController(): MediaController
-
-
-
-
-
-
- -
-
-
getMenuInflater -
Link copied to clipboard
-
-
-
- -
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
-
-
- -
-
-
getNoBackupFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
-
-
- -
-
-
getObbDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDir(): File
-
-
-
-
-
-
- -
-
-
getObbDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getOnBackPressedDispatcher -
Link copied to clipboard
-
-
-
- -
-
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher
-
-
-
-
-
-
- -
-
-
getOpPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getOpPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageCodePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageCodePath(): String
-
-
-
-
-
-
- -
-
-
getPackageManager -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageManager(): PackageManager
-
-
-
-
-
-
- -
-
-
getPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageResourcePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageResourcePath(): String
-
-
-
-
-
-
- -
-
-
getParent -
Link copied to clipboard
-
-
-
- -
-
fun getParent(): Activity
-
-
-
-
-
-
- -
-
-
getParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getPreferences -
Link copied to clipboard
-
-
-
- -
-
open fun getPreferences(p0: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun getReferrer(): Uri?
-
-
-
-
-
-
- -
-
-
getRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun getRequestedOrientation(): Int
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
open override fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSearchEvent -
Link copied to clipboard
-
-
-
- -
-
fun getSearchEvent(): SearchEvent
-
-
-
-
-
-
- -
-
-
getSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getSupportFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getSupportLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getSupportParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun getSupportParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getSystemService -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getSystemServiceName -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
-
-
- -
-
-
getTaskId -
Link copied to clipboard
-
-
-
- -
-
open fun getTaskId(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getTheme -
Link copied to clipboard
-
-
-
- -
-
open override fun getTheme(): Resources.Theme
-
-
-
-
-
-
- -
-
-
getTitle -
Link copied to clipboard
-
-
-
- -
-
fun getTitle(): CharSequence
-
-
-
-
-
-
- -
-
-
getTitleColor -
Link copied to clipboard
-
-
-
- -
-
fun getTitleColor(): Int
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
getVoiceInteractor -
Link copied to clipboard
-
-
-
- -
-
open fun getVoiceInteractor(): VoiceInteractor
-
-
-
-
-
-
- -
-
-
getVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun getVolumeControlStream(): Int
-
-
-
-
-
-
- -
-
-
getWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumHeight -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumHeight(): Int
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumWidth -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumWidth(): Int
-
-
-
-
-
-
- -
-
-
getWindow -
Link copied to clipboard
-
-
-
- -
-
open fun getWindow(): Window
-
-
-
-
-
-
- -
-
-
getWindowManager -
Link copied to clipboard
-
-
-
- -
-
open fun getWindowManager(): WindowManager
-
-
-
-
-
-
- -
-
-
grantUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasWindowFocus -
Link copied to clipboard
-
-
-
- -
-
open fun hasWindowFocus(): Boolean
-
-
-
-
-
-
- -
-
-
invalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun invalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
isActivityTransitionRunning -
Link copied to clipboard
-
-
-
- -
-
open fun isActivityTransitionRunning(): Boolean
-
-
-
-
-
-
- -
-
-
isChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun isChangingConfigurations(): Boolean
-
-
-
-
-
-
- -
-
-
isChild -
Link copied to clipboard
-
-
-
- -
-
fun isChild(): Boolean
-
-
-
-
-
-
- -
-
-
isDestroyed -
Link copied to clipboard
-
-
-
- -
-
open fun isDestroyed(): Boolean
-
-
-
-
-
-
- -
-
-
isDeviceProtectedStorage -
Link copied to clipboard
-
-
-
- -
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
-
-
- -
-
-
isFinishing -
Link copied to clipboard
-
-
-
- -
-
open fun isFinishing(): Boolean
-
-
-
-
-
-
- -
-
-
isImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun isImmersive(): Boolean
-
-
-
-
-
-
- -
-
-
isInMultiWindowMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInMultiWindowMode(): Boolean
-
-
-
-
-
-
- -
-
-
isInPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInPictureInPictureMode(): Boolean
-
-
-
-
-
-
- -
-
-
isLocalVoiceInteractionSupported -
Link copied to clipboard
-
-
-
- -
-
open fun isLocalVoiceInteractionSupported(): Boolean
-
-
-
-
-
-
- -
-
-
isRestricted -
Link copied to clipboard
-
-
-
- -
-
open override fun isRestricted(): Boolean
-
-
-
-
-
-
- -
-
-
isTaskRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isTaskRoot(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteraction(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteractionRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteractionRoot(): Boolean
-
-
-
-
-
-
- -
-
-
managedQuery -
Link copied to clipboard
-
-
-
- -
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
-
-
- -
-
-
moveDatabaseFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveSharedPreferencesFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveTaskToBack -
Link copied to clipboard
-
-
-
- -
-
open fun moveTaskToBack(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpToFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpToFromChild(p0: Activity, p1: Intent): Boolean
-
-
-
-
-
-
- -
-
-
obtainStyledAttributes -
Link copied to clipboard
-
-
-
- -
-
fun obtainStyledAttributes(p0: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: Int, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray, p2: Int, p3: Int): TypedArray
-
-
-
-
-
-
- -
-
-
onActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActivityReenter -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onApplyThemeResource -
Link copied to clipboard
-
-
-
- -
-
open override fun onApplyThemeResource(p0: Resources.Theme, p1: Int, p2: Boolean)
-
-
-
-
-
-
- -
-
-
onAttachedToWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onAttachedToWindow()
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(p0: Fragment)
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onBackPressed -
Link copied to clipboard
-
-
-
- -
-
open override fun onBackPressed()
-
-
-
-
-
-
- -
-
-
onChildTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onChildTitleChanged(p0: Activity, p1: CharSequence)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContentChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onContentChanged()
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onContextMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onContextMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(p0: ContextMenu, p1: View, p2: ContextMenu.ContextMenuInfo)
-
-
-
-
-
-
- -
-
-
onCreateDescription -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDescription(): CharSequence?
-
-
-
-
-
-
- -
-
-
onCreateDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDialog(p0: Int): Dialog
open fun onCreateDialog(p0: Int, p1: Bundle): Dialog?
-
-
-
-
-
-
- -
-
-
onCreateNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelMenu(p0: Int, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
-
-
- -
-
-
onCreateSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateThumbnail -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateThumbnail(p0: Bitmap, p1: Canvas): Boolean
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(@NonNull() p0: String, @NonNull() p1: Context, @NonNull() p2: AttributeSet): View?
open override fun onCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDetachedFromWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onDetachedFromWindow()
-
-
-
-
-
-
- -
-
-
onEnterAnimationComplete -
Link copied to clipboard
-
-
-
- -
-
open fun onEnterAnimationComplete()
-
-
-
-
-
-
- -
-
-
onGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onGetDirectActions -
Link copied to clipboard
-
-
-
- -
-
open fun onGetDirectActions(p0: CancellationSignal, p1: Consumer<MutableList<DirectAction>>)
-
-
-
-
-
-
- -
-
-
onKeyDown -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyLongPress -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyMultiple -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyShortcut -
Link copied to clipboard
-
-
-
- -
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyUp -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStarted -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStarted()
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStopped -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStopped()
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMenuItemSelected -
Link copied to clipboard
-
-
-
- -
-
override fun onMenuItemSelected(p0: Int, @NonNull() p1: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onMenuOpened -
Link copied to clipboard
-
-
-
- -
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onMultiWindowModeChanged(p0: Boolean)
open fun onMultiWindowModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onNavigateUpFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUpFromChild(p0: Activity): Boolean
-
-
-
-
-
-
- -
-
-
onNewIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun onNewIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
onNightModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onNightModeChanged(p0: Int)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onPanelClosed -
Link copied to clipboard
-
-
-
- -
-
open override fun onPanelClosed(p0: Int, @NonNull() p1: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open override fun onPause()
-
-
-
-
-
-
- -
-
-
onPerformDirectAction -
Link copied to clipboard
-
-
-
- -
-
open fun onPerformDirectAction(p0: String, p1: Bundle, p2: CancellationSignal, p3: Consumer<Bundle>)
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onPictureInPictureModeChanged(p0: Boolean)
open fun onPictureInPictureModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onPointerCaptureChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPointerCaptureChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPostCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostCreate(@Nullable() p0: Bundle?)
open fun onPostCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onPostResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostResume()
-
-
-
-
-
-
- -
-
-
onPrepareDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareDialog(p0: Int, p1: Dialog)
open fun onPrepareDialog(p0: Int, p1: Dialog, p2: Bundle)
-
-
-
-
-
-
- -
-
-
onPrepareNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareOptionsPanel -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsPanel(@Nullable() p0: View?, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPreparePanel -
Link copied to clipboard
-
-
-
- -
-
open override fun onPreparePanel(p0: Int, @Nullable() p1: View?, @NonNull() p2: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onProvideAssistContent -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistContent(p0: AssistContent)
-
-
-
-
-
-
- -
-
-
onProvideAssistData -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistData(p0: Bundle)
-
-
-
-
-
-
- -
-
-
onProvideKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
open override fun onProvideKeyboardShortcuts(p0: MutableList<KeyboardShortcutGroup>, p1: Menu?, p2: Int)
-
-
-
-
-
-
- -
-
-
onProvideReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideReferrer(): Uri
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onRestart -
Link copied to clipboard
-
-
-
- -
-
open fun onRestart()
-
-
-
-
-
-
- -
-
-
onRestoreInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onRestoreInstanceState(p0: Bundle)
open fun onRestoreInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onResume()
-
-
-
-
-
-
- -
-
-
onResumeFragments -
Link copied to clipboard
-
-
-
- -
-
open fun onResumeFragments()
-
-
-
-
-
-
- -
-
-
onRetainCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun onRetainCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onRetainNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
override fun onRetainNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open override fun onSaveInstanceState(@NonNull() p0: Bundle)
open fun onSaveInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onSearchRequested -
Link copied to clipboard
-
-
-
- -
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open override fun onStart()
-
-
-
-
-
-
- -
-
-
onStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open override fun onStateNotSaved()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open override fun onStop()
-
-
-
-
-
-
- -
-
-
onSupportActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeFinished(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeStarted(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportContentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportContentChanged()
-
-
-
-
-
-
- -
-
-
onSupportNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onTitleChanged(p0: CharSequence, p1: Int)
-
-
-
-
-
-
- -
-
-
onTopResumedActivityChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onTopResumedActivityChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrimMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onTrimMemory(p0: Int)
-
-
-
-
-
-
- -
-
-
onUserInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun onUserInteraction()
-
-
-
-
-
-
- -
-
-
onUserLeaveHint -
Link copied to clipboard
-
-
-
- -
-
open fun onUserLeaveHint()
-
-
-
-
-
-
- -
-
-
onVisibleBehindCanceled -
Link copied to clipboard
-
-
-
- -
-
open fun onVisibleBehindCanceled()
-
-
-
-
-
-
- -
-
-
onWindowAttributesChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowAttributesChanged(p0: WindowManager.LayoutParams)
-
-
-
-
-
-
- -
-
-
onWindowFocusChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onWindowStartingActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingActionMode(p0: ActionMode.Callback): ActionMode?
open override fun onWindowStartingActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
onWindowStartingSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
openContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun openContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
openFileInput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
-
-
- -
-
-
openFileOutput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
-
-
- -
-
-
openOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun openOptionsMenu()
-
-
-
-
-
-
- -
-
-
openOrCreateDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory): SQLiteDatabase
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory, p3: DatabaseErrorHandler?): SQLiteDatabase
-
-
-
-
-
-
- -
-
-
overridePendingTransition -
Link copied to clipboard
-
-
-
- -
-
open fun overridePendingTransition(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
peekWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun peekWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
-
-
-
-
-
-
- -
-
-
putExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun putExtraData(p0: ComponentActivity.ExtraData)
-
-
-
-
-
-
- -
-
-
recreate -
Link copied to clipboard
-
-
-
- -
-
open fun recreate()
-
-
-
-
-
-
- -
-
-
registerActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
registerComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun registerComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
registerReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
-
-
- -
-
-
releaseInstance -
Link copied to clipboard
-
-
-
- -
-
open fun releaseInstance(): Boolean
-
-
-
-
-
-
- -
-
-
removeDialog -
Link copied to clipboard
-
-
-
- -
-
fun removeDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
reportFullyDrawn -
Link copied to clipboard
-
-
-
- -
-
open fun reportFullyDrawn()
-
-
-
-
-
-
- -
-
-
requestDragAndDropPermissions -
Link copied to clipboard
-
-
-
- -
-
open fun requestDragAndDropPermissions(p0: DragEvent): DragAndDropPermissions
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requestPermissionsFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun requestPermissionsFromFragment(@NonNull() p0: Fragment, @NonNull() p1: Array<String>, p2: Int)
-
-
-
-
-
-
- -
-
-
requestShowKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
fun requestShowKeyboardShortcuts()
-
-
-
-
-
-
- -
-
-
requestVisibleBehind -
Link copied to clipboard
-
-
-
- -
-
open fun requestVisibleBehind(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
requestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
fun requestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
requireViewById -
Link copied to clipboard
-
-
-
- -
-
fun <T : View> requireViewById(p0: Int): T
-
-
-
-
-
-
- -
-
-
revokeUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
runOnUiThread -
Link copied to clipboard
-
-
-
- -
-
fun runOnUiThread(p0: Runnable)
-
-
-
-
-
-
- -
-
-
sendBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
-
-
-
-
-
-
- -
-
-
sendBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
setActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun setContentTransitionManager(p0: TransitionManager)
-
-
-
-
-
-
- -
-
-
setContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun setContentView(p0: View)
open override fun setContentView(@LayoutRes() p0: Int)
open override fun setContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
setDefaultKeyMode -
Link copied to clipboard
-
-
-
- -
-
fun setDefaultKeyMode(p0: Int)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(p0: SharedElementCallback)
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(p0: SharedElementCallback)
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setFeatureDrawable -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawable(p0: Int, p1: Drawable)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableAlpha -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableAlpha(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableResource -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableResource(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableUri -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableUri(p0: Int, p1: Uri)
-
-
-
-
-
-
- -
-
-
setFinishOnTouchOutside -
Link copied to clipboard
-
-
-
- -
-
open fun setFinishOnTouchOutside(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun setImmersive(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInheritShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setInheritShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setIntent -
Link copied to clipboard
-
-
-
- -
-
open fun setIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
setMediaController -
Link copied to clipboard
-
-
-
- -
-
fun setMediaController(p0: MediaController)
-
-
-
-
-
-
- -
-
-
setPictureInPictureParams -
Link copied to clipboard
-
-
-
- -
-
open fun setPictureInPictureParams(p0: PictureInPictureParams)
-
-
-
-
-
-
- -
-
-
setProgress -
Link copied to clipboard
-
-
-
- -
-
fun setProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun setRequestedOrientation(p0: Int)
-
-
-
-
-
-
- -
-
-
setResult -
Link copied to clipboard
-
-
-
- -
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
setSecondaryProgress -
Link copied to clipboard
-
-
-
- -
-
fun setSecondaryProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportActionBar(@Nullable() p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setSupportProgress -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setTaskDescription -
Link copied to clipboard
-
-
-
- -
-
open fun setTaskDescription(p0: ActivityManager.TaskDescription)
-
-
-
-
-
-
- -
-
-
setTheme -
Link copied to clipboard
-
-
-
- -
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes() p0: Int)
-
-
-
-
-
-
- -
-
-
setTitle -
Link copied to clipboard
-
-
-
- -
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
-
-
- -
-
-
setTitleColor -
Link copied to clipboard
-
-
-
- -
-
open fun setTitleColor(p0: Int)
-
-
-
-
-
-
- -
-
-
setTurnScreenOn -
Link copied to clipboard
-
-
-
- -
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVisible -
Link copied to clipboard
-
-
-
- -
-
open fun setVisible(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun setVolumeControlStream(p0: Int)
-
-
-
-
-
-
- -
-
-
setVrModeEnabled -
Link copied to clipboard
-
-
-
- -
-
open fun setVrModeEnabled(p0: Boolean, p1: ComponentName)
-
-
-
-
-
-
- -
-
-
setWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
shouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun shouldUpRecreateTask(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
showAssist -
Link copied to clipboard
-
-
-
- -
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showDialog -
Link copied to clipboard
-
-
-
- -
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showLockTaskEscapeMessage -
Link copied to clipboard
-
-
-
- -
-
open fun showLockTaskEscapeMessage()
-
-
-
-
-
-
- -
-
-
startActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startActionMode(p0: ActionMode.Callback): ActionMode?
open fun startActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
startActivities -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle)
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivityForResult(p0: Intent, p1: Int)
open override fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int, p3: Bundle?)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int, @Nullable() p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityIfNeeded -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityIfNeeded(p0: Intent, p1: Int): Boolean
open fun startActivityIfNeeded(p0: Intent, p1: Int, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startForegroundService -
Link copied to clipboard
-
-
-
- -
-
open override fun startForegroundService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startInstrumentation -
Link copied to clipboard
-
-
-
- -
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startIntentSender -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int)
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromFragment(@NonNull() p0: Fragment, p1: IntentSender, p2: Int, @Nullable() p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable() p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun startLocalVoiceInteraction(p0: Bundle)
-
-
-
-
-
-
- -
-
-
startLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun startLockTask()
-
-
-
-
-
-
- -
-
-
startManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun startManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
startNextMatchingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startNextMatchingActivity(p0: Intent): Boolean
open fun startNextMatchingActivity(p0: Intent, p1: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
startSearch -
Link copied to clipboard
-
-
-
- -
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
-
-
- -
-
-
startService -
Link copied to clipboard
-
-
-
- -
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
stopLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun stopLocalVoiceInteraction()
-
-
-
-
-
-
- -
-
-
stopLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun stopLockTask()
-
-
-
-
-
-
- -
-
-
stopManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun stopManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
stopService -
Link copied to clipboard
-
-
-
- -
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
superDispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun superDispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
supportFinishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportFinishAfterTransition()
-
-
-
-
-
-
- -
-
-
supportInvalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
supportNavigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun supportNavigateUpTo(@NonNull() p0: Intent)
-
-
-
-
-
-
- -
-
-
supportPostponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportPostponeEnterTransition()
-
-
-
-
-
-
- -
-
-
supportRequestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
open fun supportRequestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
supportShouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun supportShouldUpRecreateTask(@NonNull() p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
supportStartPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportStartPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
takeKeyEvents -
Link copied to clipboard
-
-
-
- -
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
- -
-
-
triggerSearch -
Link copied to clipboard
-
-
-
- -
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
unbindService -
Link copied to clipboard
-
-
-
- -
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
-
-
- -
-
-
unregisterActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- - -
-
-
-
-
- -
-
-
unregisterComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
unregisterReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
-
-
- -
-
-
updateServiceGroup -
Link copied to clipboard
-
-
-
- -
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
-
-
- -
-
-
validateRequestPermissionsRequestCode -
Link copied to clipboard
-
-
-
- -
-
override fun validateRequestPermissionsRequestCode(p0: Int)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mCreated -
Link copied to clipboard
-
-
-
-
val mCreated: Boolean
-
-
-
-
- -
-
-
mFragmentLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mFragmentLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mFragments -
Link copied to clipboard
-
-
-
-
val mFragments: FragmentController
-
-
-
-
- -
-
-
mNextCandidateRequestIndex -
Link copied to clipboard
-
-
-
-
val mNextCandidateRequestIndex: Int
-
-
-
-
- -
-
-
mPendingFragmentActivityResults -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mRequestedPermissionsFromFragment -
Link copied to clipboard
-
-
-
-
val mRequestedPermissionsFromFragment: Boolean
-
-
-
-
- -
-
-
mResumed -
Link copied to clipboard
-
-
-
-
val mResumed: Boolean
-
-
-
-
- -
-
-
mStartedActivityFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedActivityFromFragment: Boolean
-
-
-
-
- -
-
-
mStartedIntentSenderFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedIntentSenderFromFragment: Boolean
-
-
-
-
- -
-
-
mStopped -
Link copied to clipboard
-
-
-
-
val mStopped: Boolean
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-fragment/-mvvm-events-fragment.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-fragment/-mvvm-events-fragment.html deleted file mode 100644 index a9081265..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-fragment/-mvvm-events-fragment.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - MvvmEventsFragment - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmEventsFragment

-
-
- -
-
fun MvvmEventsFragment()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-fragment/index.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-fragment/index.html deleted file mode 100644 index 52b4120f..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-fragment/index.html +++ /dev/null @@ -1,3393 +0,0 @@ - - - - MvvmEventsFragment - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmEventsFragment

-
abstract class MvvmEventsFragment<DB : ViewDataBinding, VM : ViewModel, EventsDispatcherOwner<Listener>, Listener : Any> : MvvmFragment<DB, VM>
-
-
-
-
-

Functions

-
-
-
-
callStartTransitionListener -
Link copied to clipboard
-
-
-
- -
-
open fun callStartTransitionListener()
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
operator override fun equals(@Nullable() other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
findFragmentByWho -
Link copied to clipboard
-
-
-
- -
-
open fun findFragmentByWho(@NonNull() p0: String): Fragment?
-
-
-
-
-
-
- -
-
-
getActivity -
Link copied to clipboard
-
-
-
- -
-
fun getActivity(): FragmentActivity?
-
-
-
-
-
-
- -
-
-
getAllowEnterTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun getAllowEnterTransitionOverlap(): Boolean
-
-
-
-
-
-
- -
-
-
getAllowReturnTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun getAllowReturnTransitionOverlap(): Boolean
-
-
-
-
-
-
- -
-
-
getAnimatingAway -
Link copied to clipboard
-
-
-
- -
-
open fun getAnimatingAway(): View
-
-
-
-
-
-
- -
-
-
getAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun getAnimator(): Animator
-
-
-
-
-
-
- -
-
-
getArguments -
Link copied to clipboard
-
-
-
- -
-
fun getArguments(): Bundle?
-
-
-
-
-
-
- -
-
-
getChildFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getChildFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getContext -
Link copied to clipboard
-
-
-
- -
-
open fun getContext(): Context?
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getEnterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getEnterTransitionCallback -
Link copied to clipboard
-
-
-
- -
-
open fun getEnterTransitionCallback(): SharedElementCallback
-
-
-
-
-
-
- -
-
-
getExitTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getExitTransition(): Any?
-
-
-
-
-
-
- -
-
-
getExitTransitionCallback -
Link copied to clipboard
-
-
-
- -
-
open fun getExitTransitionCallback(): SharedElementCallback
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getFragmentManager(): FragmentManager?
-
-
-
-
-
-
- -
-
-
getHost -
Link copied to clipboard
-
-
-
- -
-
fun getHost(): Any?
-
-
-
-
-
-
- -
-
-
getId -
Link copied to clipboard
-
-
-
- -
-
fun getId(): Int
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
fun getLayoutInflater(): LayoutInflater
open fun getLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getNextAnim -
Link copied to clipboard
-
-
-
- -
-
open fun getNextAnim(): Int
-
-
-
-
-
-
- -
-
-
getNextTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getNextTransition(): Int
-
-
-
-
-
-
- -
-
-
getParentFragment -
Link copied to clipboard
-
-
-
- -
-
fun getParentFragment(): Fragment?
-
-
-
-
-
-
- -
-
-
getParentFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getParentFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getReenterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getReenterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getRetainInstance -
Link copied to clipboard
-
-
-
- -
-
fun getRetainInstance(): Boolean
-
-
-
-
-
-
- -
-
-
getReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getReturnTransition(): Any?
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSharedElementEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getSharedElementEnterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getSharedElementReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getSharedElementReturnTransition(): Any?
-
-
-
-
-
-
- -
-
-
getStateAfterAnimating -
Link copied to clipboard
-
-
-
- -
-
open fun getStateAfterAnimating(): Int
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(@StringRes() p0: Int): String
fun getString(@StringRes() p0: Int, @Nullable() vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getTag -
Link copied to clipboard
-
-
-
- -
-
fun getTag(): String?
-
-
-
-
-
-
- -
-
-
getTargetFragment -
Link copied to clipboard
-
-
-
- -
-
fun getTargetFragment(): Fragment?
-
-
-
-
-
-
- -
-
-
getTargetRequestCode -
Link copied to clipboard
-
-
-
- -
-
fun getTargetRequestCode(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(@StringRes() p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getUserVisibleHint -
Link copied to clipboard
-
-
-
- -
-
open fun getUserVisibleHint(): Boolean
-
-
-
-
-
-
- -
-
-
getView -
Link copied to clipboard
-
-
-
- -
-
open fun getView(): View?
-
-
-
-
-
-
- -
-
-
getViewLifecycleOwner -
Link copied to clipboard
-
-
-
- -
-
open fun getViewLifecycleOwner(): LifecycleOwner
-
-
-
-
-
-
- -
-
-
getViewLifecycleOwnerLiveData -
Link copied to clipboard
-
-
-
- -
-
open fun getViewLifecycleOwnerLiveData(): LiveData<LifecycleOwner>
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
override fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
fun hasOptionsMenu(): Boolean
-
-
-
-
-
-
- -
-
-
initState -
Link copied to clipboard
-
-
-
- -
-
open fun initState()
-
-
-
-
-
-
- -
-
-
isAdded -
Link copied to clipboard
-
-
-
- -
-
fun isAdded(): Boolean
-
-
-
-
-
-
- -
-
-
isDetached -
Link copied to clipboard
-
-
-
- -
-
fun isDetached(): Boolean
-
-
-
-
-
-
- -
-
-
isHidden -
Link copied to clipboard
-
-
-
- -
-
fun isHidden(): Boolean
-
-
-
-
-
-
- -
-
-
isHideReplaced -
Link copied to clipboard
-
-
-
- -
-
open fun isHideReplaced(): Boolean
-
-
-
-
-
-
- -
-
-
isInBackStack -
Link copied to clipboard
-
-
-
- -
-
fun isInBackStack(): Boolean
-
-
-
-
-
-
- -
-
-
isInLayout -
Link copied to clipboard
-
-
-
- -
-
fun isInLayout(): Boolean
-
-
-
-
-
-
- -
-
-
isMenuVisible -
Link copied to clipboard
-
-
-
- -
-
fun isMenuVisible(): Boolean
-
-
-
-
-
-
- -
-
-
isPostponed -
Link copied to clipboard
-
-
-
- -
-
open fun isPostponed(): Boolean
-
-
-
-
-
-
- -
-
-
isRemoving -
Link copied to clipboard
-
-
-
- -
-
fun isRemoving(): Boolean
-
-
-
-
-
-
- -
-
-
isRemovingParent -
Link copied to clipboard
-
-
-
- -
-
fun isRemovingParent(): Boolean
-
-
-
-
-
-
- -
-
-
isResumed -
Link copied to clipboard
-
-
-
- -
-
fun isResumed(): Boolean
-
-
-
-
-
-
- -
-
-
isStateSaved -
Link copied to clipboard
-
-
-
- -
-
fun isStateSaved(): Boolean
-
-
-
-
-
-
- -
-
-
isVisible -
Link copied to clipboard
-
-
-
- -
-
fun isVisible(): Boolean
-
-
-
-
-
-
- -
-
-
noteStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open fun noteStateNotSaved()
-
-
-
-
-
-
- -
-
-
onActivityCreated -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityCreated(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onAttach -
Link copied to clipboard
-
-
-
- -
-
open fun onAttach(@NonNull() p0: Activity)
open fun onAttach(@NonNull() p0: Context)
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreate(savedInstanceState: Bundle?)
-
-
-
-
-
-
- -
-
-
onCreateAnimation -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateAnimation(p0: Int, p1: Boolean, p2: Int): Animation?
-
-
-
-
-
-
- -
-
-
onCreateAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateAnimator(p0: Int, p1: Boolean, p2: Int): Animator?
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(@NonNull() p0: ContextMenu, @NonNull() p1: View, @Nullable() p2: ContextMenu.ContextMenuInfo?)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(@NonNull() p0: Menu, @NonNull() p1: MenuInflater)
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDestroyOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onDestroyOptionsMenu()
-
-
-
-
-
-
- -
-
-
onDestroyView -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroyView()
-
-
-
-
-
-
- -
-
-
onDetach -
Link copied to clipboard
-
-
-
- -
-
open fun onDetach()
-
-
-
-
-
-
- -
-
-
onGetLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun onGetLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
onHiddenChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onHiddenChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onInflate -
Link copied to clipboard
-
-
-
- -
-
open fun onInflate(@NonNull() p0: Activity, @NonNull() p1: AttributeSet, @Nullable() p2: Bundle?)
open fun onInflate(@NonNull() p0: Context, @NonNull() p1: AttributeSet, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onMultiWindowModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open fun onPause()
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPictureInPictureModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
onPrimaryNavigationFragmentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPrimaryNavigationFragmentChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open fun onResume()
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onSaveInstanceState(@NonNull() p0: Bundle)
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open fun onStart()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open fun onStop()
-
-
-
-
-
-
- -
-
-
onViewCreated -
Link copied to clipboard
-
-
-
- -
-
open override fun onViewCreated(view: View, savedInstanceState: Bundle?)
-
-
-
-
-
-
- -
-
-
onViewStateRestored -
Link copied to clipboard
-
-
-
- -
-
open fun onViewStateRestored(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
performActivityCreated -
Link copied to clipboard
-
-
-
- -
-
open fun performActivityCreated(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performAttach -
Link copied to clipboard
-
-
-
- -
-
open fun performAttach()
-
-
-
-
-
-
- -
-
-
performConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
performContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun performContextItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
performCreate -
Link copied to clipboard
-
-
-
- -
-
open fun performCreate(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun performCreateOptionsMenu(@NonNull() p0: Menu, @NonNull() p1: MenuInflater): Boolean
-
-
-
-
-
-
- -
-
-
performCreateView -
Link copied to clipboard
-
-
-
- -
-
open fun performCreateView(@NonNull() p0: LayoutInflater, @Nullable() p1: ViewGroup?, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
performDestroy -
Link copied to clipboard
-
-
-
- -
-
open fun performDestroy()
-
-
-
-
-
-
- -
-
-
performDestroyView -
Link copied to clipboard
-
-
-
- -
-
open fun performDestroyView()
-
-
-
-
-
-
- -
-
-
performDetach -
Link copied to clipboard
-
-
-
- -
-
open fun performDetach()
-
-
-
-
-
-
- -
-
-
performGetLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun performGetLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
performLowMemory -
Link copied to clipboard
-
-
-
- -
-
open fun performLowMemory()
-
-
-
-
-
-
- -
-
-
performMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performMultiWindowModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
performOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun performOptionsItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
performOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun performOptionsMenuClosed(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
performPause -
Link copied to clipboard
-
-
-
- -
-
open fun performPause()
-
-
-
-
-
-
- -
-
-
performPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performPictureInPictureModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
performPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun performPrepareOptionsMenu(@NonNull() p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
performPrimaryNavigationFragmentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performPrimaryNavigationFragmentChanged()
-
-
-
-
-
-
- -
-
-
performResume -
Link copied to clipboard
-
-
-
- -
-
open fun performResume()
-
-
-
-
-
-
- -
-
-
performSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun performSaveInstanceState(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performStart -
Link copied to clipboard
-
-
-
- -
-
open fun performStart()
-
-
-
-
-
-
- -
-
-
performStop -
Link copied to clipboard
-
-
-
- -
-
open fun performStop()
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
fun postponeEnterTransition(p0: Long, @NonNull() p1: TimeUnit)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(@NonNull() p0: View)
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(@NonNull() p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requireActivity -
Link copied to clipboard
-
-
-
- -
-
fun requireActivity(): FragmentActivity
-
-
-
-
-
-
- -
-
-
requireArguments -
Link copied to clipboard
-
-
-
- -
-
fun requireArguments(): Bundle
-
-
-
-
-
-
- -
-
-
requireContext -
Link copied to clipboard
-
-
-
- -
-
fun requireContext(): Context
-
-
-
-
-
-
- -
-
-
requireFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun requireFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
requireHost -
Link copied to clipboard
-
-
-
- -
-
fun requireHost(): Any
-
-
-
-
-
-
- -
-
-
requireParentFragment -
Link copied to clipboard
-
-
-
- -
-
fun requireParentFragment(): Fragment
-
-
-
-
-
-
- -
-
-
requireView -
Link copied to clipboard
-
-
-
- -
-
fun requireView(): View
-
-
-
-
-
-
- -
-
-
restoreChildFragmentState -
Link copied to clipboard
-
-
-
- -
-
open fun restoreChildFragmentState(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
restoreViewState -
Link copied to clipboard
-
-
-
- -
-
fun restoreViewState(p0: Bundle)
-
-
-
-
-
-
- -
-
-
setAllowEnterTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun setAllowEnterTransitionOverlap(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setAllowReturnTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun setAllowReturnTransitionOverlap(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setAnimatingAway -
Link copied to clipboard
-
-
-
- -
-
open fun setAnimatingAway(p0: View)
-
-
-
-
-
-
- -
-
-
setAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun setAnimator(p0: Animator)
-
-
-
-
-
-
- -
-
-
setArguments -
Link copied to clipboard
-
-
-
- -
-
open fun setArguments(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setExitTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setHasOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun setHasOptionsMenu(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setHideReplaced -
Link copied to clipboard
-
-
-
- -
-
open fun setHideReplaced(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInitialSavedState -
Link copied to clipboard
-
-
-
- -
-
open fun setInitialSavedState(@Nullable() p0: Fragment.SavedState?)
-
-
-
-
-
-
- -
-
-
setMenuVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setMenuVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setNextAnim -
Link copied to clipboard
-
-
-
- -
-
open fun setNextAnim(p0: Int)
-
-
-
-
-
-
- -
-
-
setNextTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setNextTransition(p0: Int)
-
-
-
-
-
-
- -
-
-
setOnStartEnterTransitionListener -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
setReenterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setReenterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setRetainInstance -
Link copied to clipboard
-
-
-
- -
-
open fun setRetainInstance(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setReturnTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setSharedElementEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setSharedElementEnterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setSharedElementReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setSharedElementReturnTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setStateAfterAnimating -
Link copied to clipboard
-
-
-
- -
-
open fun setStateAfterAnimating(p0: Int)
-
-
-
-
-
-
- -
-
-
setTargetFragment -
Link copied to clipboard
-
-
-
- -
-
open fun setTargetFragment(@Nullable() p0: Fragment?, p1: Int)
-
-
-
-
-
-
- -
-
-
setUserVisibleHint -
Link copied to clipboard
-
-
-
- -
-
open fun setUserVisibleHint(p0: Boolean)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(@NonNull() p0: String): Boolean
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startActivity(p0: Intent)
open fun startActivity(p0: Intent, @Nullable() p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityForResult(p0: Intent, p1: Int)
open fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open override fun toString(): String
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(@NonNull() p0: View)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mAdded -
Link copied to clipboard
-
-
-
-
val mAdded: Boolean
-
-
-
-
- -
-
-
mAnimationInfo -
Link copied to clipboard
-
-
-
-
val mAnimationInfo: Fragment.AnimationInfo
-
-
-
-
- -
-
-
mArguments -
Link copied to clipboard
-
-
-
-
val mArguments: Bundle
-
-
-
-
- -
-
-
mBackStackNesting -
Link copied to clipboard
-
-
-
-
val mBackStackNesting: Int
-
-
-
-
- -
-
-
mChildFragmentManager -
Link copied to clipboard
-
-
-
-
val mChildFragmentManager: FragmentManager
-
-
-
-
- -
-
-
mContainer -
Link copied to clipboard
-
-
-
-
val mContainer: ViewGroup
-
-
-
-
- -
-
-
mContainerId -
Link copied to clipboard
-
-
-
-
val mContainerId: Int
-
-
-
-
- -
-
-
mDeferStart -
Link copied to clipboard
-
-
-
-
val mDeferStart: Boolean
-
-
-
-
- -
-
-
mDetached -
Link copied to clipboard
-
-
-
-
val mDetached: Boolean
-
-
-
-
- -
-
-
mFragmentId -
Link copied to clipboard
-
-
-
-
val mFragmentId: Int
-
-
-
-
- -
-
-
mFragmentManager -
Link copied to clipboard
-
-
-
-
val mFragmentManager: FragmentManager
-
-
-
-
- -
-
-
mFromLayout -
Link copied to clipboard
-
-
-
-
val mFromLayout: Boolean
-
-
-
-
- -
-
-
mHasMenu -
Link copied to clipboard
-
-
-
-
val mHasMenu: Boolean
-
-
-
-
- -
-
-
mHidden -
Link copied to clipboard
-
-
-
-
val mHidden: Boolean
-
-
-
-
- -
-
-
mHiddenChanged -
Link copied to clipboard
-
-
-
-
val mHiddenChanged: Boolean
-
-
-
-
- -
-
-
mHost -
Link copied to clipboard
-
-
-
-
val mHost: FragmentHostCallback<*>
-
-
-
-
- -
-
-
mInLayout -
Link copied to clipboard
-
-
-
-
val mInLayout: Boolean
-
-
-
-
- -
-
-
mIsCreated -
Link copied to clipboard
-
-
-
-
val mIsCreated: Boolean
-
-
-
-
- -
-
-
mIsNewlyAdded -
Link copied to clipboard
-
-
-
-
val mIsNewlyAdded: Boolean
-
-
-
-
- -
-
-
mLayoutInflater -
Link copied to clipboard
-
-
-
-
val mLayoutInflater: LayoutInflater
-
-
-
-
- -
-
-
mLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mMaxState -
Link copied to clipboard
-
-
-
-
val mMaxState: Lifecycle.State
-
-
-
-
- -
-
-
mMenuVisible -
Link copied to clipboard
-
-
-
-
val mMenuVisible: Boolean
-
-
-
-
- -
-
-
mParentFragment -
Link copied to clipboard
-
-
-
-
val mParentFragment: Fragment
-
-
-
-
- -
-
-
mPerformedCreateView -
Link copied to clipboard
-
-
-
-
val mPerformedCreateView: Boolean
-
-
-
-
- -
-
-
mPostponedAlpha -
Link copied to clipboard
-
-
-
-
val mPostponedAlpha: Float
-
-
-
-
- -
-
-
mPostponedDurationRunnable -
Link copied to clipboard
-
-
-
-
val mPostponedDurationRunnable: Runnable
-
-
-
-
- -
-
-
mRemoving -
Link copied to clipboard
-
-
-
-
val mRemoving: Boolean
-
-
-
-
- -
-
-
mRestored -
Link copied to clipboard
-
-
-
-
val mRestored: Boolean
-
-
-
-
- -
-
-
mRetainInstance -
Link copied to clipboard
-
-
-
-
val mRetainInstance: Boolean
-
-
-
-
- -
-
-
mRetainInstanceChangedWhileDetached -
Link copied to clipboard
-
-
-
-
val mRetainInstanceChangedWhileDetached: Boolean
-
-
-
-
- -
-
-
mSavedFragmentState -
Link copied to clipboard
-
-
-
-
val mSavedFragmentState: Bundle
-
-
-
-
- -
-
-
mSavedStateRegistryController -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mSavedUserVisibleHint -
Link copied to clipboard
-
-
-
-
val mSavedUserVisibleHint: Boolean?
-
-
-
-
- -
-
-
mSavedViewState -
Link copied to clipboard
-
-
-
-
val mSavedViewState: SparseArray<Parcelable>
-
-
-
-
- -
-
-
mState -
Link copied to clipboard
-
-
-
-
val mState: Int
-
-
-
-
- -
-
-
mTag -
Link copied to clipboard
-
-
-
-
val mTag: String
-
-
-
-
- -
-
-
mTarget -
Link copied to clipboard
-
-
-
-
val mTarget: Fragment
-
-
-
-
- -
-
-
mTargetRequestCode -
Link copied to clipboard
-
-
-
-
val mTargetRequestCode: Int
-
-
-
-
- -
-
-
mTargetWho -
Link copied to clipboard
-
-
-
-
val mTargetWho: String
-
-
-
-
- -
-
-
mUserVisibleHint -
Link copied to clipboard
-
-
-
-
val mUserVisibleHint: Boolean
-
-
-
-
- -
-
-
mView -
Link copied to clipboard
-
-
-
-
val mView: View
-
-
-
-
- -
-
-
mViewLifecycleOwner -
Link copied to clipboard
-
-
-
-
val mViewLifecycleOwner: FragmentViewLifecycleOwner?
-
-
-
-
- -
-
-
mViewLifecycleOwnerLiveData -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mWho -
Link copied to clipboard
-
-
-
-
val mWho: String
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-fragment/on-create.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-fragment/on-create.html deleted file mode 100644 index 344cb42c..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-events-fragment/on-create.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onCreate - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onCreate

-
-
- -
-
open override fun onCreate(savedInstanceState: Bundle?)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/-mvvm-fragment.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/-mvvm-fragment.html deleted file mode 100644 index 08bae33c..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/-mvvm-fragment.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - MvvmFragment - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmFragment

-
-
- -
-
fun MvvmFragment()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/index.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/index.html deleted file mode 100644 index a72f0ea9..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/index.html +++ /dev/null @@ -1,3404 +0,0 @@ - - - - MvvmFragment - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmFragment

-
abstract class MvvmFragment<DB : ViewDataBinding, VM : ViewModel> : Fragment
-
-
-
-
-

Functions

-
-
-
-
callStartTransitionListener -
Link copied to clipboard
-
-
-
- -
-
open fun callStartTransitionListener()
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
operator override fun equals(@Nullable() other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
findFragmentByWho -
Link copied to clipboard
-
-
-
- -
-
open fun findFragmentByWho(@NonNull() p0: String): Fragment?
-
-
-
-
-
-
- -
-
-
getActivity -
Link copied to clipboard
-
-
-
- -
-
fun getActivity(): FragmentActivity?
-
-
-
-
-
-
- -
-
-
getAllowEnterTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun getAllowEnterTransitionOverlap(): Boolean
-
-
-
-
-
-
- -
-
-
getAllowReturnTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun getAllowReturnTransitionOverlap(): Boolean
-
-
-
-
-
-
- -
-
-
getAnimatingAway -
Link copied to clipboard
-
-
-
- -
-
open fun getAnimatingAway(): View
-
-
-
-
-
-
- -
-
-
getAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun getAnimator(): Animator
-
-
-
-
-
-
- -
-
-
getArguments -
Link copied to clipboard
-
-
-
- -
-
fun getArguments(): Bundle?
-
-
-
-
-
-
- -
-
-
getChildFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getChildFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getContext -
Link copied to clipboard
-
-
-
- -
-
open fun getContext(): Context?
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getEnterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getEnterTransitionCallback -
Link copied to clipboard
-
-
-
- -
-
open fun getEnterTransitionCallback(): SharedElementCallback
-
-
-
-
-
-
- -
-
-
getExitTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getExitTransition(): Any?
-
-
-
-
-
-
- -
-
-
getExitTransitionCallback -
Link copied to clipboard
-
-
-
- -
-
open fun getExitTransitionCallback(): SharedElementCallback
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getFragmentManager(): FragmentManager?
-
-
-
-
-
-
- -
-
-
getHost -
Link copied to clipboard
-
-
-
- -
-
fun getHost(): Any?
-
-
-
-
-
-
- -
-
-
getId -
Link copied to clipboard
-
-
-
- -
-
fun getId(): Int
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
fun getLayoutInflater(): LayoutInflater
open fun getLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getNextAnim -
Link copied to clipboard
-
-
-
- -
-
open fun getNextAnim(): Int
-
-
-
-
-
-
- -
-
-
getNextTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getNextTransition(): Int
-
-
-
-
-
-
- -
-
-
getParentFragment -
Link copied to clipboard
-
-
-
- -
-
fun getParentFragment(): Fragment?
-
-
-
-
-
-
- -
-
-
getParentFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getParentFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getReenterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getReenterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getRetainInstance -
Link copied to clipboard
-
-
-
- -
-
fun getRetainInstance(): Boolean
-
-
-
-
-
-
- -
-
-
getReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getReturnTransition(): Any?
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSharedElementEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getSharedElementEnterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getSharedElementReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getSharedElementReturnTransition(): Any?
-
-
-
-
-
-
- -
-
-
getStateAfterAnimating -
Link copied to clipboard
-
-
-
- -
-
open fun getStateAfterAnimating(): Int
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(@StringRes() p0: Int): String
fun getString(@StringRes() p0: Int, @Nullable() vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getTag -
Link copied to clipboard
-
-
-
- -
-
fun getTag(): String?
-
-
-
-
-
-
- -
-
-
getTargetFragment -
Link copied to clipboard
-
-
-
- -
-
fun getTargetFragment(): Fragment?
-
-
-
-
-
-
- -
-
-
getTargetRequestCode -
Link copied to clipboard
-
-
-
- -
-
fun getTargetRequestCode(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(@StringRes() p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getUserVisibleHint -
Link copied to clipboard
-
-
-
- -
-
open fun getUserVisibleHint(): Boolean
-
-
-
-
-
-
- -
-
-
getView -
Link copied to clipboard
-
-
-
- -
-
open fun getView(): View?
-
-
-
-
-
-
- -
-
-
getViewLifecycleOwner -
Link copied to clipboard
-
-
-
- -
-
open fun getViewLifecycleOwner(): LifecycleOwner
-
-
-
-
-
-
- -
-
-
getViewLifecycleOwnerLiveData -
Link copied to clipboard
-
-
-
- -
-
open fun getViewLifecycleOwnerLiveData(): LiveData<LifecycleOwner>
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
override fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
fun hasOptionsMenu(): Boolean
-
-
-
-
-
-
- -
-
-
initState -
Link copied to clipboard
-
-
-
- -
-
open fun initState()
-
-
-
-
-
-
- -
-
-
isAdded -
Link copied to clipboard
-
-
-
- -
-
fun isAdded(): Boolean
-
-
-
-
-
-
- -
-
-
isDetached -
Link copied to clipboard
-
-
-
- -
-
fun isDetached(): Boolean
-
-
-
-
-
-
- -
-
-
isHidden -
Link copied to clipboard
-
-
-
- -
-
fun isHidden(): Boolean
-
-
-
-
-
-
- -
-
-
isHideReplaced -
Link copied to clipboard
-
-
-
- -
-
open fun isHideReplaced(): Boolean
-
-
-
-
-
-
- -
-
-
isInBackStack -
Link copied to clipboard
-
-
-
- -
-
fun isInBackStack(): Boolean
-
-
-
-
-
-
- -
-
-
isInLayout -
Link copied to clipboard
-
-
-
- -
-
fun isInLayout(): Boolean
-
-
-
-
-
-
- -
-
-
isMenuVisible -
Link copied to clipboard
-
-
-
- -
-
fun isMenuVisible(): Boolean
-
-
-
-
-
-
- -
-
-
isPostponed -
Link copied to clipboard
-
-
-
- -
-
open fun isPostponed(): Boolean
-
-
-
-
-
-
- -
-
-
isRemoving -
Link copied to clipboard
-
-
-
- -
-
fun isRemoving(): Boolean
-
-
-
-
-
-
- -
-
-
isRemovingParent -
Link copied to clipboard
-
-
-
- -
-
fun isRemovingParent(): Boolean
-
-
-
-
-
-
- -
-
-
isResumed -
Link copied to clipboard
-
-
-
- -
-
fun isResumed(): Boolean
-
-
-
-
-
-
- -
-
-
isStateSaved -
Link copied to clipboard
-
-
-
- -
-
fun isStateSaved(): Boolean
-
-
-
-
-
-
- -
-
-
isVisible -
Link copied to clipboard
-
-
-
- -
-
fun isVisible(): Boolean
-
-
-
-
-
-
- -
-
-
noteStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open fun noteStateNotSaved()
-
-
-
-
-
-
- -
-
-
onActivityCreated -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityCreated(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onAttach -
Link copied to clipboard
-
-
-
- -
-
open fun onAttach(@NonNull() p0: Activity)
open fun onAttach(@NonNull() p0: Context)
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreate(savedInstanceState: Bundle?)
-
-
-
-
-
-
- -
-
-
onCreateAnimation -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateAnimation(p0: Int, p1: Boolean, p2: Int): Animation?
-
-
-
-
-
-
- -
-
-
onCreateAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateAnimator(p0: Int, p1: Boolean, p2: Int): Animator?
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(@NonNull() p0: ContextMenu, @NonNull() p1: View, @Nullable() p2: ContextMenu.ContextMenuInfo?)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(@NonNull() p0: Menu, @NonNull() p1: MenuInflater)
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDestroyOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onDestroyOptionsMenu()
-
-
-
-
-
-
- -
-
-
onDestroyView -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroyView()
-
-
-
-
-
-
- -
-
-
onDetach -
Link copied to clipboard
-
-
-
- -
-
open fun onDetach()
-
-
-
-
-
-
- -
-
-
onGetLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun onGetLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
onHiddenChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onHiddenChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onInflate -
Link copied to clipboard
-
-
-
- -
-
open fun onInflate(@NonNull() p0: Activity, @NonNull() p1: AttributeSet, @Nullable() p2: Bundle?)
open fun onInflate(@NonNull() p0: Context, @NonNull() p1: AttributeSet, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onMultiWindowModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open fun onPause()
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPictureInPictureModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
onPrimaryNavigationFragmentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPrimaryNavigationFragmentChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open fun onResume()
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onSaveInstanceState(@NonNull() p0: Bundle)
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open fun onStart()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open fun onStop()
-
-
-
-
-
-
- -
-
-
onViewCreated -
Link copied to clipboard
-
-
-
- -
-
open override fun onViewCreated(view: View, savedInstanceState: Bundle?)
-
-
-
-
-
-
- -
-
-
onViewStateRestored -
Link copied to clipboard
-
-
-
- -
-
open fun onViewStateRestored(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
performActivityCreated -
Link copied to clipboard
-
-
-
- -
-
open fun performActivityCreated(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performAttach -
Link copied to clipboard
-
-
-
- -
-
open fun performAttach()
-
-
-
-
-
-
- -
-
-
performConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
performContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun performContextItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
performCreate -
Link copied to clipboard
-
-
-
- -
-
open fun performCreate(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun performCreateOptionsMenu(@NonNull() p0: Menu, @NonNull() p1: MenuInflater): Boolean
-
-
-
-
-
-
- -
-
-
performCreateView -
Link copied to clipboard
-
-
-
- -
-
open fun performCreateView(@NonNull() p0: LayoutInflater, @Nullable() p1: ViewGroup?, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
performDestroy -
Link copied to clipboard
-
-
-
- -
-
open fun performDestroy()
-
-
-
-
-
-
- -
-
-
performDestroyView -
Link copied to clipboard
-
-
-
- -
-
open fun performDestroyView()
-
-
-
-
-
-
- -
-
-
performDetach -
Link copied to clipboard
-
-
-
- -
-
open fun performDetach()
-
-
-
-
-
-
- -
-
-
performGetLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun performGetLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
performLowMemory -
Link copied to clipboard
-
-
-
- -
-
open fun performLowMemory()
-
-
-
-
-
-
- -
-
-
performMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performMultiWindowModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
performOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun performOptionsItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
performOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun performOptionsMenuClosed(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
performPause -
Link copied to clipboard
-
-
-
- -
-
open fun performPause()
-
-
-
-
-
-
- -
-
-
performPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performPictureInPictureModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
performPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun performPrepareOptionsMenu(@NonNull() p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
performPrimaryNavigationFragmentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performPrimaryNavigationFragmentChanged()
-
-
-
-
-
-
- -
-
-
performResume -
Link copied to clipboard
-
-
-
- -
-
open fun performResume()
-
-
-
-
-
-
- -
-
-
performSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun performSaveInstanceState(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performStart -
Link copied to clipboard
-
-
-
- -
-
open fun performStart()
-
-
-
-
-
-
- -
-
-
performStop -
Link copied to clipboard
-
-
-
- -
-
open fun performStop()
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
fun postponeEnterTransition(p0: Long, @NonNull() p1: TimeUnit)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(@NonNull() p0: View)
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(@NonNull() p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requireActivity -
Link copied to clipboard
-
-
-
- -
-
fun requireActivity(): FragmentActivity
-
-
-
-
-
-
- -
-
-
requireArguments -
Link copied to clipboard
-
-
-
- -
-
fun requireArguments(): Bundle
-
-
-
-
-
-
- -
-
-
requireContext -
Link copied to clipboard
-
-
-
- -
-
fun requireContext(): Context
-
-
-
-
-
-
- -
-
-
requireFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun requireFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
requireHost -
Link copied to clipboard
-
-
-
- -
-
fun requireHost(): Any
-
-
-
-
-
-
- -
-
-
requireParentFragment -
Link copied to clipboard
-
-
-
- -
-
fun requireParentFragment(): Fragment
-
-
-
-
-
-
- -
-
-
requireView -
Link copied to clipboard
-
-
-
- -
-
fun requireView(): View
-
-
-
-
-
-
- -
-
-
restoreChildFragmentState -
Link copied to clipboard
-
-
-
- -
-
open fun restoreChildFragmentState(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
restoreViewState -
Link copied to clipboard
-
-
-
- -
-
fun restoreViewState(p0: Bundle)
-
-
-
-
-
-
- -
-
-
setAllowEnterTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun setAllowEnterTransitionOverlap(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setAllowReturnTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun setAllowReturnTransitionOverlap(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setAnimatingAway -
Link copied to clipboard
-
-
-
- -
-
open fun setAnimatingAway(p0: View)
-
-
-
-
-
-
- -
-
-
setAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun setAnimator(p0: Animator)
-
-
-
-
-
-
- -
-
-
setArguments -
Link copied to clipboard
-
-
-
- -
-
open fun setArguments(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setExitTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setHasOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun setHasOptionsMenu(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setHideReplaced -
Link copied to clipboard
-
-
-
- -
-
open fun setHideReplaced(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInitialSavedState -
Link copied to clipboard
-
-
-
- -
-
open fun setInitialSavedState(@Nullable() p0: Fragment.SavedState?)
-
-
-
-
-
-
- -
-
-
setMenuVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setMenuVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setNextAnim -
Link copied to clipboard
-
-
-
- -
-
open fun setNextAnim(p0: Int)
-
-
-
-
-
-
- -
-
-
setNextTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setNextTransition(p0: Int)
-
-
-
-
-
-
- -
-
-
setOnStartEnterTransitionListener -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
setReenterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setReenterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setRetainInstance -
Link copied to clipboard
-
-
-
- -
-
open fun setRetainInstance(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setReturnTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setSharedElementEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setSharedElementEnterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setSharedElementReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setSharedElementReturnTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setStateAfterAnimating -
Link copied to clipboard
-
-
-
- -
-
open fun setStateAfterAnimating(p0: Int)
-
-
-
-
-
-
- -
-
-
setTargetFragment -
Link copied to clipboard
-
-
-
- -
-
open fun setTargetFragment(@Nullable() p0: Fragment?, p1: Int)
-
-
-
-
-
-
- -
-
-
setUserVisibleHint -
Link copied to clipboard
-
-
-
- -
-
open fun setUserVisibleHint(p0: Boolean)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(@NonNull() p0: String): Boolean
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startActivity(p0: Intent)
open fun startActivity(p0: Intent, @Nullable() p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityForResult(p0: Intent, p1: Int)
open fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open override fun toString(): String
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(@NonNull() p0: View)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mAdded -
Link copied to clipboard
-
-
-
-
val mAdded: Boolean
-
-
-
-
- -
-
-
mAnimationInfo -
Link copied to clipboard
-
-
-
-
val mAnimationInfo: Fragment.AnimationInfo
-
-
-
-
- -
-
-
mArguments -
Link copied to clipboard
-
-
-
-
val mArguments: Bundle
-
-
-
-
- -
-
-
mBackStackNesting -
Link copied to clipboard
-
-
-
-
val mBackStackNesting: Int
-
-
-
-
- -
-
-
mChildFragmentManager -
Link copied to clipboard
-
-
-
-
val mChildFragmentManager: FragmentManager
-
-
-
-
- -
-
-
mContainer -
Link copied to clipboard
-
-
-
-
val mContainer: ViewGroup
-
-
-
-
- -
-
-
mContainerId -
Link copied to clipboard
-
-
-
-
val mContainerId: Int
-
-
-
-
- -
-
-
mDeferStart -
Link copied to clipboard
-
-
-
-
val mDeferStart: Boolean
-
-
-
-
- -
-
-
mDetached -
Link copied to clipboard
-
-
-
-
val mDetached: Boolean
-
-
-
-
- -
-
-
mFragmentId -
Link copied to clipboard
-
-
-
-
val mFragmentId: Int
-
-
-
-
- -
-
-
mFragmentManager -
Link copied to clipboard
-
-
-
-
val mFragmentManager: FragmentManager
-
-
-
-
- -
-
-
mFromLayout -
Link copied to clipboard
-
-
-
-
val mFromLayout: Boolean
-
-
-
-
- -
-
-
mHasMenu -
Link copied to clipboard
-
-
-
-
val mHasMenu: Boolean
-
-
-
-
- -
-
-
mHidden -
Link copied to clipboard
-
-
-
-
val mHidden: Boolean
-
-
-
-
- -
-
-
mHiddenChanged -
Link copied to clipboard
-
-
-
-
val mHiddenChanged: Boolean
-
-
-
-
- -
-
-
mHost -
Link copied to clipboard
-
-
-
-
val mHost: FragmentHostCallback<*>
-
-
-
-
- -
-
-
mInLayout -
Link copied to clipboard
-
-
-
-
val mInLayout: Boolean
-
-
-
-
- -
-
-
mIsCreated -
Link copied to clipboard
-
-
-
-
val mIsCreated: Boolean
-
-
-
-
- -
-
-
mIsNewlyAdded -
Link copied to clipboard
-
-
-
-
val mIsNewlyAdded: Boolean
-
-
-
-
- -
-
-
mLayoutInflater -
Link copied to clipboard
-
-
-
-
val mLayoutInflater: LayoutInflater
-
-
-
-
- -
-
-
mLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mMaxState -
Link copied to clipboard
-
-
-
-
val mMaxState: Lifecycle.State
-
-
-
-
- -
-
-
mMenuVisible -
Link copied to clipboard
-
-
-
-
val mMenuVisible: Boolean
-
-
-
-
- -
-
-
mParentFragment -
Link copied to clipboard
-
-
-
-
val mParentFragment: Fragment
-
-
-
-
- -
-
-
mPerformedCreateView -
Link copied to clipboard
-
-
-
-
val mPerformedCreateView: Boolean
-
-
-
-
- -
-
-
mPostponedAlpha -
Link copied to clipboard
-
-
-
-
val mPostponedAlpha: Float
-
-
-
-
- -
-
-
mPostponedDurationRunnable -
Link copied to clipboard
-
-
-
-
val mPostponedDurationRunnable: Runnable
-
-
-
-
- -
-
-
mRemoving -
Link copied to clipboard
-
-
-
-
val mRemoving: Boolean
-
-
-
-
- -
-
-
mRestored -
Link copied to clipboard
-
-
-
-
val mRestored: Boolean
-
-
-
-
- -
-
-
mRetainInstance -
Link copied to clipboard
-
-
-
-
val mRetainInstance: Boolean
-
-
-
-
- -
-
-
mRetainInstanceChangedWhileDetached -
Link copied to clipboard
-
-
-
-
val mRetainInstanceChangedWhileDetached: Boolean
-
-
-
-
- -
-
-
mSavedFragmentState -
Link copied to clipboard
-
-
-
-
val mSavedFragmentState: Bundle
-
-
-
-
- -
-
-
mSavedStateRegistryController -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mSavedUserVisibleHint -
Link copied to clipboard
-
-
-
-
val mSavedUserVisibleHint: Boolean?
-
-
-
-
- -
-
-
mSavedViewState -
Link copied to clipboard
-
-
-
-
val mSavedViewState: SparseArray<Parcelable>
-
-
-
-
- -
-
-
mState -
Link copied to clipboard
-
-
-
-
val mState: Int
-
-
-
-
- -
-
-
mTag -
Link copied to clipboard
-
-
-
-
val mTag: String
-
-
-
-
- -
-
-
mTarget -
Link copied to clipboard
-
-
-
-
val mTarget: Fragment
-
-
-
-
- -
-
-
mTargetRequestCode -
Link copied to clipboard
-
-
-
-
val mTargetRequestCode: Int
-
-
-
-
- -
-
-
mTargetWho -
Link copied to clipboard
-
-
-
-
val mTargetWho: String
-
-
-
-
- -
-
-
mUserVisibleHint -
Link copied to clipboard
-
-
-
-
val mUserVisibleHint: Boolean
-
-
-
-
- -
-
-
mView -
Link copied to clipboard
-
-
-
-
val mView: View
-
-
-
-
- -
-
-
mViewLifecycleOwner -
Link copied to clipboard
-
-
-
-
val mViewLifecycleOwner: FragmentViewLifecycleOwner?
-
-
-
-
- -
-
-
mViewLifecycleOwnerLiveData -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mWho -
Link copied to clipboard
-
-
-
-
val mWho: String
-
-
-
-
-
-

Inheritors

-
-
-
-
MvvmEventsFragment -
Link copied to clipboard
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/on-create-view.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/on-create-view.html deleted file mode 100644 index 9060be05..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/on-create-view.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onCreateView - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onCreateView

-
-
- -
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/on-create.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/on-create.html deleted file mode 100644 index 67256b80..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/on-create.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onCreate - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onCreate

-
-
- -
-
open override fun onCreate(savedInstanceState: Bundle?)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/on-destroy-view.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/on-destroy-view.html deleted file mode 100644 index 0e9c6cf3..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/on-destroy-view.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onDestroyView - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onDestroyView

-
-
- -
-
open override fun onDestroyView()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/on-view-created.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/on-view-created.html deleted file mode 100644 index 7e8f9932..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/-mvvm-fragment/on-view-created.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onViewCreated - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onViewCreated

-
-
- -
-
open override fun onViewCreated(view: View, savedInstanceState: Bundle?)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/index.html b/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/index.html deleted file mode 100644 index 4eb048ab..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/dev.icerock.moko.mvvm/index.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - dev.icerock.moko.mvvm - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm

-
-
-
-
-

Types

-
-
-
-
MvvmActivity -
Link copied to clipboard
-
-
-
- -
-
abstract class MvvmActivity<DB : ViewDataBinding, VM : ViewModel> : AppCompatActivity
-
-
-
-
-
-
- -
-
-
MvvmEventsActivity -
Link copied to clipboard
-
-
-
- -
-
abstract class MvvmEventsActivity<DB : ViewDataBinding, VM : ViewModel, EventsDispatcherOwner<Listener>, Listener : Any> : MvvmActivity<DB, VM>
-
-
-
-
-
-
- -
-
-
MvvmEventsFragment -
Link copied to clipboard
-
-
-
- -
-
abstract class MvvmEventsFragment<DB : ViewDataBinding, VM : ViewModel, EventsDispatcherOwner<Listener>, Listener : Any> : MvvmFragment<DB, VM>
-
-
-
-
-
-
- -
-
-
MvvmFragment -
Link copied to clipboard
-
-
-
- -
-
abstract class MvvmFragment<DB : ViewDataBinding, VM : ViewModel> : Fragment
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/index.html b/docs/mvvm-databinding/mvvm-databinding/index.html deleted file mode 100644 index df7d4cc0..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/index.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - mvvm-databinding - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mvvm-databinding

-
-

Packages

-
-
-
-
-
dev.icerock.moko.mvvm -
Link copied to clipboard
-
-
-
-
-
-
- -
-
-
-
dev.icerock.moko.mvvm.databinding -
Link copied to clipboard
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-databinding/mvvm-databinding/package-list b/docs/mvvm-databinding/mvvm-databinding/package-list deleted file mode 100644 index fe6cbfea..00000000 --- a/docs/mvvm-databinding/mvvm-databinding/package-list +++ /dev/null @@ -1,6 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - -dev.icerock.moko.mvvm -dev.icerock.moko.mvvm.databinding - diff --git a/docs/mvvm-databinding/navigation.html b/docs/mvvm-databinding/navigation.html deleted file mode 100644 index c54dfdfa..00000000 --- a/docs/mvvm-databinding/navigation.html +++ /dev/null @@ -1,28 +0,0 @@ - - diff --git a/docs/mvvm-databinding/scripts/clipboard.js b/docs/mvvm-databinding/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/mvvm-databinding/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/mvvm-databinding/scripts/main.js b/docs/mvvm-databinding/scripts/main.js deleted file mode 100644 index 12373ea9..00000000 --- a/docs/mvvm-databinding/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=390)}([function(e,t,n){e.exports=n(264)()},function(e,t,n){"use strict";e.exports=n(239)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},X=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,A)&&this[A][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,A)&&e[A][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=z(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==A||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=z(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((R=function(){if(this instanceof R)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,A)&&o(this[A],e)&&(this[A][e]=!1),K(this,e,S(1,n))};return i&&G&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(114).f=O.f=Z,n(95).f=X,T.f=ee,i&&!n(111)&&l(W,"propertyIsEnumerable",X,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:R});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=R(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){G=!0},useSimple:function(){G=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):Y(k(e),t)},defineProperty:Q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=R();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,N.apply(M,r)}}),R.prototype[L]||n(59)(R.prototype,L,R.prototype.valueOf),f(R,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(257);var r=n(27),o=n(135),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(182)("asyncIterator")},function(e,t,n){var r=n(32),o=n(79),i=n(59),a=n(42),l=n(80),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(70),i=n(42),a=n(32),l=n(59),c=n(96),u=n(25),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(83)})},function(e,t,n){var r=n(10),o=n(83),i=n(81),a=n(27),l=n(29),c=n(31),u=n(184),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(180).set})},function(e,t,n){var r=n(54),o=n(70);n(252)("keys",(function(){return function(e){return o(r(e))}}))},function(e,t,n){"use strict";var r=n(10),o=n(130)(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(72)(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},function(e,t,n){var r=n(26),o=n(266);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(10);r(r.S+r.F,"Object",{assign:n(185)})},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(98),a=n(74),l=n(75),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(26),o=n(332);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(113),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(72)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(85)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(80),o=n(10),i=n(54),a=n(189),l=n(190),c=n(53),u=n(174),s=n(191);o(o.S+o.F*!n(192)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(91);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(112),o=n(71);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(72)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(80),o=n(112),i=n(54),a=n(53),l=n(259);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(200),i=n(147),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(282),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(304)),o=a(n(308)),i=a(n(205));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){(function(e,r){var o; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var i="Expected a function",a="__lodash_placeholder__",l=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",s="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Object]",y="[object RegExp]",b="[object Set]",_="[object String]",w="[object Symbol]",x="[object WeakMap]",S="[object ArrayBuffer]",k="[object DataView]",O="[object Float32Array]",E="[object Float64Array]",T="[object Int8Array]",C="[object Int16Array]",P="[object Int32Array]",I="[object Uint8Array]",j="[object Uint16Array]",z="[object Uint32Array]",R=/\b__p \+= '';/g,M=/\b(__p \+=) '' \+/g,N=/(__e\(.*?\)|\b__t\)) \+\n'';/g,A=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,F=RegExp(A.source),D=RegExp(L.source),H=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,W=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,G=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,K=/[\\^$.*+?()[\]{}|]/g,q=RegExp(K.source),$=/^\s+|\s+$/g,Q=/^\s+/,Y=/\s+$/,X=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,J=/\{\n\/\* \[wrapped with (.+)\] \*/,Z=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,fe=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ve="["+de+"]",ge="["+pe+"]",me="\\d+",ye="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",xe="[^\\ud800-\\udfff]",Se="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Oe="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ee="(?:"+be+"|"+_e+")",Te="(?:"+Oe+"|"+_e+")",Ce="(?:"+ge+"|"+we+")"+"?",Pe="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[xe,Se,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),Ie="(?:"+[ye,Se,ke].join("|")+")"+Pe,je="(?:"+[xe+ge+"?",ge,Se,ke,he].join("|")+")",ze=RegExp("['’]","g"),Re=RegExp(ge,"g"),Me=RegExp(we+"(?="+we+")|"+je+Pe,"g"),Ne=RegExp([Oe+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Oe,"$"].join("|")+")",Te+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Oe+Ee,"$"].join("|")+")",Oe+"?"+Ee+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Oe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Ie].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],De=-1,He={};He[O]=He[E]=He[T]=He[C]=He[P]=He[I]=He["[object Uint8ClampedArray]"]=He[j]=He[z]=!0,He[c]=He[u]=He[S]=He[s]=He[k]=He[f]=He[p]=He[d]=He[v]=He[g]=He[m]=He[y]=He[b]=He[_]=He[x]=!1;var Ue={};Ue[c]=Ue[u]=Ue[S]=Ue[k]=Ue[s]=Ue[f]=Ue[O]=Ue[E]=Ue[T]=Ue[C]=Ue[P]=Ue[v]=Ue[g]=Ue[m]=Ue[y]=Ue[b]=Ue[_]=Ue[w]=Ue[I]=Ue["[object Uint8ClampedArray]"]=Ue[j]=Ue[z]=!0,Ue[p]=Ue[d]=Ue[x]=!1;var We={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ve=parseInt,Ge="object"==typeof e&&e&&e.Object===Object&&e,Ke="object"==typeof self&&self&&self.Object===Object&&self,qe=Ge||Ke||Function("return this")(),$e=t&&!t.nodeType&&t,Qe=$e&&"object"==typeof r&&r&&!r.nodeType&&r,Ye=Qe&&Qe.exports===$e,Xe=Ye&&Ge.process,Je=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Xe&&Xe.binding&&Xe.binding("util")}catch(e){}}(),Ze=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,ot=Je&&Je.isTypedArray;function it(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o-1}function pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Mt(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=Et({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Lt=Et({"&":"&","<":"<",">":">",'"':""","'":"'"});function Ft(e){return"\\"+We[e]}function Dt(e){return Ae.test(e)}function Ht(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ut(e,t){return function(n){return e(t(n))}}function Wt(e,t){for(var n=-1,r=e.length,o=0,i=[];++n",""":'"',"'":"'"});var $t=function e(t){var n,r=(t=null==t?qe:$t.defaults(qe.Object(),t,$t.pick(qe,Fe))).Array,o=t.Date,pe=t.Error,de=t.Function,he=t.Math,ve=t.Object,ge=t.RegExp,me=t.String,ye=t.TypeError,be=r.prototype,_e=de.prototype,we=ve.prototype,xe=t["__core-js_shared__"],Se=_e.toString,ke=we.hasOwnProperty,Oe=0,Ee=(n=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Te=we.toString,Ce=Se.call(ve),Pe=qe._,Ie=ge("^"+Se.call(ke).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=Ye?t.Buffer:void 0,Me=t.Symbol,Ae=t.Uint8Array,We=je?je.allocUnsafe:void 0,Ge=Ut(ve.getPrototypeOf,ve),Ke=ve.create,$e=we.propertyIsEnumerable,Qe=be.splice,Xe=Me?Me.isConcatSpreadable:void 0,Je=Me?Me.iterator:void 0,yt=Me?Me.toStringTag:void 0,Et=function(){try{var e=ei(ve,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=o&&o.now!==qe.Date.now&&o.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=he.ceil,Zt=he.floor,en=ve.getOwnPropertySymbols,tn=je?je.isBuffer:void 0,nn=t.isFinite,rn=be.join,on=Ut(ve.keys,ve),an=he.max,ln=he.min,cn=o.now,un=t.parseInt,sn=he.random,fn=be.reverse,pn=ei(t,"DataView"),dn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),mn=ei(ve,"create"),yn=gn&&new gn,bn={},_n=Ti(pn),wn=Ti(dn),xn=Ti(hn),Sn=Ti(vn),kn=Ti(gn),On=Me?Me.prototype:void 0,En=On?On.valueOf:void 0,Tn=On?On.toString:void 0;function Cn(e){if(Va(e)&&!Ra(e)&&!(e instanceof zn)){if(e instanceof jn)return e;if(ke.call(e,"__wrapped__"))return Ci(e)}return new jn(e)}var Pn=function(){function e(){}return function(t){if(!Ba(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function In(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,l=1&t,u=2&t,p=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Ba(e))return e;var x=Ra(e);if(x){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return yo(e,a)}else{var R=ri(e),M=R==d||R==h;if(La(e))return fo(e,l);if(R==m||R==c||M&&!o){if(a=u||M?{}:ii(e),!l)return u?function(e,t){return bo(e,ni(e),t)}(e,function(e,t){return e&&bo(t,wl(t),e)}(a,e)):function(e,t){return bo(e,ti(e),t)}(e,Kn(a,e))}else{if(!Ue[R])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case S:return po(e);case s:case f:return new r(+e);case k:return function(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case O:case E:case T:case C:case P:case I:case"[object Uint8ClampedArray]":case j:case z:return ho(e,n);case v:return new r;case g:case _:return new r(e);case y:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new r;case w:return o=e,En?ve(En.call(o)):{}}var o}(e,R,l)}}i||(i=new Ln);var N=i.get(e);if(N)return N;i.set(e,a),Qa(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):Ga(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=x?void 0:(p?u?qo:Ko:u?wl:_l)(e);return lt(A||e,(function(r,o){A&&(r=e[o=r]),Bn(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=ve(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new ye(i);return _i((function(){e.apply(void 0,n)}),t)}function Zn(e,t,n,r){var o=-1,i=ft,a=!0,l=e.length,c=[],u=t.length;if(!l)return c;n&&(t=dt(t,It(n))),r?(i=pt,a=!1):t.length>=200&&(i=zt,a=!1,t=new An(t));e:for(;++o-1},Mn.prototype.set=function(e,t){var n=this.__data__,r=Vn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(dn||Mn),string:new Rn}},Nn.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Jo(this,e).get(e)},Nn.prototype.has=function(e){return Jo(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},An.prototype.add=An.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},An.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.clear=function(){this.__data__=new Mn,this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ln.prototype.get=function(e){return this.__data__.get(e)},Ln.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Mn){var r=n.__data__;if(!dn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var er=xo(cr),tr=xo(ur,!0);function nr(e,t){var n=!0;return er(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function rr(e,t,n){for(var r=-1,o=e.length;++r0&&n(l)?t>1?ir(l,t-1,n,r,o):ht(o,l):r||(o[o.length]=l)}return o}var ar=So(),lr=So(!0);function cr(e,t){return e&&ar(e,t,_l)}function ur(e,t){return e&&lr(e,t,_l)}function sr(e,t){return st(t,(function(t){return Ha(e[t])}))}function fr(e,t){for(var n=0,r=(t=lo(t,e)).length;null!=e&&nt}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in ve(e)}function mr(e,t,n){for(var o=n?pt:ft,i=e[0].length,a=e.length,l=a,c=r(a),u=1/0,s=[];l--;){var f=e[l];l&&t&&(f=dt(f,It(t))),u=ln(f.length,u),c[l]=!n&&(t||i>=120&&f.length>=120)?new An(l&&f):void 0}f=e[0];var p=-1,d=c[0];e:for(;++p=l)return c;var u=n[r];return c*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,o=t.length,i={};++r-1;)l!==e&&Qe.call(l,c,1),Qe.call(e,c,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;li(o)?Qe.call(e,o,1):Zr(e,o)}}return e}function Ar(e,t){return e+Zt(sn()*(t-e+1))}function Lr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=Zt(t/2))&&(e+=e)}while(t);return n}function Fr(e,t){return wi(vi(e,t,Kl),e+"")}function Dr(e){return Dn(Pl(e))}function Hr(e,t){var n=Pl(e);return ki(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!Ba(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,l=e;null!=l&&++oi?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a=200){var u=t?null:Fo(e);if(u)return Bt(u);a=!1,o=zt,c=new An}else c=t?[]:l;e:for(;++r=r?e:Gr(e,t,n)}var so=Qt||function(e){return qe.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function po(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function ho(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function vo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,l=null===t,c=t==t,u=Xa(t);if(!l&&!u&&!i&&e>t||i&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!i&&!u&&e1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&ci(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=ve(t);++r-1?o[i?t[a]:a]:void 0}}function Co(e){return Go((function(t){var n=t.length,r=n,o=jn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ye(i);if(o&&!l&&"wrapper"==Qo(a))var l=new jn([],!0)}for(r=l?r:n;++r1&&b.reverse(),f&&ul))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var f=-1,p=!0,d=2&n?new An:void 0;for(i.set(e,t),i.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(X,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return lt(l,(function(n){var r="_."+n[0];t&n[1]&&!ft(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(J);return t?t[1].split(Z):[]}(r),n)))}function Si(e){var t=0,n=0;return function(){var r=cn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ki(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$i(e,n)}));function ta(e){var t=Cn(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var ra=Go((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return $n(t,e)};return!(t>1||this.__actions__.length)&&r instanceof zn&&li(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new jn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var oa=_o((function(e,t,n){ke.call(e,n)?++e[n]:qn(e,n,1)}));var ia=To(zi),aa=To(Ri);function la(e,t){return(Ra(e)?lt:er)(e,Xo(t,3))}function ca(e,t){return(Ra(e)?ct:tr)(e,Xo(t,3))}var ua=_o((function(e,t,n){ke.call(e,n)?e[n].push(t):qn(e,n,[t])}));var sa=Fr((function(e,t,n){var o=-1,i="function"==typeof t,a=Na(e)?r(e.length):[];return er(e,(function(e){a[++o]=i?it(t,e,n):yr(e,t,n)})),a})),fa=_o((function(e,t,n){qn(e,n,t)}));function pa(e,t){return(Ra(e)?dt:Tr)(e,Xo(t,3))}var da=_o((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ha=Fr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ci(e,t[0],t[1])?t=[]:n>2&&ci(t[0],t[1],t[2])&&(t=[t[0]]),zr(e,ir(t,1),[])})),va=Yt||function(){return qe.Date.now()};function ga(e,t,n){return t=n?void 0:t,Ho(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ma(e,t){var n;if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Fr((function(e,t,n){var r=1;if(n.length){var o=Wt(n,Yo(ya));r|=32}return Ho(e,r,t,n,o)})),ba=Fr((function(e,t,n){var r=3;if(n.length){var o=Wt(n,Yo(ba));r|=32}return Ho(t,r,e,n,o)}));function _a(e,t,n){var r,o,a,l,c,u,s=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new ye(i);function h(t){var n=r,i=o;return r=o=void 0,s=t,l=e.apply(i,n)}function v(e){return s=e,c=_i(m,t),f?h(e):l}function g(e){var n=e-u;return void 0===u||n>=t||n<0||p&&e-s>=a}function m(){var e=va();if(g(e))return y(e);c=_i(m,function(e){var n=t-(e-u);return p?ln(n,a-(e-s)):n}(e))}function y(e){return c=void 0,d&&r?h(e):(r=o=void 0,l)}function b(){var e=va(),n=g(e);if(r=arguments,o=this,u=e,n){if(void 0===c)return v(u);if(p)return so(c),c=_i(m,t),h(u)}return void 0===c&&(c=_i(m,t)),l}return t=il(t)||0,Ba(n)&&(f=!!n.leading,a=(p="maxWait"in n)?an(il(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),b.cancel=function(){void 0!==c&&so(c),s=0,r=u=o=c=void 0},b.flush=function(){return void 0===c?l:y(va())},b}var wa=Fr((function(e,t){return Jn(e,1,t)})),xa=Fr((function(e,t,n){return Jn(e,il(t)||0,n)}));function Sa(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ye(i);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sa.Cache||Nn),n}function ka(e){if("function"!=typeof e)throw new ye(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Sa.Cache=Nn;var Oa=co((function(e,t){var n=(t=1==t.length&&Ra(t[0])?dt(t[0],It(Xo())):dt(ir(t,1),It(Xo()))).length;return Fr((function(r){for(var o=-1,i=ln(r.length,n);++o=t})),za=br(function(){return arguments}())?br:function(e){return Va(e)&&ke.call(e,"callee")&&!$e.call(e,"callee")},Ra=r.isArray,Ma=Ze?It(Ze):function(e){return Va(e)&&dr(e)==S};function Na(e){return null!=e&&Wa(e.length)&&!Ha(e)}function Aa(e){return Va(e)&&Na(e)}var La=tn||ic,Fa=et?It(et):function(e){return Va(e)&&dr(e)==f};function Da(e){if(!Va(e))return!1;var t=dr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!qa(e)}function Ha(e){if(!Ba(e))return!1;var t=dr(e);return t==d||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ua(e){return"number"==typeof e&&e==rl(e)}function Wa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ba(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Va(e){return null!=e&&"object"==typeof e}var Ga=tt?It(tt):function(e){return Va(e)&&ri(e)==v};function Ka(e){return"number"==typeof e||Va(e)&&dr(e)==g}function qa(e){if(!Va(e)||dr(e)!=m)return!1;var t=Ge(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Se.call(n)==Ce}var $a=nt?It(nt):function(e){return Va(e)&&dr(e)==y};var Qa=rt?It(rt):function(e){return Va(e)&&ri(e)==b};function Ya(e){return"string"==typeof e||!Ra(e)&&Va(e)&&dr(e)==_}function Xa(e){return"symbol"==typeof e||Va(e)&&dr(e)==w}var Ja=ot?It(ot):function(e){return Va(e)&&Wa(e.length)&&!!He[dr(e)]};var Za=No(Er),el=No((function(e,t){return e<=t}));function tl(e){if(!e)return[];if(Na(e))return Ya(e)?Kt(e):yo(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=ri(e);return(t==v?Ht:t==b?Bt:Pl)(e)}function nl(e){return e?(e=il(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function rl(e){var t=nl(e),n=t%1;return t==t?n?t-n:t:0}function ol(e){return e?Qn(rl(e),0,4294967295):0}function il(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if(Ba(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ba(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace($,"");var n=ie.test(e);return n||le.test(e)?Ve(e.slice(2),n?2:8):oe.test(e)?NaN:+e}function al(e){return bo(e,wl(e))}function ll(e){return null==e?"":Xr(e)}var cl=wo((function(e,t){if(pi(t)||Na(t))bo(t,_l(t),e);else for(var n in t)ke.call(t,n)&&Bn(e,n,t[n])})),ul=wo((function(e,t){bo(t,wl(t),e)})),sl=wo((function(e,t,n,r){bo(t,wl(t),e,r)})),fl=wo((function(e,t,n,r){bo(t,_l(t),e,r)})),pl=Go($n);var dl=Fr((function(e,t){e=ve(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&ci(t[0],t[1],o)&&(r=1);++n1),t})),bo(e,qo(e),n),r&&(n=Yn(n,7,Bo));for(var o=t.length;o--;)Zr(n,t[o]);return n}));var Ol=Go((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gl(e,n)}))}(e,t)}));function El(e,t){if(null==e)return{};var n=dt(qo(e),(function(e){return[e]}));return t=Xo(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Tl=Do(_l),Cl=Do(wl);function Pl(e){return null==e?[]:jt(e,_l(e))}var Il=Oo((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Dl(ll(e).toLowerCase())}function zl(e){return(e=ll(e))&&e.replace(ue,At).replace(Re,"")}var Rl=Oo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ml=Oo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Nl=ko("toLowerCase");var Al=Oo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ll=Oo((function(e,t,n){return e+(n?" ":"")+Dl(t)}));var Fl=Oo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dl=ko("toUpperCase");function Hl(e,t,n){return e=ll(e),void 0===(t=n?void 0:t)?function(e){return Le.test(e)}(e)?function(e){return e.match(Ne)||[]}(e):function(e){return e.match(ee)||[]}(e):e.match(t)||[]}var Ul=Fr((function(e,t){try{return it(e,void 0,t)}catch(e){return Da(e)?e:new pe(e)}})),Wl=Go((function(e,t){return lt(t,(function(t){t=Ei(t),qn(e,t,ya(e[t],e))})),e}));function Bl(e){return function(){return e}}var Vl=Co(),Gl=Co(!0);function Kl(e){return e}function ql(e){return Sr("function"==typeof e?e:Yn(e,1))}var $l=Fr((function(e,t){return function(n){return yr(n,e,t)}})),Ql=Fr((function(e,t){return function(n){return yr(e,n,t)}}));function Yl(e,t,n){var r=_l(t),o=sr(t,r);null!=n||Ba(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=sr(t,_l(t)));var i=!(Ba(n)&&"chain"in n&&!n.chain),a=Ha(e);return lt(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Xl(){}var Jl=zo(dt),Zl=zo(ut),ec=zo(mt);function tc(e){return ui(e)?Ot(Ei(e)):function(e){return function(t){return fr(t,e)}}(e)}var nc=Mo(),rc=Mo(!0);function oc(){return[]}function ic(){return!1}var ac=jo((function(e,t){return e+t}),0),lc=Lo("ceil"),cc=jo((function(e,t){return e/t}),1),uc=Lo("floor");var sc,fc=jo((function(e,t){return e*t}),1),pc=Lo("round"),dc=jo((function(e,t){return e-t}),0);return Cn.after=function(e,t){if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){if(--e<1)return t.apply(this,arguments)}},Cn.ary=ga,Cn.assign=cl,Cn.assignIn=ul,Cn.assignInWith=sl,Cn.assignWith=fl,Cn.at=pl,Cn.before=ma,Cn.bind=ya,Cn.bindAll=Wl,Cn.bindKey=ba,Cn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},Cn.chain=ta,Cn.chunk=function(e,t,n){t=(n?ci(e,t,n):void 0===t)?1:an(rl(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,l=r(Jt(o/t));io?0:o+n),(r=void 0===r||r>o?o:rl(r))<0&&(r+=o),r=n>r?0:ol(r);n>>0)?(e=ll(e))&&("string"==typeof t||null!=t&&!$a(t))&&!(t=Xr(t))&&Dt(e)?uo(Kt(e),0,n):e.split(t,n):[]},Cn.spread=function(e,t){if("function"!=typeof e)throw new ye(i);return t=null==t?0:an(rl(t),0),Fr((function(n){var r=n[t],o=uo(n,0,t);return r&&ht(o,r),it(e,this,o)}))},Cn.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},Cn.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:rl(t))<0?0:t):[]},Cn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:rl(t)))<0?0:t,r):[]},Cn.takeRightWhile=function(e,t){return e&&e.length?to(e,Xo(t,3),!1,!0):[]},Cn.takeWhile=function(e,t){return e&&e.length?to(e,Xo(t,3)):[]},Cn.tap=function(e,t){return t(e),e},Cn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ye(i);return Ba(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),_a(e,t,{leading:r,maxWait:t,trailing:o})},Cn.thru=na,Cn.toArray=tl,Cn.toPairs=Tl,Cn.toPairsIn=Cl,Cn.toPath=function(e){return Ra(e)?dt(e,Ei):Xa(e)?[e]:yo(Oi(ll(e)))},Cn.toPlainObject=al,Cn.transform=function(e,t,n){var r=Ra(e),o=r||La(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Ba(e)&&Ha(i)?Pn(Ge(e)):{}}return(o?lt:cr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Cn.unary=function(e){return ga(e,1)},Cn.union=Vi,Cn.unionBy=Gi,Cn.unionWith=Ki,Cn.uniq=function(e){return e&&e.length?Jr(e):[]},Cn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Cn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Cn.unset=function(e,t){return null==e||Zr(e,t)},Cn.unzip=qi,Cn.unzipWith=$i,Cn.update=function(e,t,n){return null==e?e:eo(e,t,ao(n))},Cn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:eo(e,t,ao(n),r)},Cn.values=Pl,Cn.valuesIn=function(e){return null==e?[]:jt(e,wl(e))},Cn.without=Qi,Cn.words=Hl,Cn.wrap=function(e,t){return Ea(ao(t),e)},Cn.xor=Yi,Cn.xorBy=Xi,Cn.xorWith=Ji,Cn.zip=Zi,Cn.zipObject=function(e,t){return oo(e||[],t||[],Bn)},Cn.zipObjectDeep=function(e,t){return oo(e||[],t||[],Ur)},Cn.zipWith=ea,Cn.entries=Tl,Cn.entriesIn=Cl,Cn.extend=ul,Cn.extendWith=sl,Yl(Cn,Cn),Cn.add=ac,Cn.attempt=Ul,Cn.camelCase=Il,Cn.capitalize=jl,Cn.ceil=lc,Cn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=il(n))==n?n:0),void 0!==t&&(t=(t=il(t))==t?t:0),Qn(il(e),t,n)},Cn.clone=function(e){return Yn(e,4)},Cn.cloneDeep=function(e){return Yn(e,5)},Cn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Cn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Cn.conformsTo=function(e,t){return null==t||Xn(e,t,_l(t))},Cn.deburr=zl,Cn.defaultTo=function(e,t){return null==e||e!=e?t:e},Cn.divide=cc,Cn.endsWith=function(e,t,n){e=ll(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Qn(rl(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Cn.eq=Pa,Cn.escape=function(e){return(e=ll(e))&&D.test(e)?e.replace(L,Lt):e},Cn.escapeRegExp=function(e){return(e=ll(e))&&q.test(e)?e.replace(K,"\\$&"):e},Cn.every=function(e,t,n){var r=Ra(e)?ut:nr;return n&&ci(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Cn.find=ia,Cn.findIndex=zi,Cn.findKey=function(e,t){return bt(e,Xo(t,3),cr)},Cn.findLast=aa,Cn.findLastIndex=Ri,Cn.findLastKey=function(e,t){return bt(e,Xo(t,3),ur)},Cn.floor=uc,Cn.forEach=la,Cn.forEachRight=ca,Cn.forIn=function(e,t){return null==e?e:ar(e,Xo(t,3),wl)},Cn.forInRight=function(e,t){return null==e?e:lr(e,Xo(t,3),wl)},Cn.forOwn=function(e,t){return e&&cr(e,Xo(t,3))},Cn.forOwnRight=function(e,t){return e&&ur(e,Xo(t,3))},Cn.get=vl,Cn.gt=Ia,Cn.gte=ja,Cn.has=function(e,t){return null!=e&&oi(e,t,vr)},Cn.hasIn=gl,Cn.head=Ni,Cn.identity=Kl,Cn.includes=function(e,t,n,r){e=Na(e)?e:Pl(e),n=n&&!r?rl(n):0;var o=e.length;return n<0&&(n=an(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&wt(e,t,n)>-1},Cn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:rl(n);return o<0&&(o=an(r+o,0)),wt(e,t,o)},Cn.inRange=function(e,t,n){return t=nl(t),void 0===n?(n=t,t=0):n=nl(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},Cn.isSet=Qa,Cn.isString=Ya,Cn.isSymbol=Xa,Cn.isTypedArray=Ja,Cn.isUndefined=function(e){return void 0===e},Cn.isWeakMap=function(e){return Va(e)&&ri(e)==x},Cn.isWeakSet=function(e){return Va(e)&&"[object WeakSet]"==dr(e)},Cn.join=function(e,t){return null==e?"":rn.call(e,t)},Cn.kebabCase=Rl,Cn.last=Di,Cn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=rl(n))<0?an(r+o,0):ln(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):_t(e,St,o,!0)},Cn.lowerCase=Ml,Cn.lowerFirst=Nl,Cn.lt=Za,Cn.lte=el,Cn.max=function(e){return e&&e.length?rr(e,Kl,hr):void 0},Cn.maxBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),hr):void 0},Cn.mean=function(e){return kt(e,Kl)},Cn.meanBy=function(e,t){return kt(e,Xo(t,2))},Cn.min=function(e){return e&&e.length?rr(e,Kl,Er):void 0},Cn.minBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),Er):void 0},Cn.stubArray=oc,Cn.stubFalse=ic,Cn.stubObject=function(){return{}},Cn.stubString=function(){return""},Cn.stubTrue=function(){return!0},Cn.multiply=fc,Cn.nth=function(e,t){return e&&e.length?jr(e,rl(t)):void 0},Cn.noConflict=function(){return qe._===this&&(qe._=Pe),this},Cn.noop=Xl,Cn.now=va,Cn.pad=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ro(Zt(o),n)+e+Ro(Jt(o),n)},Cn.padEnd=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=sn();return ln(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Ar(e,t)},Cn.reduce=function(e,t,n){var r=Ra(e)?vt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,er)},Cn.reduceRight=function(e,t,n){var r=Ra(e)?gt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Cn.repeat=function(e,t,n){return t=(n?ci(e,t,n):void 0===t)?1:rl(t),Lr(ll(e),t)},Cn.replace=function(){var e=arguments,t=ll(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Cn.result=function(e,t,n){var r=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var o=Pt(r,t=Xo(t));++n=i)return e;var l=n-Gt(r);if(l<1)return r;var c=a?uo(a,0,l).join(""):e.slice(0,l);if(void 0===o)return c+r;if(a&&(l+=c.length-l),$a(o)){if(e.slice(l).search(o)){var u,s=c;for(o.global||(o=ge(o.source,ll(re.exec(o))+"g")),o.lastIndex=0;u=o.exec(s);)var f=u.index;c=c.slice(0,void 0===f?l:f)}}else if(e.indexOf(Xr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+r},Cn.unescape=function(e){return(e=ll(e))&&F.test(e)?e.replace(A,qt):e},Cn.uniqueId=function(e){var t=++Oe;return ll(e)+t},Cn.upperCase=Fl,Cn.upperFirst=Dl,Cn.each=la,Cn.eachRight=ca,Cn.first=Ni,Yl(Cn,(sc={},cr(Cn,(function(e,t){ke.call(Cn.prototype,t)||(sc[t]=e)})),sc),{chain:!1}),Cn.VERSION="4.17.19",lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Cn[e].placeholder=Cn})),lt(["drop","take"],(function(e,t){zn.prototype[e]=function(n){n=void 0===n?1:an(rl(n),0);var r=this.__filtered__&&!t?new zn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");zn.prototype[e]=function(){return this[n](1).value()[0]}})),lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");zn.prototype[e]=function(){return this.__filtered__?new zn(this):this[n](1)}})),zn.prototype.compact=function(){return this.filter(Kl)},zn.prototype.find=function(e){return this.filter(e).head()},zn.prototype.findLast=function(e){return this.reverse().find(e)},zn.prototype.invokeMap=Fr((function(e,t){return"function"==typeof e?new zn(this):this.map((function(n){return yr(n,e,t)}))})),zn.prototype.reject=function(e){return this.filter(ka(Xo(e)))},zn.prototype.slice=function(e,t){e=rl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=rl(t))<0?n.dropRight(-t):n.take(t-e)),n)},zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},zn.prototype.toArray=function(){return this.take(4294967295)},cr(zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Cn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Cn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,l=t instanceof zn,c=a[0],u=l||Ra(t),s=function(e){var t=o.apply(Cn,ht([e],a));return r&&f?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=l&&!p;if(!i&&u){t=h?t:new zn(this);var v=e.apply(t,a);return v.__actions__.push({func:na,args:[s],thisArg:void 0}),new jn(v,f)}return d&&h?e.apply(this,a):(v=this.thru(s),d?r?v.value()[0]:v.value():v)})})),lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Cn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ra(o)?o:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(zn.prototype,(function(e,t){var n=Cn[t];if(n){var r=n.name+"";ke.call(bn,r)||(bn[r]=[]),bn[r].push({name:t,func:n})}})),bn[Po(void 0,2).name]=[{name:"wrapper",func:void 0}],zn.prototype.clone=function(){var e=new zn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},zn.prototype.reverse=function(){if(this.__filtered__){var e=new zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Cn.prototype.plant=function(e){for(var t,n=this;n instanceof In;){var r=Ci(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Cn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof zn){var t=e;return this.__actions__.length&&(t=new zn(this)),(t=t.reverse()).__actions__.push({func:na,args:[Bi],thisArg:void 0}),new jn(t,this.__chain__)}return this.thru(Bi)},Cn.prototype.toJSON=Cn.prototype.valueOf=Cn.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Cn.prototype.first=Cn.prototype.head,Je&&(Cn.prototype[Je]=function(){return this}),Cn}();qe._=$t,void 0===(o=function(){return $t}.call(t,n,t,r))||(r.exports=o)}).call(this)}).call(this,n(108),n(243)(e))},function(e,t,n){var r=n(26),o=n(335);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(26),o=n(376);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(173),o=n(132);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(113),l=n(138),c=n(139),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(140)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(121);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(202),o=n(148);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(108))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(172)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(81);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(249),i=n(60),a=n(94),l=n(174);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(172),i=n(132),a=n(131)("IE_PROTO"),l=function(){},c=function(){var e,t=n(171)("iframe"),r=i.length;for(t.style.display="none",n(251).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write(" - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToImageViewSrc

-
-
- -
-
fun LiveData<String>.bindToImageViewSrc(lifecycleOwner: LifecycleOwner, imageView: ImageView, requestManager: RequestManager.() -> Unit? = null, requestBuilder: RequestBuilder<Drawable>.() -> Unit? = null)
fun LiveData<String>.bindToImageViewSrc(lifecycleOwner: LifecycleOwner, imageView: ImageView, loadingPlaceholder: Drawable? = null, errorPlaceholder: Drawable? = null)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata-glide/mvvm-livedata-glide/dev.icerock.moko.mvvm.livedata.glide/index.html b/docs/mvvm-livedata-glide/mvvm-livedata-glide/dev.icerock.moko.mvvm.livedata.glide/index.html deleted file mode 100644 index 62908791..00000000 --- a/docs/mvvm-livedata-glide/mvvm-livedata-glide/dev.icerock.moko.mvvm.livedata.glide/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - dev.icerock.moko.mvvm.livedata.glide - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm.livedata.glide

-
-
-
-
-

Functions

-
-
-
-
bindToImageViewSrc -
Link copied to clipboard
-
-
-
- -
-
fun LiveData<String>.bindToImageViewSrc(lifecycleOwner: LifecycleOwner, imageView: ImageView, loadingPlaceholder: Drawable? = null, errorPlaceholder: Drawable? = null)
fun LiveData<String>.bindToImageViewSrc(lifecycleOwner: LifecycleOwner, imageView: ImageView, requestManager: RequestManager.() -> Unit? = null, requestBuilder: RequestBuilder<Drawable>.() -> Unit? = null)
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata-glide/mvvm-livedata-glide/index.html b/docs/mvvm-livedata-glide/mvvm-livedata-glide/index.html deleted file mode 100644 index fe87be3c..00000000 --- a/docs/mvvm-livedata-glide/mvvm-livedata-glide/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - mvvm-livedata-glide - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mvvm-livedata-glide

-
-

Packages

-
-
-
-
-
dev.icerock.moko.mvvm.livedata.glide -
Link copied to clipboard
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata-glide/mvvm-livedata-glide/package-list b/docs/mvvm-livedata-glide/mvvm-livedata-glide/package-list deleted file mode 100644 index 94a8183b..00000000 --- a/docs/mvvm-livedata-glide/mvvm-livedata-glide/package-list +++ /dev/null @@ -1,5 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - -dev.icerock.moko.mvvm.livedata.glide - diff --git a/docs/mvvm-livedata-glide/navigation.html b/docs/mvvm-livedata-glide/navigation.html deleted file mode 100644 index 91d23bfc..00000000 --- a/docs/mvvm-livedata-glide/navigation.html +++ /dev/null @@ -1,10 +0,0 @@ - - diff --git a/docs/mvvm-livedata-glide/scripts/clipboard.js b/docs/mvvm-livedata-glide/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/mvvm-livedata-glide/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/mvvm-livedata-glide/scripts/main.js b/docs/mvvm-livedata-glide/scripts/main.js deleted file mode 100644 index 12373ea9..00000000 --- a/docs/mvvm-livedata-glide/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=390)}([function(e,t,n){e.exports=n(264)()},function(e,t,n){"use strict";e.exports=n(239)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},X=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,A)&&this[A][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,A)&&e[A][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=z(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==A||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=z(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((R=function(){if(this instanceof R)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,A)&&o(this[A],e)&&(this[A][e]=!1),K(this,e,S(1,n))};return i&&G&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(114).f=O.f=Z,n(95).f=X,T.f=ee,i&&!n(111)&&l(W,"propertyIsEnumerable",X,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:R});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=R(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){G=!0},useSimple:function(){G=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):Y(k(e),t)},defineProperty:Q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=R();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,N.apply(M,r)}}),R.prototype[L]||n(59)(R.prototype,L,R.prototype.valueOf),f(R,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(257);var r=n(27),o=n(135),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(182)("asyncIterator")},function(e,t,n){var r=n(32),o=n(79),i=n(59),a=n(42),l=n(80),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(70),i=n(42),a=n(32),l=n(59),c=n(96),u=n(25),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(83)})},function(e,t,n){var r=n(10),o=n(83),i=n(81),a=n(27),l=n(29),c=n(31),u=n(184),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(180).set})},function(e,t,n){var r=n(54),o=n(70);n(252)("keys",(function(){return function(e){return o(r(e))}}))},function(e,t,n){"use strict";var r=n(10),o=n(130)(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(72)(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},function(e,t,n){var r=n(26),o=n(266);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(10);r(r.S+r.F,"Object",{assign:n(185)})},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(98),a=n(74),l=n(75),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(26),o=n(332);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(113),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(72)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(85)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(80),o=n(10),i=n(54),a=n(189),l=n(190),c=n(53),u=n(174),s=n(191);o(o.S+o.F*!n(192)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(91);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(112),o=n(71);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(72)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(80),o=n(112),i=n(54),a=n(53),l=n(259);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(200),i=n(147),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(282),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(304)),o=a(n(308)),i=a(n(205));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){(function(e,r){var o; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var i="Expected a function",a="__lodash_placeholder__",l=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",s="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Object]",y="[object RegExp]",b="[object Set]",_="[object String]",w="[object Symbol]",x="[object WeakMap]",S="[object ArrayBuffer]",k="[object DataView]",O="[object Float32Array]",E="[object Float64Array]",T="[object Int8Array]",C="[object Int16Array]",P="[object Int32Array]",I="[object Uint8Array]",j="[object Uint16Array]",z="[object Uint32Array]",R=/\b__p \+= '';/g,M=/\b(__p \+=) '' \+/g,N=/(__e\(.*?\)|\b__t\)) \+\n'';/g,A=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,F=RegExp(A.source),D=RegExp(L.source),H=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,W=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,G=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,K=/[\\^$.*+?()[\]{}|]/g,q=RegExp(K.source),$=/^\s+|\s+$/g,Q=/^\s+/,Y=/\s+$/,X=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,J=/\{\n\/\* \[wrapped with (.+)\] \*/,Z=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,fe=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ve="["+de+"]",ge="["+pe+"]",me="\\d+",ye="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",xe="[^\\ud800-\\udfff]",Se="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Oe="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ee="(?:"+be+"|"+_e+")",Te="(?:"+Oe+"|"+_e+")",Ce="(?:"+ge+"|"+we+")"+"?",Pe="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[xe,Se,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),Ie="(?:"+[ye,Se,ke].join("|")+")"+Pe,je="(?:"+[xe+ge+"?",ge,Se,ke,he].join("|")+")",ze=RegExp("['’]","g"),Re=RegExp(ge,"g"),Me=RegExp(we+"(?="+we+")|"+je+Pe,"g"),Ne=RegExp([Oe+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Oe,"$"].join("|")+")",Te+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Oe+Ee,"$"].join("|")+")",Oe+"?"+Ee+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Oe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Ie].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],De=-1,He={};He[O]=He[E]=He[T]=He[C]=He[P]=He[I]=He["[object Uint8ClampedArray]"]=He[j]=He[z]=!0,He[c]=He[u]=He[S]=He[s]=He[k]=He[f]=He[p]=He[d]=He[v]=He[g]=He[m]=He[y]=He[b]=He[_]=He[x]=!1;var Ue={};Ue[c]=Ue[u]=Ue[S]=Ue[k]=Ue[s]=Ue[f]=Ue[O]=Ue[E]=Ue[T]=Ue[C]=Ue[P]=Ue[v]=Ue[g]=Ue[m]=Ue[y]=Ue[b]=Ue[_]=Ue[w]=Ue[I]=Ue["[object Uint8ClampedArray]"]=Ue[j]=Ue[z]=!0,Ue[p]=Ue[d]=Ue[x]=!1;var We={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ve=parseInt,Ge="object"==typeof e&&e&&e.Object===Object&&e,Ke="object"==typeof self&&self&&self.Object===Object&&self,qe=Ge||Ke||Function("return this")(),$e=t&&!t.nodeType&&t,Qe=$e&&"object"==typeof r&&r&&!r.nodeType&&r,Ye=Qe&&Qe.exports===$e,Xe=Ye&&Ge.process,Je=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Xe&&Xe.binding&&Xe.binding("util")}catch(e){}}(),Ze=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,ot=Je&&Je.isTypedArray;function it(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o-1}function pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Mt(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=Et({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Lt=Et({"&":"&","<":"<",">":">",'"':""","'":"'"});function Ft(e){return"\\"+We[e]}function Dt(e){return Ae.test(e)}function Ht(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ut(e,t){return function(n){return e(t(n))}}function Wt(e,t){for(var n=-1,r=e.length,o=0,i=[];++n",""":'"',"'":"'"});var $t=function e(t){var n,r=(t=null==t?qe:$t.defaults(qe.Object(),t,$t.pick(qe,Fe))).Array,o=t.Date,pe=t.Error,de=t.Function,he=t.Math,ve=t.Object,ge=t.RegExp,me=t.String,ye=t.TypeError,be=r.prototype,_e=de.prototype,we=ve.prototype,xe=t["__core-js_shared__"],Se=_e.toString,ke=we.hasOwnProperty,Oe=0,Ee=(n=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Te=we.toString,Ce=Se.call(ve),Pe=qe._,Ie=ge("^"+Se.call(ke).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=Ye?t.Buffer:void 0,Me=t.Symbol,Ae=t.Uint8Array,We=je?je.allocUnsafe:void 0,Ge=Ut(ve.getPrototypeOf,ve),Ke=ve.create,$e=we.propertyIsEnumerable,Qe=be.splice,Xe=Me?Me.isConcatSpreadable:void 0,Je=Me?Me.iterator:void 0,yt=Me?Me.toStringTag:void 0,Et=function(){try{var e=ei(ve,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=o&&o.now!==qe.Date.now&&o.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=he.ceil,Zt=he.floor,en=ve.getOwnPropertySymbols,tn=je?je.isBuffer:void 0,nn=t.isFinite,rn=be.join,on=Ut(ve.keys,ve),an=he.max,ln=he.min,cn=o.now,un=t.parseInt,sn=he.random,fn=be.reverse,pn=ei(t,"DataView"),dn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),mn=ei(ve,"create"),yn=gn&&new gn,bn={},_n=Ti(pn),wn=Ti(dn),xn=Ti(hn),Sn=Ti(vn),kn=Ti(gn),On=Me?Me.prototype:void 0,En=On?On.valueOf:void 0,Tn=On?On.toString:void 0;function Cn(e){if(Va(e)&&!Ra(e)&&!(e instanceof zn)){if(e instanceof jn)return e;if(ke.call(e,"__wrapped__"))return Ci(e)}return new jn(e)}var Pn=function(){function e(){}return function(t){if(!Ba(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function In(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,l=1&t,u=2&t,p=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Ba(e))return e;var x=Ra(e);if(x){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return yo(e,a)}else{var R=ri(e),M=R==d||R==h;if(La(e))return fo(e,l);if(R==m||R==c||M&&!o){if(a=u||M?{}:ii(e),!l)return u?function(e,t){return bo(e,ni(e),t)}(e,function(e,t){return e&&bo(t,wl(t),e)}(a,e)):function(e,t){return bo(e,ti(e),t)}(e,Kn(a,e))}else{if(!Ue[R])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case S:return po(e);case s:case f:return new r(+e);case k:return function(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case O:case E:case T:case C:case P:case I:case"[object Uint8ClampedArray]":case j:case z:return ho(e,n);case v:return new r;case g:case _:return new r(e);case y:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new r;case w:return o=e,En?ve(En.call(o)):{}}var o}(e,R,l)}}i||(i=new Ln);var N=i.get(e);if(N)return N;i.set(e,a),Qa(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):Ga(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=x?void 0:(p?u?qo:Ko:u?wl:_l)(e);return lt(A||e,(function(r,o){A&&(r=e[o=r]),Bn(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=ve(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new ye(i);return _i((function(){e.apply(void 0,n)}),t)}function Zn(e,t,n,r){var o=-1,i=ft,a=!0,l=e.length,c=[],u=t.length;if(!l)return c;n&&(t=dt(t,It(n))),r?(i=pt,a=!1):t.length>=200&&(i=zt,a=!1,t=new An(t));e:for(;++o-1},Mn.prototype.set=function(e,t){var n=this.__data__,r=Vn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(dn||Mn),string:new Rn}},Nn.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Jo(this,e).get(e)},Nn.prototype.has=function(e){return Jo(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},An.prototype.add=An.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},An.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.clear=function(){this.__data__=new Mn,this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ln.prototype.get=function(e){return this.__data__.get(e)},Ln.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Mn){var r=n.__data__;if(!dn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var er=xo(cr),tr=xo(ur,!0);function nr(e,t){var n=!0;return er(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function rr(e,t,n){for(var r=-1,o=e.length;++r0&&n(l)?t>1?ir(l,t-1,n,r,o):ht(o,l):r||(o[o.length]=l)}return o}var ar=So(),lr=So(!0);function cr(e,t){return e&&ar(e,t,_l)}function ur(e,t){return e&&lr(e,t,_l)}function sr(e,t){return st(t,(function(t){return Ha(e[t])}))}function fr(e,t){for(var n=0,r=(t=lo(t,e)).length;null!=e&&nt}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in ve(e)}function mr(e,t,n){for(var o=n?pt:ft,i=e[0].length,a=e.length,l=a,c=r(a),u=1/0,s=[];l--;){var f=e[l];l&&t&&(f=dt(f,It(t))),u=ln(f.length,u),c[l]=!n&&(t||i>=120&&f.length>=120)?new An(l&&f):void 0}f=e[0];var p=-1,d=c[0];e:for(;++p=l)return c;var u=n[r];return c*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,o=t.length,i={};++r-1;)l!==e&&Qe.call(l,c,1),Qe.call(e,c,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;li(o)?Qe.call(e,o,1):Zr(e,o)}}return e}function Ar(e,t){return e+Zt(sn()*(t-e+1))}function Lr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=Zt(t/2))&&(e+=e)}while(t);return n}function Fr(e,t){return wi(vi(e,t,Kl),e+"")}function Dr(e){return Dn(Pl(e))}function Hr(e,t){var n=Pl(e);return ki(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!Ba(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,l=e;null!=l&&++oi?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a=200){var u=t?null:Fo(e);if(u)return Bt(u);a=!1,o=zt,c=new An}else c=t?[]:l;e:for(;++r=r?e:Gr(e,t,n)}var so=Qt||function(e){return qe.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function po(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function ho(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function vo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,l=null===t,c=t==t,u=Xa(t);if(!l&&!u&&!i&&e>t||i&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!i&&!u&&e1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&ci(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=ve(t);++r-1?o[i?t[a]:a]:void 0}}function Co(e){return Go((function(t){var n=t.length,r=n,o=jn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ye(i);if(o&&!l&&"wrapper"==Qo(a))var l=new jn([],!0)}for(r=l?r:n;++r1&&b.reverse(),f&&ul))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var f=-1,p=!0,d=2&n?new An:void 0;for(i.set(e,t),i.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(X,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return lt(l,(function(n){var r="_."+n[0];t&n[1]&&!ft(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(J);return t?t[1].split(Z):[]}(r),n)))}function Si(e){var t=0,n=0;return function(){var r=cn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ki(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$i(e,n)}));function ta(e){var t=Cn(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var ra=Go((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return $n(t,e)};return!(t>1||this.__actions__.length)&&r instanceof zn&&li(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new jn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var oa=_o((function(e,t,n){ke.call(e,n)?++e[n]:qn(e,n,1)}));var ia=To(zi),aa=To(Ri);function la(e,t){return(Ra(e)?lt:er)(e,Xo(t,3))}function ca(e,t){return(Ra(e)?ct:tr)(e,Xo(t,3))}var ua=_o((function(e,t,n){ke.call(e,n)?e[n].push(t):qn(e,n,[t])}));var sa=Fr((function(e,t,n){var o=-1,i="function"==typeof t,a=Na(e)?r(e.length):[];return er(e,(function(e){a[++o]=i?it(t,e,n):yr(e,t,n)})),a})),fa=_o((function(e,t,n){qn(e,n,t)}));function pa(e,t){return(Ra(e)?dt:Tr)(e,Xo(t,3))}var da=_o((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ha=Fr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ci(e,t[0],t[1])?t=[]:n>2&&ci(t[0],t[1],t[2])&&(t=[t[0]]),zr(e,ir(t,1),[])})),va=Yt||function(){return qe.Date.now()};function ga(e,t,n){return t=n?void 0:t,Ho(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ma(e,t){var n;if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Fr((function(e,t,n){var r=1;if(n.length){var o=Wt(n,Yo(ya));r|=32}return Ho(e,r,t,n,o)})),ba=Fr((function(e,t,n){var r=3;if(n.length){var o=Wt(n,Yo(ba));r|=32}return Ho(t,r,e,n,o)}));function _a(e,t,n){var r,o,a,l,c,u,s=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new ye(i);function h(t){var n=r,i=o;return r=o=void 0,s=t,l=e.apply(i,n)}function v(e){return s=e,c=_i(m,t),f?h(e):l}function g(e){var n=e-u;return void 0===u||n>=t||n<0||p&&e-s>=a}function m(){var e=va();if(g(e))return y(e);c=_i(m,function(e){var n=t-(e-u);return p?ln(n,a-(e-s)):n}(e))}function y(e){return c=void 0,d&&r?h(e):(r=o=void 0,l)}function b(){var e=va(),n=g(e);if(r=arguments,o=this,u=e,n){if(void 0===c)return v(u);if(p)return so(c),c=_i(m,t),h(u)}return void 0===c&&(c=_i(m,t)),l}return t=il(t)||0,Ba(n)&&(f=!!n.leading,a=(p="maxWait"in n)?an(il(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),b.cancel=function(){void 0!==c&&so(c),s=0,r=u=o=c=void 0},b.flush=function(){return void 0===c?l:y(va())},b}var wa=Fr((function(e,t){return Jn(e,1,t)})),xa=Fr((function(e,t,n){return Jn(e,il(t)||0,n)}));function Sa(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ye(i);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sa.Cache||Nn),n}function ka(e){if("function"!=typeof e)throw new ye(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Sa.Cache=Nn;var Oa=co((function(e,t){var n=(t=1==t.length&&Ra(t[0])?dt(t[0],It(Xo())):dt(ir(t,1),It(Xo()))).length;return Fr((function(r){for(var o=-1,i=ln(r.length,n);++o=t})),za=br(function(){return arguments}())?br:function(e){return Va(e)&&ke.call(e,"callee")&&!$e.call(e,"callee")},Ra=r.isArray,Ma=Ze?It(Ze):function(e){return Va(e)&&dr(e)==S};function Na(e){return null!=e&&Wa(e.length)&&!Ha(e)}function Aa(e){return Va(e)&&Na(e)}var La=tn||ic,Fa=et?It(et):function(e){return Va(e)&&dr(e)==f};function Da(e){if(!Va(e))return!1;var t=dr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!qa(e)}function Ha(e){if(!Ba(e))return!1;var t=dr(e);return t==d||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ua(e){return"number"==typeof e&&e==rl(e)}function Wa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ba(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Va(e){return null!=e&&"object"==typeof e}var Ga=tt?It(tt):function(e){return Va(e)&&ri(e)==v};function Ka(e){return"number"==typeof e||Va(e)&&dr(e)==g}function qa(e){if(!Va(e)||dr(e)!=m)return!1;var t=Ge(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Se.call(n)==Ce}var $a=nt?It(nt):function(e){return Va(e)&&dr(e)==y};var Qa=rt?It(rt):function(e){return Va(e)&&ri(e)==b};function Ya(e){return"string"==typeof e||!Ra(e)&&Va(e)&&dr(e)==_}function Xa(e){return"symbol"==typeof e||Va(e)&&dr(e)==w}var Ja=ot?It(ot):function(e){return Va(e)&&Wa(e.length)&&!!He[dr(e)]};var Za=No(Er),el=No((function(e,t){return e<=t}));function tl(e){if(!e)return[];if(Na(e))return Ya(e)?Kt(e):yo(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=ri(e);return(t==v?Ht:t==b?Bt:Pl)(e)}function nl(e){return e?(e=il(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function rl(e){var t=nl(e),n=t%1;return t==t?n?t-n:t:0}function ol(e){return e?Qn(rl(e),0,4294967295):0}function il(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if(Ba(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ba(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace($,"");var n=ie.test(e);return n||le.test(e)?Ve(e.slice(2),n?2:8):oe.test(e)?NaN:+e}function al(e){return bo(e,wl(e))}function ll(e){return null==e?"":Xr(e)}var cl=wo((function(e,t){if(pi(t)||Na(t))bo(t,_l(t),e);else for(var n in t)ke.call(t,n)&&Bn(e,n,t[n])})),ul=wo((function(e,t){bo(t,wl(t),e)})),sl=wo((function(e,t,n,r){bo(t,wl(t),e,r)})),fl=wo((function(e,t,n,r){bo(t,_l(t),e,r)})),pl=Go($n);var dl=Fr((function(e,t){e=ve(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&ci(t[0],t[1],o)&&(r=1);++n1),t})),bo(e,qo(e),n),r&&(n=Yn(n,7,Bo));for(var o=t.length;o--;)Zr(n,t[o]);return n}));var Ol=Go((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gl(e,n)}))}(e,t)}));function El(e,t){if(null==e)return{};var n=dt(qo(e),(function(e){return[e]}));return t=Xo(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Tl=Do(_l),Cl=Do(wl);function Pl(e){return null==e?[]:jt(e,_l(e))}var Il=Oo((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Dl(ll(e).toLowerCase())}function zl(e){return(e=ll(e))&&e.replace(ue,At).replace(Re,"")}var Rl=Oo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ml=Oo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Nl=ko("toLowerCase");var Al=Oo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ll=Oo((function(e,t,n){return e+(n?" ":"")+Dl(t)}));var Fl=Oo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dl=ko("toUpperCase");function Hl(e,t,n){return e=ll(e),void 0===(t=n?void 0:t)?function(e){return Le.test(e)}(e)?function(e){return e.match(Ne)||[]}(e):function(e){return e.match(ee)||[]}(e):e.match(t)||[]}var Ul=Fr((function(e,t){try{return it(e,void 0,t)}catch(e){return Da(e)?e:new pe(e)}})),Wl=Go((function(e,t){return lt(t,(function(t){t=Ei(t),qn(e,t,ya(e[t],e))})),e}));function Bl(e){return function(){return e}}var Vl=Co(),Gl=Co(!0);function Kl(e){return e}function ql(e){return Sr("function"==typeof e?e:Yn(e,1))}var $l=Fr((function(e,t){return function(n){return yr(n,e,t)}})),Ql=Fr((function(e,t){return function(n){return yr(e,n,t)}}));function Yl(e,t,n){var r=_l(t),o=sr(t,r);null!=n||Ba(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=sr(t,_l(t)));var i=!(Ba(n)&&"chain"in n&&!n.chain),a=Ha(e);return lt(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Xl(){}var Jl=zo(dt),Zl=zo(ut),ec=zo(mt);function tc(e){return ui(e)?Ot(Ei(e)):function(e){return function(t){return fr(t,e)}}(e)}var nc=Mo(),rc=Mo(!0);function oc(){return[]}function ic(){return!1}var ac=jo((function(e,t){return e+t}),0),lc=Lo("ceil"),cc=jo((function(e,t){return e/t}),1),uc=Lo("floor");var sc,fc=jo((function(e,t){return e*t}),1),pc=Lo("round"),dc=jo((function(e,t){return e-t}),0);return Cn.after=function(e,t){if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){if(--e<1)return t.apply(this,arguments)}},Cn.ary=ga,Cn.assign=cl,Cn.assignIn=ul,Cn.assignInWith=sl,Cn.assignWith=fl,Cn.at=pl,Cn.before=ma,Cn.bind=ya,Cn.bindAll=Wl,Cn.bindKey=ba,Cn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},Cn.chain=ta,Cn.chunk=function(e,t,n){t=(n?ci(e,t,n):void 0===t)?1:an(rl(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,l=r(Jt(o/t));io?0:o+n),(r=void 0===r||r>o?o:rl(r))<0&&(r+=o),r=n>r?0:ol(r);n>>0)?(e=ll(e))&&("string"==typeof t||null!=t&&!$a(t))&&!(t=Xr(t))&&Dt(e)?uo(Kt(e),0,n):e.split(t,n):[]},Cn.spread=function(e,t){if("function"!=typeof e)throw new ye(i);return t=null==t?0:an(rl(t),0),Fr((function(n){var r=n[t],o=uo(n,0,t);return r&&ht(o,r),it(e,this,o)}))},Cn.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},Cn.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:rl(t))<0?0:t):[]},Cn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:rl(t)))<0?0:t,r):[]},Cn.takeRightWhile=function(e,t){return e&&e.length?to(e,Xo(t,3),!1,!0):[]},Cn.takeWhile=function(e,t){return e&&e.length?to(e,Xo(t,3)):[]},Cn.tap=function(e,t){return t(e),e},Cn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ye(i);return Ba(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),_a(e,t,{leading:r,maxWait:t,trailing:o})},Cn.thru=na,Cn.toArray=tl,Cn.toPairs=Tl,Cn.toPairsIn=Cl,Cn.toPath=function(e){return Ra(e)?dt(e,Ei):Xa(e)?[e]:yo(Oi(ll(e)))},Cn.toPlainObject=al,Cn.transform=function(e,t,n){var r=Ra(e),o=r||La(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Ba(e)&&Ha(i)?Pn(Ge(e)):{}}return(o?lt:cr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Cn.unary=function(e){return ga(e,1)},Cn.union=Vi,Cn.unionBy=Gi,Cn.unionWith=Ki,Cn.uniq=function(e){return e&&e.length?Jr(e):[]},Cn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Cn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Cn.unset=function(e,t){return null==e||Zr(e,t)},Cn.unzip=qi,Cn.unzipWith=$i,Cn.update=function(e,t,n){return null==e?e:eo(e,t,ao(n))},Cn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:eo(e,t,ao(n),r)},Cn.values=Pl,Cn.valuesIn=function(e){return null==e?[]:jt(e,wl(e))},Cn.without=Qi,Cn.words=Hl,Cn.wrap=function(e,t){return Ea(ao(t),e)},Cn.xor=Yi,Cn.xorBy=Xi,Cn.xorWith=Ji,Cn.zip=Zi,Cn.zipObject=function(e,t){return oo(e||[],t||[],Bn)},Cn.zipObjectDeep=function(e,t){return oo(e||[],t||[],Ur)},Cn.zipWith=ea,Cn.entries=Tl,Cn.entriesIn=Cl,Cn.extend=ul,Cn.extendWith=sl,Yl(Cn,Cn),Cn.add=ac,Cn.attempt=Ul,Cn.camelCase=Il,Cn.capitalize=jl,Cn.ceil=lc,Cn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=il(n))==n?n:0),void 0!==t&&(t=(t=il(t))==t?t:0),Qn(il(e),t,n)},Cn.clone=function(e){return Yn(e,4)},Cn.cloneDeep=function(e){return Yn(e,5)},Cn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Cn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Cn.conformsTo=function(e,t){return null==t||Xn(e,t,_l(t))},Cn.deburr=zl,Cn.defaultTo=function(e,t){return null==e||e!=e?t:e},Cn.divide=cc,Cn.endsWith=function(e,t,n){e=ll(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Qn(rl(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Cn.eq=Pa,Cn.escape=function(e){return(e=ll(e))&&D.test(e)?e.replace(L,Lt):e},Cn.escapeRegExp=function(e){return(e=ll(e))&&q.test(e)?e.replace(K,"\\$&"):e},Cn.every=function(e,t,n){var r=Ra(e)?ut:nr;return n&&ci(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Cn.find=ia,Cn.findIndex=zi,Cn.findKey=function(e,t){return bt(e,Xo(t,3),cr)},Cn.findLast=aa,Cn.findLastIndex=Ri,Cn.findLastKey=function(e,t){return bt(e,Xo(t,3),ur)},Cn.floor=uc,Cn.forEach=la,Cn.forEachRight=ca,Cn.forIn=function(e,t){return null==e?e:ar(e,Xo(t,3),wl)},Cn.forInRight=function(e,t){return null==e?e:lr(e,Xo(t,3),wl)},Cn.forOwn=function(e,t){return e&&cr(e,Xo(t,3))},Cn.forOwnRight=function(e,t){return e&&ur(e,Xo(t,3))},Cn.get=vl,Cn.gt=Ia,Cn.gte=ja,Cn.has=function(e,t){return null!=e&&oi(e,t,vr)},Cn.hasIn=gl,Cn.head=Ni,Cn.identity=Kl,Cn.includes=function(e,t,n,r){e=Na(e)?e:Pl(e),n=n&&!r?rl(n):0;var o=e.length;return n<0&&(n=an(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&wt(e,t,n)>-1},Cn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:rl(n);return o<0&&(o=an(r+o,0)),wt(e,t,o)},Cn.inRange=function(e,t,n){return t=nl(t),void 0===n?(n=t,t=0):n=nl(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},Cn.isSet=Qa,Cn.isString=Ya,Cn.isSymbol=Xa,Cn.isTypedArray=Ja,Cn.isUndefined=function(e){return void 0===e},Cn.isWeakMap=function(e){return Va(e)&&ri(e)==x},Cn.isWeakSet=function(e){return Va(e)&&"[object WeakSet]"==dr(e)},Cn.join=function(e,t){return null==e?"":rn.call(e,t)},Cn.kebabCase=Rl,Cn.last=Di,Cn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=rl(n))<0?an(r+o,0):ln(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):_t(e,St,o,!0)},Cn.lowerCase=Ml,Cn.lowerFirst=Nl,Cn.lt=Za,Cn.lte=el,Cn.max=function(e){return e&&e.length?rr(e,Kl,hr):void 0},Cn.maxBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),hr):void 0},Cn.mean=function(e){return kt(e,Kl)},Cn.meanBy=function(e,t){return kt(e,Xo(t,2))},Cn.min=function(e){return e&&e.length?rr(e,Kl,Er):void 0},Cn.minBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),Er):void 0},Cn.stubArray=oc,Cn.stubFalse=ic,Cn.stubObject=function(){return{}},Cn.stubString=function(){return""},Cn.stubTrue=function(){return!0},Cn.multiply=fc,Cn.nth=function(e,t){return e&&e.length?jr(e,rl(t)):void 0},Cn.noConflict=function(){return qe._===this&&(qe._=Pe),this},Cn.noop=Xl,Cn.now=va,Cn.pad=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ro(Zt(o),n)+e+Ro(Jt(o),n)},Cn.padEnd=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=sn();return ln(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Ar(e,t)},Cn.reduce=function(e,t,n){var r=Ra(e)?vt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,er)},Cn.reduceRight=function(e,t,n){var r=Ra(e)?gt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Cn.repeat=function(e,t,n){return t=(n?ci(e,t,n):void 0===t)?1:rl(t),Lr(ll(e),t)},Cn.replace=function(){var e=arguments,t=ll(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Cn.result=function(e,t,n){var r=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var o=Pt(r,t=Xo(t));++n=i)return e;var l=n-Gt(r);if(l<1)return r;var c=a?uo(a,0,l).join(""):e.slice(0,l);if(void 0===o)return c+r;if(a&&(l+=c.length-l),$a(o)){if(e.slice(l).search(o)){var u,s=c;for(o.global||(o=ge(o.source,ll(re.exec(o))+"g")),o.lastIndex=0;u=o.exec(s);)var f=u.index;c=c.slice(0,void 0===f?l:f)}}else if(e.indexOf(Xr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+r},Cn.unescape=function(e){return(e=ll(e))&&F.test(e)?e.replace(A,qt):e},Cn.uniqueId=function(e){var t=++Oe;return ll(e)+t},Cn.upperCase=Fl,Cn.upperFirst=Dl,Cn.each=la,Cn.eachRight=ca,Cn.first=Ni,Yl(Cn,(sc={},cr(Cn,(function(e,t){ke.call(Cn.prototype,t)||(sc[t]=e)})),sc),{chain:!1}),Cn.VERSION="4.17.19",lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Cn[e].placeholder=Cn})),lt(["drop","take"],(function(e,t){zn.prototype[e]=function(n){n=void 0===n?1:an(rl(n),0);var r=this.__filtered__&&!t?new zn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");zn.prototype[e]=function(){return this[n](1).value()[0]}})),lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");zn.prototype[e]=function(){return this.__filtered__?new zn(this):this[n](1)}})),zn.prototype.compact=function(){return this.filter(Kl)},zn.prototype.find=function(e){return this.filter(e).head()},zn.prototype.findLast=function(e){return this.reverse().find(e)},zn.prototype.invokeMap=Fr((function(e,t){return"function"==typeof e?new zn(this):this.map((function(n){return yr(n,e,t)}))})),zn.prototype.reject=function(e){return this.filter(ka(Xo(e)))},zn.prototype.slice=function(e,t){e=rl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=rl(t))<0?n.dropRight(-t):n.take(t-e)),n)},zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},zn.prototype.toArray=function(){return this.take(4294967295)},cr(zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Cn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Cn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,l=t instanceof zn,c=a[0],u=l||Ra(t),s=function(e){var t=o.apply(Cn,ht([e],a));return r&&f?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=l&&!p;if(!i&&u){t=h?t:new zn(this);var v=e.apply(t,a);return v.__actions__.push({func:na,args:[s],thisArg:void 0}),new jn(v,f)}return d&&h?e.apply(this,a):(v=this.thru(s),d?r?v.value()[0]:v.value():v)})})),lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Cn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ra(o)?o:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(zn.prototype,(function(e,t){var n=Cn[t];if(n){var r=n.name+"";ke.call(bn,r)||(bn[r]=[]),bn[r].push({name:t,func:n})}})),bn[Po(void 0,2).name]=[{name:"wrapper",func:void 0}],zn.prototype.clone=function(){var e=new zn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},zn.prototype.reverse=function(){if(this.__filtered__){var e=new zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Cn.prototype.plant=function(e){for(var t,n=this;n instanceof In;){var r=Ci(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Cn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof zn){var t=e;return this.__actions__.length&&(t=new zn(this)),(t=t.reverse()).__actions__.push({func:na,args:[Bi],thisArg:void 0}),new jn(t,this.__chain__)}return this.thru(Bi)},Cn.prototype.toJSON=Cn.prototype.valueOf=Cn.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Cn.prototype.first=Cn.prototype.head,Je&&(Cn.prototype[Je]=function(){return this}),Cn}();qe._=$t,void 0===(o=function(){return $t}.call(t,n,t,r))||(r.exports=o)}).call(this)}).call(this,n(108),n(243)(e))},function(e,t,n){var r=n(26),o=n(335);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(26),o=n(376);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(173),o=n(132);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(113),l=n(138),c=n(139),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(140)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(121);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(202),o=n(148);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(108))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(172)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(81);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(249),i=n(60),a=n(94),l=n(174);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(172),i=n(132),a=n(131)("IE_PROTO"),l=function(){},c=function(){var e,t=n(171)("iframe"),r=i.length;for(t.style.display="none",n(251).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write(" - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToTextInputLayoutError

-
-
- -
-
@JvmName(name = "bindToTextInputLayoutErrorString")
fun LiveData<String>.bindToTextInputLayoutError(lifecycleOwner: LifecycleOwner, textInputLayout: TextInputLayout)
@JvmName(name = "bindToTextInputLayoutErrorStringDesc")
fun LiveData<StringDesc>.bindToTextInputLayoutError(lifecycleOwner: LifecycleOwner, textInputLayout: TextInputLayout)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata-material/mvvm-livedata-material/dev.icerock.moko.mvvm.livedata.material/index.html b/docs/mvvm-livedata-material/mvvm-livedata-material/dev.icerock.moko.mvvm.livedata.material/index.html deleted file mode 100644 index dad549ad..00000000 --- a/docs/mvvm-livedata-material/mvvm-livedata-material/dev.icerock.moko.mvvm.livedata.material/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - dev.icerock.moko.mvvm.livedata.material - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm.livedata.material

-
-
-
-
-

Functions

-
-
-
-
bindToTextInputLayoutError -
Link copied to clipboard
-
-
-
- -
-
@JvmName(name = "bindToTextInputLayoutErrorStringDesc")
fun LiveData<StringDesc>.bindToTextInputLayoutError(lifecycleOwner: LifecycleOwner, textInputLayout: TextInputLayout)
@JvmName(name = "bindToTextInputLayoutErrorString")
fun LiveData<String>.bindToTextInputLayoutError(lifecycleOwner: LifecycleOwner, textInputLayout: TextInputLayout)
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata-material/mvvm-livedata-material/index.html b/docs/mvvm-livedata-material/mvvm-livedata-material/index.html deleted file mode 100644 index 8b966597..00000000 --- a/docs/mvvm-livedata-material/mvvm-livedata-material/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - mvvm-livedata-material - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mvvm-livedata-material

-
-

Packages

-
-
-
-
-
dev.icerock.moko.mvvm.livedata.material -
Link copied to clipboard
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata-material/mvvm-livedata-material/package-list b/docs/mvvm-livedata-material/mvvm-livedata-material/package-list deleted file mode 100644 index 6b8c357c..00000000 --- a/docs/mvvm-livedata-material/mvvm-livedata-material/package-list +++ /dev/null @@ -1,5 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - -dev.icerock.moko.mvvm.livedata.material - diff --git a/docs/mvvm-livedata-material/navigation.html b/docs/mvvm-livedata-material/navigation.html deleted file mode 100644 index dbf80b8f..00000000 --- a/docs/mvvm-livedata-material/navigation.html +++ /dev/null @@ -1,10 +0,0 @@ - - diff --git a/docs/mvvm-livedata-material/scripts/clipboard.js b/docs/mvvm-livedata-material/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/mvvm-livedata-material/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/mvvm-livedata-material/scripts/main.js b/docs/mvvm-livedata-material/scripts/main.js deleted file mode 100644 index 12373ea9..00000000 --- a/docs/mvvm-livedata-material/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=390)}([function(e,t,n){e.exports=n(264)()},function(e,t,n){"use strict";e.exports=n(239)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},X=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,A)&&this[A][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,A)&&e[A][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=z(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==A||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=z(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((R=function(){if(this instanceof R)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,A)&&o(this[A],e)&&(this[A][e]=!1),K(this,e,S(1,n))};return i&&G&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(114).f=O.f=Z,n(95).f=X,T.f=ee,i&&!n(111)&&l(W,"propertyIsEnumerable",X,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:R});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=R(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){G=!0},useSimple:function(){G=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):Y(k(e),t)},defineProperty:Q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=R();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,N.apply(M,r)}}),R.prototype[L]||n(59)(R.prototype,L,R.prototype.valueOf),f(R,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(257);var r=n(27),o=n(135),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(182)("asyncIterator")},function(e,t,n){var r=n(32),o=n(79),i=n(59),a=n(42),l=n(80),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(70),i=n(42),a=n(32),l=n(59),c=n(96),u=n(25),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(83)})},function(e,t,n){var r=n(10),o=n(83),i=n(81),a=n(27),l=n(29),c=n(31),u=n(184),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(180).set})},function(e,t,n){var r=n(54),o=n(70);n(252)("keys",(function(){return function(e){return o(r(e))}}))},function(e,t,n){"use strict";var r=n(10),o=n(130)(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(72)(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},function(e,t,n){var r=n(26),o=n(266);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(10);r(r.S+r.F,"Object",{assign:n(185)})},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(98),a=n(74),l=n(75),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(26),o=n(332);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(113),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(72)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(85)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(80),o=n(10),i=n(54),a=n(189),l=n(190),c=n(53),u=n(174),s=n(191);o(o.S+o.F*!n(192)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(91);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(112),o=n(71);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(72)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(80),o=n(112),i=n(54),a=n(53),l=n(259);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(200),i=n(147),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(282),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(304)),o=a(n(308)),i=a(n(205));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){(function(e,r){var o; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var i="Expected a function",a="__lodash_placeholder__",l=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",s="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Object]",y="[object RegExp]",b="[object Set]",_="[object String]",w="[object Symbol]",x="[object WeakMap]",S="[object ArrayBuffer]",k="[object DataView]",O="[object Float32Array]",E="[object Float64Array]",T="[object Int8Array]",C="[object Int16Array]",P="[object Int32Array]",I="[object Uint8Array]",j="[object Uint16Array]",z="[object Uint32Array]",R=/\b__p \+= '';/g,M=/\b(__p \+=) '' \+/g,N=/(__e\(.*?\)|\b__t\)) \+\n'';/g,A=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,F=RegExp(A.source),D=RegExp(L.source),H=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,W=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,G=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,K=/[\\^$.*+?()[\]{}|]/g,q=RegExp(K.source),$=/^\s+|\s+$/g,Q=/^\s+/,Y=/\s+$/,X=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,J=/\{\n\/\* \[wrapped with (.+)\] \*/,Z=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,fe=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ve="["+de+"]",ge="["+pe+"]",me="\\d+",ye="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",xe="[^\\ud800-\\udfff]",Se="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Oe="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ee="(?:"+be+"|"+_e+")",Te="(?:"+Oe+"|"+_e+")",Ce="(?:"+ge+"|"+we+")"+"?",Pe="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[xe,Se,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),Ie="(?:"+[ye,Se,ke].join("|")+")"+Pe,je="(?:"+[xe+ge+"?",ge,Se,ke,he].join("|")+")",ze=RegExp("['’]","g"),Re=RegExp(ge,"g"),Me=RegExp(we+"(?="+we+")|"+je+Pe,"g"),Ne=RegExp([Oe+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Oe,"$"].join("|")+")",Te+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Oe+Ee,"$"].join("|")+")",Oe+"?"+Ee+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Oe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Ie].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],De=-1,He={};He[O]=He[E]=He[T]=He[C]=He[P]=He[I]=He["[object Uint8ClampedArray]"]=He[j]=He[z]=!0,He[c]=He[u]=He[S]=He[s]=He[k]=He[f]=He[p]=He[d]=He[v]=He[g]=He[m]=He[y]=He[b]=He[_]=He[x]=!1;var Ue={};Ue[c]=Ue[u]=Ue[S]=Ue[k]=Ue[s]=Ue[f]=Ue[O]=Ue[E]=Ue[T]=Ue[C]=Ue[P]=Ue[v]=Ue[g]=Ue[m]=Ue[y]=Ue[b]=Ue[_]=Ue[w]=Ue[I]=Ue["[object Uint8ClampedArray]"]=Ue[j]=Ue[z]=!0,Ue[p]=Ue[d]=Ue[x]=!1;var We={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ve=parseInt,Ge="object"==typeof e&&e&&e.Object===Object&&e,Ke="object"==typeof self&&self&&self.Object===Object&&self,qe=Ge||Ke||Function("return this")(),$e=t&&!t.nodeType&&t,Qe=$e&&"object"==typeof r&&r&&!r.nodeType&&r,Ye=Qe&&Qe.exports===$e,Xe=Ye&&Ge.process,Je=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Xe&&Xe.binding&&Xe.binding("util")}catch(e){}}(),Ze=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,ot=Je&&Je.isTypedArray;function it(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o-1}function pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Mt(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=Et({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Lt=Et({"&":"&","<":"<",">":">",'"':""","'":"'"});function Ft(e){return"\\"+We[e]}function Dt(e){return Ae.test(e)}function Ht(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ut(e,t){return function(n){return e(t(n))}}function Wt(e,t){for(var n=-1,r=e.length,o=0,i=[];++n",""":'"',"'":"'"});var $t=function e(t){var n,r=(t=null==t?qe:$t.defaults(qe.Object(),t,$t.pick(qe,Fe))).Array,o=t.Date,pe=t.Error,de=t.Function,he=t.Math,ve=t.Object,ge=t.RegExp,me=t.String,ye=t.TypeError,be=r.prototype,_e=de.prototype,we=ve.prototype,xe=t["__core-js_shared__"],Se=_e.toString,ke=we.hasOwnProperty,Oe=0,Ee=(n=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Te=we.toString,Ce=Se.call(ve),Pe=qe._,Ie=ge("^"+Se.call(ke).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=Ye?t.Buffer:void 0,Me=t.Symbol,Ae=t.Uint8Array,We=je?je.allocUnsafe:void 0,Ge=Ut(ve.getPrototypeOf,ve),Ke=ve.create,$e=we.propertyIsEnumerable,Qe=be.splice,Xe=Me?Me.isConcatSpreadable:void 0,Je=Me?Me.iterator:void 0,yt=Me?Me.toStringTag:void 0,Et=function(){try{var e=ei(ve,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=o&&o.now!==qe.Date.now&&o.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=he.ceil,Zt=he.floor,en=ve.getOwnPropertySymbols,tn=je?je.isBuffer:void 0,nn=t.isFinite,rn=be.join,on=Ut(ve.keys,ve),an=he.max,ln=he.min,cn=o.now,un=t.parseInt,sn=he.random,fn=be.reverse,pn=ei(t,"DataView"),dn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),mn=ei(ve,"create"),yn=gn&&new gn,bn={},_n=Ti(pn),wn=Ti(dn),xn=Ti(hn),Sn=Ti(vn),kn=Ti(gn),On=Me?Me.prototype:void 0,En=On?On.valueOf:void 0,Tn=On?On.toString:void 0;function Cn(e){if(Va(e)&&!Ra(e)&&!(e instanceof zn)){if(e instanceof jn)return e;if(ke.call(e,"__wrapped__"))return Ci(e)}return new jn(e)}var Pn=function(){function e(){}return function(t){if(!Ba(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function In(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,l=1&t,u=2&t,p=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Ba(e))return e;var x=Ra(e);if(x){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return yo(e,a)}else{var R=ri(e),M=R==d||R==h;if(La(e))return fo(e,l);if(R==m||R==c||M&&!o){if(a=u||M?{}:ii(e),!l)return u?function(e,t){return bo(e,ni(e),t)}(e,function(e,t){return e&&bo(t,wl(t),e)}(a,e)):function(e,t){return bo(e,ti(e),t)}(e,Kn(a,e))}else{if(!Ue[R])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case S:return po(e);case s:case f:return new r(+e);case k:return function(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case O:case E:case T:case C:case P:case I:case"[object Uint8ClampedArray]":case j:case z:return ho(e,n);case v:return new r;case g:case _:return new r(e);case y:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new r;case w:return o=e,En?ve(En.call(o)):{}}var o}(e,R,l)}}i||(i=new Ln);var N=i.get(e);if(N)return N;i.set(e,a),Qa(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):Ga(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=x?void 0:(p?u?qo:Ko:u?wl:_l)(e);return lt(A||e,(function(r,o){A&&(r=e[o=r]),Bn(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=ve(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new ye(i);return _i((function(){e.apply(void 0,n)}),t)}function Zn(e,t,n,r){var o=-1,i=ft,a=!0,l=e.length,c=[],u=t.length;if(!l)return c;n&&(t=dt(t,It(n))),r?(i=pt,a=!1):t.length>=200&&(i=zt,a=!1,t=new An(t));e:for(;++o-1},Mn.prototype.set=function(e,t){var n=this.__data__,r=Vn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(dn||Mn),string:new Rn}},Nn.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Jo(this,e).get(e)},Nn.prototype.has=function(e){return Jo(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},An.prototype.add=An.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},An.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.clear=function(){this.__data__=new Mn,this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ln.prototype.get=function(e){return this.__data__.get(e)},Ln.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Mn){var r=n.__data__;if(!dn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var er=xo(cr),tr=xo(ur,!0);function nr(e,t){var n=!0;return er(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function rr(e,t,n){for(var r=-1,o=e.length;++r0&&n(l)?t>1?ir(l,t-1,n,r,o):ht(o,l):r||(o[o.length]=l)}return o}var ar=So(),lr=So(!0);function cr(e,t){return e&&ar(e,t,_l)}function ur(e,t){return e&&lr(e,t,_l)}function sr(e,t){return st(t,(function(t){return Ha(e[t])}))}function fr(e,t){for(var n=0,r=(t=lo(t,e)).length;null!=e&&nt}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in ve(e)}function mr(e,t,n){for(var o=n?pt:ft,i=e[0].length,a=e.length,l=a,c=r(a),u=1/0,s=[];l--;){var f=e[l];l&&t&&(f=dt(f,It(t))),u=ln(f.length,u),c[l]=!n&&(t||i>=120&&f.length>=120)?new An(l&&f):void 0}f=e[0];var p=-1,d=c[0];e:for(;++p=l)return c;var u=n[r];return c*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,o=t.length,i={};++r-1;)l!==e&&Qe.call(l,c,1),Qe.call(e,c,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;li(o)?Qe.call(e,o,1):Zr(e,o)}}return e}function Ar(e,t){return e+Zt(sn()*(t-e+1))}function Lr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=Zt(t/2))&&(e+=e)}while(t);return n}function Fr(e,t){return wi(vi(e,t,Kl),e+"")}function Dr(e){return Dn(Pl(e))}function Hr(e,t){var n=Pl(e);return ki(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!Ba(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,l=e;null!=l&&++oi?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a=200){var u=t?null:Fo(e);if(u)return Bt(u);a=!1,o=zt,c=new An}else c=t?[]:l;e:for(;++r=r?e:Gr(e,t,n)}var so=Qt||function(e){return qe.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function po(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function ho(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function vo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,l=null===t,c=t==t,u=Xa(t);if(!l&&!u&&!i&&e>t||i&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!i&&!u&&e1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&ci(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=ve(t);++r-1?o[i?t[a]:a]:void 0}}function Co(e){return Go((function(t){var n=t.length,r=n,o=jn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ye(i);if(o&&!l&&"wrapper"==Qo(a))var l=new jn([],!0)}for(r=l?r:n;++r1&&b.reverse(),f&&ul))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var f=-1,p=!0,d=2&n?new An:void 0;for(i.set(e,t),i.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(X,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return lt(l,(function(n){var r="_."+n[0];t&n[1]&&!ft(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(J);return t?t[1].split(Z):[]}(r),n)))}function Si(e){var t=0,n=0;return function(){var r=cn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ki(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$i(e,n)}));function ta(e){var t=Cn(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var ra=Go((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return $n(t,e)};return!(t>1||this.__actions__.length)&&r instanceof zn&&li(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new jn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var oa=_o((function(e,t,n){ke.call(e,n)?++e[n]:qn(e,n,1)}));var ia=To(zi),aa=To(Ri);function la(e,t){return(Ra(e)?lt:er)(e,Xo(t,3))}function ca(e,t){return(Ra(e)?ct:tr)(e,Xo(t,3))}var ua=_o((function(e,t,n){ke.call(e,n)?e[n].push(t):qn(e,n,[t])}));var sa=Fr((function(e,t,n){var o=-1,i="function"==typeof t,a=Na(e)?r(e.length):[];return er(e,(function(e){a[++o]=i?it(t,e,n):yr(e,t,n)})),a})),fa=_o((function(e,t,n){qn(e,n,t)}));function pa(e,t){return(Ra(e)?dt:Tr)(e,Xo(t,3))}var da=_o((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ha=Fr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ci(e,t[0],t[1])?t=[]:n>2&&ci(t[0],t[1],t[2])&&(t=[t[0]]),zr(e,ir(t,1),[])})),va=Yt||function(){return qe.Date.now()};function ga(e,t,n){return t=n?void 0:t,Ho(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ma(e,t){var n;if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Fr((function(e,t,n){var r=1;if(n.length){var o=Wt(n,Yo(ya));r|=32}return Ho(e,r,t,n,o)})),ba=Fr((function(e,t,n){var r=3;if(n.length){var o=Wt(n,Yo(ba));r|=32}return Ho(t,r,e,n,o)}));function _a(e,t,n){var r,o,a,l,c,u,s=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new ye(i);function h(t){var n=r,i=o;return r=o=void 0,s=t,l=e.apply(i,n)}function v(e){return s=e,c=_i(m,t),f?h(e):l}function g(e){var n=e-u;return void 0===u||n>=t||n<0||p&&e-s>=a}function m(){var e=va();if(g(e))return y(e);c=_i(m,function(e){var n=t-(e-u);return p?ln(n,a-(e-s)):n}(e))}function y(e){return c=void 0,d&&r?h(e):(r=o=void 0,l)}function b(){var e=va(),n=g(e);if(r=arguments,o=this,u=e,n){if(void 0===c)return v(u);if(p)return so(c),c=_i(m,t),h(u)}return void 0===c&&(c=_i(m,t)),l}return t=il(t)||0,Ba(n)&&(f=!!n.leading,a=(p="maxWait"in n)?an(il(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),b.cancel=function(){void 0!==c&&so(c),s=0,r=u=o=c=void 0},b.flush=function(){return void 0===c?l:y(va())},b}var wa=Fr((function(e,t){return Jn(e,1,t)})),xa=Fr((function(e,t,n){return Jn(e,il(t)||0,n)}));function Sa(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ye(i);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sa.Cache||Nn),n}function ka(e){if("function"!=typeof e)throw new ye(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Sa.Cache=Nn;var Oa=co((function(e,t){var n=(t=1==t.length&&Ra(t[0])?dt(t[0],It(Xo())):dt(ir(t,1),It(Xo()))).length;return Fr((function(r){for(var o=-1,i=ln(r.length,n);++o=t})),za=br(function(){return arguments}())?br:function(e){return Va(e)&&ke.call(e,"callee")&&!$e.call(e,"callee")},Ra=r.isArray,Ma=Ze?It(Ze):function(e){return Va(e)&&dr(e)==S};function Na(e){return null!=e&&Wa(e.length)&&!Ha(e)}function Aa(e){return Va(e)&&Na(e)}var La=tn||ic,Fa=et?It(et):function(e){return Va(e)&&dr(e)==f};function Da(e){if(!Va(e))return!1;var t=dr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!qa(e)}function Ha(e){if(!Ba(e))return!1;var t=dr(e);return t==d||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ua(e){return"number"==typeof e&&e==rl(e)}function Wa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ba(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Va(e){return null!=e&&"object"==typeof e}var Ga=tt?It(tt):function(e){return Va(e)&&ri(e)==v};function Ka(e){return"number"==typeof e||Va(e)&&dr(e)==g}function qa(e){if(!Va(e)||dr(e)!=m)return!1;var t=Ge(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Se.call(n)==Ce}var $a=nt?It(nt):function(e){return Va(e)&&dr(e)==y};var Qa=rt?It(rt):function(e){return Va(e)&&ri(e)==b};function Ya(e){return"string"==typeof e||!Ra(e)&&Va(e)&&dr(e)==_}function Xa(e){return"symbol"==typeof e||Va(e)&&dr(e)==w}var Ja=ot?It(ot):function(e){return Va(e)&&Wa(e.length)&&!!He[dr(e)]};var Za=No(Er),el=No((function(e,t){return e<=t}));function tl(e){if(!e)return[];if(Na(e))return Ya(e)?Kt(e):yo(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=ri(e);return(t==v?Ht:t==b?Bt:Pl)(e)}function nl(e){return e?(e=il(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function rl(e){var t=nl(e),n=t%1;return t==t?n?t-n:t:0}function ol(e){return e?Qn(rl(e),0,4294967295):0}function il(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if(Ba(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ba(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace($,"");var n=ie.test(e);return n||le.test(e)?Ve(e.slice(2),n?2:8):oe.test(e)?NaN:+e}function al(e){return bo(e,wl(e))}function ll(e){return null==e?"":Xr(e)}var cl=wo((function(e,t){if(pi(t)||Na(t))bo(t,_l(t),e);else for(var n in t)ke.call(t,n)&&Bn(e,n,t[n])})),ul=wo((function(e,t){bo(t,wl(t),e)})),sl=wo((function(e,t,n,r){bo(t,wl(t),e,r)})),fl=wo((function(e,t,n,r){bo(t,_l(t),e,r)})),pl=Go($n);var dl=Fr((function(e,t){e=ve(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&ci(t[0],t[1],o)&&(r=1);++n1),t})),bo(e,qo(e),n),r&&(n=Yn(n,7,Bo));for(var o=t.length;o--;)Zr(n,t[o]);return n}));var Ol=Go((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gl(e,n)}))}(e,t)}));function El(e,t){if(null==e)return{};var n=dt(qo(e),(function(e){return[e]}));return t=Xo(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Tl=Do(_l),Cl=Do(wl);function Pl(e){return null==e?[]:jt(e,_l(e))}var Il=Oo((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Dl(ll(e).toLowerCase())}function zl(e){return(e=ll(e))&&e.replace(ue,At).replace(Re,"")}var Rl=Oo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ml=Oo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Nl=ko("toLowerCase");var Al=Oo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ll=Oo((function(e,t,n){return e+(n?" ":"")+Dl(t)}));var Fl=Oo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dl=ko("toUpperCase");function Hl(e,t,n){return e=ll(e),void 0===(t=n?void 0:t)?function(e){return Le.test(e)}(e)?function(e){return e.match(Ne)||[]}(e):function(e){return e.match(ee)||[]}(e):e.match(t)||[]}var Ul=Fr((function(e,t){try{return it(e,void 0,t)}catch(e){return Da(e)?e:new pe(e)}})),Wl=Go((function(e,t){return lt(t,(function(t){t=Ei(t),qn(e,t,ya(e[t],e))})),e}));function Bl(e){return function(){return e}}var Vl=Co(),Gl=Co(!0);function Kl(e){return e}function ql(e){return Sr("function"==typeof e?e:Yn(e,1))}var $l=Fr((function(e,t){return function(n){return yr(n,e,t)}})),Ql=Fr((function(e,t){return function(n){return yr(e,n,t)}}));function Yl(e,t,n){var r=_l(t),o=sr(t,r);null!=n||Ba(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=sr(t,_l(t)));var i=!(Ba(n)&&"chain"in n&&!n.chain),a=Ha(e);return lt(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Xl(){}var Jl=zo(dt),Zl=zo(ut),ec=zo(mt);function tc(e){return ui(e)?Ot(Ei(e)):function(e){return function(t){return fr(t,e)}}(e)}var nc=Mo(),rc=Mo(!0);function oc(){return[]}function ic(){return!1}var ac=jo((function(e,t){return e+t}),0),lc=Lo("ceil"),cc=jo((function(e,t){return e/t}),1),uc=Lo("floor");var sc,fc=jo((function(e,t){return e*t}),1),pc=Lo("round"),dc=jo((function(e,t){return e-t}),0);return Cn.after=function(e,t){if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){if(--e<1)return t.apply(this,arguments)}},Cn.ary=ga,Cn.assign=cl,Cn.assignIn=ul,Cn.assignInWith=sl,Cn.assignWith=fl,Cn.at=pl,Cn.before=ma,Cn.bind=ya,Cn.bindAll=Wl,Cn.bindKey=ba,Cn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},Cn.chain=ta,Cn.chunk=function(e,t,n){t=(n?ci(e,t,n):void 0===t)?1:an(rl(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,l=r(Jt(o/t));io?0:o+n),(r=void 0===r||r>o?o:rl(r))<0&&(r+=o),r=n>r?0:ol(r);n>>0)?(e=ll(e))&&("string"==typeof t||null!=t&&!$a(t))&&!(t=Xr(t))&&Dt(e)?uo(Kt(e),0,n):e.split(t,n):[]},Cn.spread=function(e,t){if("function"!=typeof e)throw new ye(i);return t=null==t?0:an(rl(t),0),Fr((function(n){var r=n[t],o=uo(n,0,t);return r&&ht(o,r),it(e,this,o)}))},Cn.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},Cn.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:rl(t))<0?0:t):[]},Cn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:rl(t)))<0?0:t,r):[]},Cn.takeRightWhile=function(e,t){return e&&e.length?to(e,Xo(t,3),!1,!0):[]},Cn.takeWhile=function(e,t){return e&&e.length?to(e,Xo(t,3)):[]},Cn.tap=function(e,t){return t(e),e},Cn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ye(i);return Ba(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),_a(e,t,{leading:r,maxWait:t,trailing:o})},Cn.thru=na,Cn.toArray=tl,Cn.toPairs=Tl,Cn.toPairsIn=Cl,Cn.toPath=function(e){return Ra(e)?dt(e,Ei):Xa(e)?[e]:yo(Oi(ll(e)))},Cn.toPlainObject=al,Cn.transform=function(e,t,n){var r=Ra(e),o=r||La(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Ba(e)&&Ha(i)?Pn(Ge(e)):{}}return(o?lt:cr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Cn.unary=function(e){return ga(e,1)},Cn.union=Vi,Cn.unionBy=Gi,Cn.unionWith=Ki,Cn.uniq=function(e){return e&&e.length?Jr(e):[]},Cn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Cn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Cn.unset=function(e,t){return null==e||Zr(e,t)},Cn.unzip=qi,Cn.unzipWith=$i,Cn.update=function(e,t,n){return null==e?e:eo(e,t,ao(n))},Cn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:eo(e,t,ao(n),r)},Cn.values=Pl,Cn.valuesIn=function(e){return null==e?[]:jt(e,wl(e))},Cn.without=Qi,Cn.words=Hl,Cn.wrap=function(e,t){return Ea(ao(t),e)},Cn.xor=Yi,Cn.xorBy=Xi,Cn.xorWith=Ji,Cn.zip=Zi,Cn.zipObject=function(e,t){return oo(e||[],t||[],Bn)},Cn.zipObjectDeep=function(e,t){return oo(e||[],t||[],Ur)},Cn.zipWith=ea,Cn.entries=Tl,Cn.entriesIn=Cl,Cn.extend=ul,Cn.extendWith=sl,Yl(Cn,Cn),Cn.add=ac,Cn.attempt=Ul,Cn.camelCase=Il,Cn.capitalize=jl,Cn.ceil=lc,Cn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=il(n))==n?n:0),void 0!==t&&(t=(t=il(t))==t?t:0),Qn(il(e),t,n)},Cn.clone=function(e){return Yn(e,4)},Cn.cloneDeep=function(e){return Yn(e,5)},Cn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Cn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Cn.conformsTo=function(e,t){return null==t||Xn(e,t,_l(t))},Cn.deburr=zl,Cn.defaultTo=function(e,t){return null==e||e!=e?t:e},Cn.divide=cc,Cn.endsWith=function(e,t,n){e=ll(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Qn(rl(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Cn.eq=Pa,Cn.escape=function(e){return(e=ll(e))&&D.test(e)?e.replace(L,Lt):e},Cn.escapeRegExp=function(e){return(e=ll(e))&&q.test(e)?e.replace(K,"\\$&"):e},Cn.every=function(e,t,n){var r=Ra(e)?ut:nr;return n&&ci(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Cn.find=ia,Cn.findIndex=zi,Cn.findKey=function(e,t){return bt(e,Xo(t,3),cr)},Cn.findLast=aa,Cn.findLastIndex=Ri,Cn.findLastKey=function(e,t){return bt(e,Xo(t,3),ur)},Cn.floor=uc,Cn.forEach=la,Cn.forEachRight=ca,Cn.forIn=function(e,t){return null==e?e:ar(e,Xo(t,3),wl)},Cn.forInRight=function(e,t){return null==e?e:lr(e,Xo(t,3),wl)},Cn.forOwn=function(e,t){return e&&cr(e,Xo(t,3))},Cn.forOwnRight=function(e,t){return e&&ur(e,Xo(t,3))},Cn.get=vl,Cn.gt=Ia,Cn.gte=ja,Cn.has=function(e,t){return null!=e&&oi(e,t,vr)},Cn.hasIn=gl,Cn.head=Ni,Cn.identity=Kl,Cn.includes=function(e,t,n,r){e=Na(e)?e:Pl(e),n=n&&!r?rl(n):0;var o=e.length;return n<0&&(n=an(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&wt(e,t,n)>-1},Cn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:rl(n);return o<0&&(o=an(r+o,0)),wt(e,t,o)},Cn.inRange=function(e,t,n){return t=nl(t),void 0===n?(n=t,t=0):n=nl(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},Cn.isSet=Qa,Cn.isString=Ya,Cn.isSymbol=Xa,Cn.isTypedArray=Ja,Cn.isUndefined=function(e){return void 0===e},Cn.isWeakMap=function(e){return Va(e)&&ri(e)==x},Cn.isWeakSet=function(e){return Va(e)&&"[object WeakSet]"==dr(e)},Cn.join=function(e,t){return null==e?"":rn.call(e,t)},Cn.kebabCase=Rl,Cn.last=Di,Cn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=rl(n))<0?an(r+o,0):ln(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):_t(e,St,o,!0)},Cn.lowerCase=Ml,Cn.lowerFirst=Nl,Cn.lt=Za,Cn.lte=el,Cn.max=function(e){return e&&e.length?rr(e,Kl,hr):void 0},Cn.maxBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),hr):void 0},Cn.mean=function(e){return kt(e,Kl)},Cn.meanBy=function(e,t){return kt(e,Xo(t,2))},Cn.min=function(e){return e&&e.length?rr(e,Kl,Er):void 0},Cn.minBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),Er):void 0},Cn.stubArray=oc,Cn.stubFalse=ic,Cn.stubObject=function(){return{}},Cn.stubString=function(){return""},Cn.stubTrue=function(){return!0},Cn.multiply=fc,Cn.nth=function(e,t){return e&&e.length?jr(e,rl(t)):void 0},Cn.noConflict=function(){return qe._===this&&(qe._=Pe),this},Cn.noop=Xl,Cn.now=va,Cn.pad=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ro(Zt(o),n)+e+Ro(Jt(o),n)},Cn.padEnd=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=sn();return ln(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Ar(e,t)},Cn.reduce=function(e,t,n){var r=Ra(e)?vt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,er)},Cn.reduceRight=function(e,t,n){var r=Ra(e)?gt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Cn.repeat=function(e,t,n){return t=(n?ci(e,t,n):void 0===t)?1:rl(t),Lr(ll(e),t)},Cn.replace=function(){var e=arguments,t=ll(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Cn.result=function(e,t,n){var r=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var o=Pt(r,t=Xo(t));++n=i)return e;var l=n-Gt(r);if(l<1)return r;var c=a?uo(a,0,l).join(""):e.slice(0,l);if(void 0===o)return c+r;if(a&&(l+=c.length-l),$a(o)){if(e.slice(l).search(o)){var u,s=c;for(o.global||(o=ge(o.source,ll(re.exec(o))+"g")),o.lastIndex=0;u=o.exec(s);)var f=u.index;c=c.slice(0,void 0===f?l:f)}}else if(e.indexOf(Xr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+r},Cn.unescape=function(e){return(e=ll(e))&&F.test(e)?e.replace(A,qt):e},Cn.uniqueId=function(e){var t=++Oe;return ll(e)+t},Cn.upperCase=Fl,Cn.upperFirst=Dl,Cn.each=la,Cn.eachRight=ca,Cn.first=Ni,Yl(Cn,(sc={},cr(Cn,(function(e,t){ke.call(Cn.prototype,t)||(sc[t]=e)})),sc),{chain:!1}),Cn.VERSION="4.17.19",lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Cn[e].placeholder=Cn})),lt(["drop","take"],(function(e,t){zn.prototype[e]=function(n){n=void 0===n?1:an(rl(n),0);var r=this.__filtered__&&!t?new zn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");zn.prototype[e]=function(){return this[n](1).value()[0]}})),lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");zn.prototype[e]=function(){return this.__filtered__?new zn(this):this[n](1)}})),zn.prototype.compact=function(){return this.filter(Kl)},zn.prototype.find=function(e){return this.filter(e).head()},zn.prototype.findLast=function(e){return this.reverse().find(e)},zn.prototype.invokeMap=Fr((function(e,t){return"function"==typeof e?new zn(this):this.map((function(n){return yr(n,e,t)}))})),zn.prototype.reject=function(e){return this.filter(ka(Xo(e)))},zn.prototype.slice=function(e,t){e=rl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=rl(t))<0?n.dropRight(-t):n.take(t-e)),n)},zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},zn.prototype.toArray=function(){return this.take(4294967295)},cr(zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Cn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Cn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,l=t instanceof zn,c=a[0],u=l||Ra(t),s=function(e){var t=o.apply(Cn,ht([e],a));return r&&f?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=l&&!p;if(!i&&u){t=h?t:new zn(this);var v=e.apply(t,a);return v.__actions__.push({func:na,args:[s],thisArg:void 0}),new jn(v,f)}return d&&h?e.apply(this,a):(v=this.thru(s),d?r?v.value()[0]:v.value():v)})})),lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Cn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ra(o)?o:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(zn.prototype,(function(e,t){var n=Cn[t];if(n){var r=n.name+"";ke.call(bn,r)||(bn[r]=[]),bn[r].push({name:t,func:n})}})),bn[Po(void 0,2).name]=[{name:"wrapper",func:void 0}],zn.prototype.clone=function(){var e=new zn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},zn.prototype.reverse=function(){if(this.__filtered__){var e=new zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Cn.prototype.plant=function(e){for(var t,n=this;n instanceof In;){var r=Ci(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Cn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof zn){var t=e;return this.__actions__.length&&(t=new zn(this)),(t=t.reverse()).__actions__.push({func:na,args:[Bi],thisArg:void 0}),new jn(t,this.__chain__)}return this.thru(Bi)},Cn.prototype.toJSON=Cn.prototype.valueOf=Cn.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Cn.prototype.first=Cn.prototype.head,Je&&(Cn.prototype[Je]=function(){return this}),Cn}();qe._=$t,void 0===(o=function(){return $t}.call(t,n,t,r))||(r.exports=o)}).call(this)}).call(this,n(108),n(243)(e))},function(e,t,n){var r=n(26),o=n(335);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(26),o=n(376);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(173),o=n(132);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(113),l=n(138),c=n(139),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(140)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(121);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(202),o=n(148);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(108))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(172)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(81);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(249),i=n(60),a=n(94),l=n(174);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(172),i=n(132),a=n(131)("IE_PROTO"),l=function(){},c=function(){var e,t=n(171)("iframe"),r=i.length;for(t.style.display="none",n(251).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write(" - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToSwipeRefreshLayoutRefreshing

-
-
- -
-
fun MutableLiveData<Boolean>.bindToSwipeRefreshLayoutRefreshing(lifecycleOwner: LifecycleOwner, swipeRefreshLayout: SwipeRefreshLayout)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata-swiperefresh/mvvm-livedata-swiperefresh/dev.icerock.moko.mvvm.livedata.swiperefresh/index.html b/docs/mvvm-livedata-swiperefresh/mvvm-livedata-swiperefresh/dev.icerock.moko.mvvm.livedata.swiperefresh/index.html deleted file mode 100644 index 19c175a1..00000000 --- a/docs/mvvm-livedata-swiperefresh/mvvm-livedata-swiperefresh/dev.icerock.moko.mvvm.livedata.swiperefresh/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - dev.icerock.moko.mvvm.livedata.swiperefresh - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm.livedata.swiperefresh

-
-
-
-
-

Functions

-
-
-
-
bindToSwipeRefreshLayoutRefreshing -
Link copied to clipboard
-
-
-
- -
-
fun MutableLiveData<Boolean>.bindToSwipeRefreshLayoutRefreshing(lifecycleOwner: LifecycleOwner, swipeRefreshLayout: SwipeRefreshLayout)
-
-
-
-
-
-
- -
-
-
setRefreshAction -
Link copied to clipboard
-
-
-
- -
-
fun SwipeRefreshLayout.setRefreshAction(block: (completion: () -> Unit) -> Unit)
fun SwipeRefreshLayout.setRefreshAction(coroutineScope: CoroutineScope, block: suspend () -> Unit)
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata-swiperefresh/mvvm-livedata-swiperefresh/dev.icerock.moko.mvvm.livedata.swiperefresh/set-refresh-action.html b/docs/mvvm-livedata-swiperefresh/mvvm-livedata-swiperefresh/dev.icerock.moko.mvvm.livedata.swiperefresh/set-refresh-action.html deleted file mode 100644 index 1c2e109f..00000000 --- a/docs/mvvm-livedata-swiperefresh/mvvm-livedata-swiperefresh/dev.icerock.moko.mvvm.livedata.swiperefresh/set-refresh-action.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - setRefreshAction - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

setRefreshAction

-
-
- -
-
fun SwipeRefreshLayout.setRefreshAction(coroutineScope: CoroutineScope, block: suspend () -> Unit)
fun SwipeRefreshLayout.setRefreshAction(block: (completion: () -> Unit) -> Unit)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata-swiperefresh/mvvm-livedata-swiperefresh/index.html b/docs/mvvm-livedata-swiperefresh/mvvm-livedata-swiperefresh/index.html deleted file mode 100644 index b3660bc7..00000000 --- a/docs/mvvm-livedata-swiperefresh/mvvm-livedata-swiperefresh/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - mvvm-livedata-swiperefresh - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mvvm-livedata-swiperefresh

-
-

Packages

-
-
-
-
-
dev.icerock.moko.mvvm.livedata.swiperefresh -
Link copied to clipboard
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata-swiperefresh/mvvm-livedata-swiperefresh/package-list b/docs/mvvm-livedata-swiperefresh/mvvm-livedata-swiperefresh/package-list deleted file mode 100644 index b893e55e..00000000 --- a/docs/mvvm-livedata-swiperefresh/mvvm-livedata-swiperefresh/package-list +++ /dev/null @@ -1,5 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - -dev.icerock.moko.mvvm.livedata.swiperefresh - diff --git a/docs/mvvm-livedata-swiperefresh/navigation.html b/docs/mvvm-livedata-swiperefresh/navigation.html deleted file mode 100644 index 98d1384b..00000000 --- a/docs/mvvm-livedata-swiperefresh/navigation.html +++ /dev/null @@ -1,13 +0,0 @@ - - diff --git a/docs/mvvm-livedata-swiperefresh/scripts/clipboard.js b/docs/mvvm-livedata-swiperefresh/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/mvvm-livedata-swiperefresh/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/mvvm-livedata-swiperefresh/scripts/main.js b/docs/mvvm-livedata-swiperefresh/scripts/main.js deleted file mode 100644 index 12373ea9..00000000 --- a/docs/mvvm-livedata-swiperefresh/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=390)}([function(e,t,n){e.exports=n(264)()},function(e,t,n){"use strict";e.exports=n(239)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},X=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,A)&&this[A][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,A)&&e[A][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=z(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==A||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=z(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((R=function(){if(this instanceof R)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,A)&&o(this[A],e)&&(this[A][e]=!1),K(this,e,S(1,n))};return i&&G&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(114).f=O.f=Z,n(95).f=X,T.f=ee,i&&!n(111)&&l(W,"propertyIsEnumerable",X,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:R});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=R(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){G=!0},useSimple:function(){G=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):Y(k(e),t)},defineProperty:Q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=R();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,N.apply(M,r)}}),R.prototype[L]||n(59)(R.prototype,L,R.prototype.valueOf),f(R,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(257);var r=n(27),o=n(135),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(182)("asyncIterator")},function(e,t,n){var r=n(32),o=n(79),i=n(59),a=n(42),l=n(80),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(70),i=n(42),a=n(32),l=n(59),c=n(96),u=n(25),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(83)})},function(e,t,n){var r=n(10),o=n(83),i=n(81),a=n(27),l=n(29),c=n(31),u=n(184),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(180).set})},function(e,t,n){var r=n(54),o=n(70);n(252)("keys",(function(){return function(e){return o(r(e))}}))},function(e,t,n){"use strict";var r=n(10),o=n(130)(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(72)(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},function(e,t,n){var r=n(26),o=n(266);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(10);r(r.S+r.F,"Object",{assign:n(185)})},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(98),a=n(74),l=n(75),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(26),o=n(332);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(113),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(72)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(85)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(80),o=n(10),i=n(54),a=n(189),l=n(190),c=n(53),u=n(174),s=n(191);o(o.S+o.F*!n(192)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(91);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(112),o=n(71);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(72)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(80),o=n(112),i=n(54),a=n(53),l=n(259);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(200),i=n(147),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(282),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(304)),o=a(n(308)),i=a(n(205));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){(function(e,r){var o; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var i="Expected a function",a="__lodash_placeholder__",l=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",s="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Object]",y="[object RegExp]",b="[object Set]",_="[object String]",w="[object Symbol]",x="[object WeakMap]",S="[object ArrayBuffer]",k="[object DataView]",O="[object Float32Array]",E="[object Float64Array]",T="[object Int8Array]",C="[object Int16Array]",P="[object Int32Array]",I="[object Uint8Array]",j="[object Uint16Array]",z="[object Uint32Array]",R=/\b__p \+= '';/g,M=/\b(__p \+=) '' \+/g,N=/(__e\(.*?\)|\b__t\)) \+\n'';/g,A=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,F=RegExp(A.source),D=RegExp(L.source),H=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,W=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,G=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,K=/[\\^$.*+?()[\]{}|]/g,q=RegExp(K.source),$=/^\s+|\s+$/g,Q=/^\s+/,Y=/\s+$/,X=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,J=/\{\n\/\* \[wrapped with (.+)\] \*/,Z=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,fe=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ve="["+de+"]",ge="["+pe+"]",me="\\d+",ye="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",xe="[^\\ud800-\\udfff]",Se="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Oe="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ee="(?:"+be+"|"+_e+")",Te="(?:"+Oe+"|"+_e+")",Ce="(?:"+ge+"|"+we+")"+"?",Pe="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[xe,Se,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),Ie="(?:"+[ye,Se,ke].join("|")+")"+Pe,je="(?:"+[xe+ge+"?",ge,Se,ke,he].join("|")+")",ze=RegExp("['’]","g"),Re=RegExp(ge,"g"),Me=RegExp(we+"(?="+we+")|"+je+Pe,"g"),Ne=RegExp([Oe+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Oe,"$"].join("|")+")",Te+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Oe+Ee,"$"].join("|")+")",Oe+"?"+Ee+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Oe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Ie].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],De=-1,He={};He[O]=He[E]=He[T]=He[C]=He[P]=He[I]=He["[object Uint8ClampedArray]"]=He[j]=He[z]=!0,He[c]=He[u]=He[S]=He[s]=He[k]=He[f]=He[p]=He[d]=He[v]=He[g]=He[m]=He[y]=He[b]=He[_]=He[x]=!1;var Ue={};Ue[c]=Ue[u]=Ue[S]=Ue[k]=Ue[s]=Ue[f]=Ue[O]=Ue[E]=Ue[T]=Ue[C]=Ue[P]=Ue[v]=Ue[g]=Ue[m]=Ue[y]=Ue[b]=Ue[_]=Ue[w]=Ue[I]=Ue["[object Uint8ClampedArray]"]=Ue[j]=Ue[z]=!0,Ue[p]=Ue[d]=Ue[x]=!1;var We={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ve=parseInt,Ge="object"==typeof e&&e&&e.Object===Object&&e,Ke="object"==typeof self&&self&&self.Object===Object&&self,qe=Ge||Ke||Function("return this")(),$e=t&&!t.nodeType&&t,Qe=$e&&"object"==typeof r&&r&&!r.nodeType&&r,Ye=Qe&&Qe.exports===$e,Xe=Ye&&Ge.process,Je=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Xe&&Xe.binding&&Xe.binding("util")}catch(e){}}(),Ze=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,ot=Je&&Je.isTypedArray;function it(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o-1}function pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Mt(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=Et({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Lt=Et({"&":"&","<":"<",">":">",'"':""","'":"'"});function Ft(e){return"\\"+We[e]}function Dt(e){return Ae.test(e)}function Ht(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ut(e,t){return function(n){return e(t(n))}}function Wt(e,t){for(var n=-1,r=e.length,o=0,i=[];++n",""":'"',"'":"'"});var $t=function e(t){var n,r=(t=null==t?qe:$t.defaults(qe.Object(),t,$t.pick(qe,Fe))).Array,o=t.Date,pe=t.Error,de=t.Function,he=t.Math,ve=t.Object,ge=t.RegExp,me=t.String,ye=t.TypeError,be=r.prototype,_e=de.prototype,we=ve.prototype,xe=t["__core-js_shared__"],Se=_e.toString,ke=we.hasOwnProperty,Oe=0,Ee=(n=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Te=we.toString,Ce=Se.call(ve),Pe=qe._,Ie=ge("^"+Se.call(ke).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=Ye?t.Buffer:void 0,Me=t.Symbol,Ae=t.Uint8Array,We=je?je.allocUnsafe:void 0,Ge=Ut(ve.getPrototypeOf,ve),Ke=ve.create,$e=we.propertyIsEnumerable,Qe=be.splice,Xe=Me?Me.isConcatSpreadable:void 0,Je=Me?Me.iterator:void 0,yt=Me?Me.toStringTag:void 0,Et=function(){try{var e=ei(ve,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=o&&o.now!==qe.Date.now&&o.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=he.ceil,Zt=he.floor,en=ve.getOwnPropertySymbols,tn=je?je.isBuffer:void 0,nn=t.isFinite,rn=be.join,on=Ut(ve.keys,ve),an=he.max,ln=he.min,cn=o.now,un=t.parseInt,sn=he.random,fn=be.reverse,pn=ei(t,"DataView"),dn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),mn=ei(ve,"create"),yn=gn&&new gn,bn={},_n=Ti(pn),wn=Ti(dn),xn=Ti(hn),Sn=Ti(vn),kn=Ti(gn),On=Me?Me.prototype:void 0,En=On?On.valueOf:void 0,Tn=On?On.toString:void 0;function Cn(e){if(Va(e)&&!Ra(e)&&!(e instanceof zn)){if(e instanceof jn)return e;if(ke.call(e,"__wrapped__"))return Ci(e)}return new jn(e)}var Pn=function(){function e(){}return function(t){if(!Ba(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function In(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,l=1&t,u=2&t,p=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Ba(e))return e;var x=Ra(e);if(x){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return yo(e,a)}else{var R=ri(e),M=R==d||R==h;if(La(e))return fo(e,l);if(R==m||R==c||M&&!o){if(a=u||M?{}:ii(e),!l)return u?function(e,t){return bo(e,ni(e),t)}(e,function(e,t){return e&&bo(t,wl(t),e)}(a,e)):function(e,t){return bo(e,ti(e),t)}(e,Kn(a,e))}else{if(!Ue[R])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case S:return po(e);case s:case f:return new r(+e);case k:return function(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case O:case E:case T:case C:case P:case I:case"[object Uint8ClampedArray]":case j:case z:return ho(e,n);case v:return new r;case g:case _:return new r(e);case y:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new r;case w:return o=e,En?ve(En.call(o)):{}}var o}(e,R,l)}}i||(i=new Ln);var N=i.get(e);if(N)return N;i.set(e,a),Qa(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):Ga(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=x?void 0:(p?u?qo:Ko:u?wl:_l)(e);return lt(A||e,(function(r,o){A&&(r=e[o=r]),Bn(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=ve(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new ye(i);return _i((function(){e.apply(void 0,n)}),t)}function Zn(e,t,n,r){var o=-1,i=ft,a=!0,l=e.length,c=[],u=t.length;if(!l)return c;n&&(t=dt(t,It(n))),r?(i=pt,a=!1):t.length>=200&&(i=zt,a=!1,t=new An(t));e:for(;++o-1},Mn.prototype.set=function(e,t){var n=this.__data__,r=Vn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(dn||Mn),string:new Rn}},Nn.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Jo(this,e).get(e)},Nn.prototype.has=function(e){return Jo(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},An.prototype.add=An.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},An.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.clear=function(){this.__data__=new Mn,this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ln.prototype.get=function(e){return this.__data__.get(e)},Ln.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Mn){var r=n.__data__;if(!dn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var er=xo(cr),tr=xo(ur,!0);function nr(e,t){var n=!0;return er(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function rr(e,t,n){for(var r=-1,o=e.length;++r0&&n(l)?t>1?ir(l,t-1,n,r,o):ht(o,l):r||(o[o.length]=l)}return o}var ar=So(),lr=So(!0);function cr(e,t){return e&&ar(e,t,_l)}function ur(e,t){return e&&lr(e,t,_l)}function sr(e,t){return st(t,(function(t){return Ha(e[t])}))}function fr(e,t){for(var n=0,r=(t=lo(t,e)).length;null!=e&&nt}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in ve(e)}function mr(e,t,n){for(var o=n?pt:ft,i=e[0].length,a=e.length,l=a,c=r(a),u=1/0,s=[];l--;){var f=e[l];l&&t&&(f=dt(f,It(t))),u=ln(f.length,u),c[l]=!n&&(t||i>=120&&f.length>=120)?new An(l&&f):void 0}f=e[0];var p=-1,d=c[0];e:for(;++p=l)return c;var u=n[r];return c*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,o=t.length,i={};++r-1;)l!==e&&Qe.call(l,c,1),Qe.call(e,c,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;li(o)?Qe.call(e,o,1):Zr(e,o)}}return e}function Ar(e,t){return e+Zt(sn()*(t-e+1))}function Lr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=Zt(t/2))&&(e+=e)}while(t);return n}function Fr(e,t){return wi(vi(e,t,Kl),e+"")}function Dr(e){return Dn(Pl(e))}function Hr(e,t){var n=Pl(e);return ki(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!Ba(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,l=e;null!=l&&++oi?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a=200){var u=t?null:Fo(e);if(u)return Bt(u);a=!1,o=zt,c=new An}else c=t?[]:l;e:for(;++r=r?e:Gr(e,t,n)}var so=Qt||function(e){return qe.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function po(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function ho(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function vo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,l=null===t,c=t==t,u=Xa(t);if(!l&&!u&&!i&&e>t||i&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!i&&!u&&e1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&ci(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=ve(t);++r-1?o[i?t[a]:a]:void 0}}function Co(e){return Go((function(t){var n=t.length,r=n,o=jn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ye(i);if(o&&!l&&"wrapper"==Qo(a))var l=new jn([],!0)}for(r=l?r:n;++r1&&b.reverse(),f&&ul))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var f=-1,p=!0,d=2&n?new An:void 0;for(i.set(e,t),i.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(X,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return lt(l,(function(n){var r="_."+n[0];t&n[1]&&!ft(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(J);return t?t[1].split(Z):[]}(r),n)))}function Si(e){var t=0,n=0;return function(){var r=cn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ki(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$i(e,n)}));function ta(e){var t=Cn(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var ra=Go((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return $n(t,e)};return!(t>1||this.__actions__.length)&&r instanceof zn&&li(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new jn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var oa=_o((function(e,t,n){ke.call(e,n)?++e[n]:qn(e,n,1)}));var ia=To(zi),aa=To(Ri);function la(e,t){return(Ra(e)?lt:er)(e,Xo(t,3))}function ca(e,t){return(Ra(e)?ct:tr)(e,Xo(t,3))}var ua=_o((function(e,t,n){ke.call(e,n)?e[n].push(t):qn(e,n,[t])}));var sa=Fr((function(e,t,n){var o=-1,i="function"==typeof t,a=Na(e)?r(e.length):[];return er(e,(function(e){a[++o]=i?it(t,e,n):yr(e,t,n)})),a})),fa=_o((function(e,t,n){qn(e,n,t)}));function pa(e,t){return(Ra(e)?dt:Tr)(e,Xo(t,3))}var da=_o((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ha=Fr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ci(e,t[0],t[1])?t=[]:n>2&&ci(t[0],t[1],t[2])&&(t=[t[0]]),zr(e,ir(t,1),[])})),va=Yt||function(){return qe.Date.now()};function ga(e,t,n){return t=n?void 0:t,Ho(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ma(e,t){var n;if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Fr((function(e,t,n){var r=1;if(n.length){var o=Wt(n,Yo(ya));r|=32}return Ho(e,r,t,n,o)})),ba=Fr((function(e,t,n){var r=3;if(n.length){var o=Wt(n,Yo(ba));r|=32}return Ho(t,r,e,n,o)}));function _a(e,t,n){var r,o,a,l,c,u,s=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new ye(i);function h(t){var n=r,i=o;return r=o=void 0,s=t,l=e.apply(i,n)}function v(e){return s=e,c=_i(m,t),f?h(e):l}function g(e){var n=e-u;return void 0===u||n>=t||n<0||p&&e-s>=a}function m(){var e=va();if(g(e))return y(e);c=_i(m,function(e){var n=t-(e-u);return p?ln(n,a-(e-s)):n}(e))}function y(e){return c=void 0,d&&r?h(e):(r=o=void 0,l)}function b(){var e=va(),n=g(e);if(r=arguments,o=this,u=e,n){if(void 0===c)return v(u);if(p)return so(c),c=_i(m,t),h(u)}return void 0===c&&(c=_i(m,t)),l}return t=il(t)||0,Ba(n)&&(f=!!n.leading,a=(p="maxWait"in n)?an(il(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),b.cancel=function(){void 0!==c&&so(c),s=0,r=u=o=c=void 0},b.flush=function(){return void 0===c?l:y(va())},b}var wa=Fr((function(e,t){return Jn(e,1,t)})),xa=Fr((function(e,t,n){return Jn(e,il(t)||0,n)}));function Sa(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ye(i);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sa.Cache||Nn),n}function ka(e){if("function"!=typeof e)throw new ye(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Sa.Cache=Nn;var Oa=co((function(e,t){var n=(t=1==t.length&&Ra(t[0])?dt(t[0],It(Xo())):dt(ir(t,1),It(Xo()))).length;return Fr((function(r){for(var o=-1,i=ln(r.length,n);++o=t})),za=br(function(){return arguments}())?br:function(e){return Va(e)&&ke.call(e,"callee")&&!$e.call(e,"callee")},Ra=r.isArray,Ma=Ze?It(Ze):function(e){return Va(e)&&dr(e)==S};function Na(e){return null!=e&&Wa(e.length)&&!Ha(e)}function Aa(e){return Va(e)&&Na(e)}var La=tn||ic,Fa=et?It(et):function(e){return Va(e)&&dr(e)==f};function Da(e){if(!Va(e))return!1;var t=dr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!qa(e)}function Ha(e){if(!Ba(e))return!1;var t=dr(e);return t==d||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ua(e){return"number"==typeof e&&e==rl(e)}function Wa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ba(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Va(e){return null!=e&&"object"==typeof e}var Ga=tt?It(tt):function(e){return Va(e)&&ri(e)==v};function Ka(e){return"number"==typeof e||Va(e)&&dr(e)==g}function qa(e){if(!Va(e)||dr(e)!=m)return!1;var t=Ge(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Se.call(n)==Ce}var $a=nt?It(nt):function(e){return Va(e)&&dr(e)==y};var Qa=rt?It(rt):function(e){return Va(e)&&ri(e)==b};function Ya(e){return"string"==typeof e||!Ra(e)&&Va(e)&&dr(e)==_}function Xa(e){return"symbol"==typeof e||Va(e)&&dr(e)==w}var Ja=ot?It(ot):function(e){return Va(e)&&Wa(e.length)&&!!He[dr(e)]};var Za=No(Er),el=No((function(e,t){return e<=t}));function tl(e){if(!e)return[];if(Na(e))return Ya(e)?Kt(e):yo(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=ri(e);return(t==v?Ht:t==b?Bt:Pl)(e)}function nl(e){return e?(e=il(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function rl(e){var t=nl(e),n=t%1;return t==t?n?t-n:t:0}function ol(e){return e?Qn(rl(e),0,4294967295):0}function il(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if(Ba(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ba(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace($,"");var n=ie.test(e);return n||le.test(e)?Ve(e.slice(2),n?2:8):oe.test(e)?NaN:+e}function al(e){return bo(e,wl(e))}function ll(e){return null==e?"":Xr(e)}var cl=wo((function(e,t){if(pi(t)||Na(t))bo(t,_l(t),e);else for(var n in t)ke.call(t,n)&&Bn(e,n,t[n])})),ul=wo((function(e,t){bo(t,wl(t),e)})),sl=wo((function(e,t,n,r){bo(t,wl(t),e,r)})),fl=wo((function(e,t,n,r){bo(t,_l(t),e,r)})),pl=Go($n);var dl=Fr((function(e,t){e=ve(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&ci(t[0],t[1],o)&&(r=1);++n1),t})),bo(e,qo(e),n),r&&(n=Yn(n,7,Bo));for(var o=t.length;o--;)Zr(n,t[o]);return n}));var Ol=Go((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gl(e,n)}))}(e,t)}));function El(e,t){if(null==e)return{};var n=dt(qo(e),(function(e){return[e]}));return t=Xo(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Tl=Do(_l),Cl=Do(wl);function Pl(e){return null==e?[]:jt(e,_l(e))}var Il=Oo((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Dl(ll(e).toLowerCase())}function zl(e){return(e=ll(e))&&e.replace(ue,At).replace(Re,"")}var Rl=Oo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ml=Oo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Nl=ko("toLowerCase");var Al=Oo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ll=Oo((function(e,t,n){return e+(n?" ":"")+Dl(t)}));var Fl=Oo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dl=ko("toUpperCase");function Hl(e,t,n){return e=ll(e),void 0===(t=n?void 0:t)?function(e){return Le.test(e)}(e)?function(e){return e.match(Ne)||[]}(e):function(e){return e.match(ee)||[]}(e):e.match(t)||[]}var Ul=Fr((function(e,t){try{return it(e,void 0,t)}catch(e){return Da(e)?e:new pe(e)}})),Wl=Go((function(e,t){return lt(t,(function(t){t=Ei(t),qn(e,t,ya(e[t],e))})),e}));function Bl(e){return function(){return e}}var Vl=Co(),Gl=Co(!0);function Kl(e){return e}function ql(e){return Sr("function"==typeof e?e:Yn(e,1))}var $l=Fr((function(e,t){return function(n){return yr(n,e,t)}})),Ql=Fr((function(e,t){return function(n){return yr(e,n,t)}}));function Yl(e,t,n){var r=_l(t),o=sr(t,r);null!=n||Ba(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=sr(t,_l(t)));var i=!(Ba(n)&&"chain"in n&&!n.chain),a=Ha(e);return lt(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Xl(){}var Jl=zo(dt),Zl=zo(ut),ec=zo(mt);function tc(e){return ui(e)?Ot(Ei(e)):function(e){return function(t){return fr(t,e)}}(e)}var nc=Mo(),rc=Mo(!0);function oc(){return[]}function ic(){return!1}var ac=jo((function(e,t){return e+t}),0),lc=Lo("ceil"),cc=jo((function(e,t){return e/t}),1),uc=Lo("floor");var sc,fc=jo((function(e,t){return e*t}),1),pc=Lo("round"),dc=jo((function(e,t){return e-t}),0);return Cn.after=function(e,t){if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){if(--e<1)return t.apply(this,arguments)}},Cn.ary=ga,Cn.assign=cl,Cn.assignIn=ul,Cn.assignInWith=sl,Cn.assignWith=fl,Cn.at=pl,Cn.before=ma,Cn.bind=ya,Cn.bindAll=Wl,Cn.bindKey=ba,Cn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},Cn.chain=ta,Cn.chunk=function(e,t,n){t=(n?ci(e,t,n):void 0===t)?1:an(rl(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,l=r(Jt(o/t));io?0:o+n),(r=void 0===r||r>o?o:rl(r))<0&&(r+=o),r=n>r?0:ol(r);n>>0)?(e=ll(e))&&("string"==typeof t||null!=t&&!$a(t))&&!(t=Xr(t))&&Dt(e)?uo(Kt(e),0,n):e.split(t,n):[]},Cn.spread=function(e,t){if("function"!=typeof e)throw new ye(i);return t=null==t?0:an(rl(t),0),Fr((function(n){var r=n[t],o=uo(n,0,t);return r&&ht(o,r),it(e,this,o)}))},Cn.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},Cn.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:rl(t))<0?0:t):[]},Cn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:rl(t)))<0?0:t,r):[]},Cn.takeRightWhile=function(e,t){return e&&e.length?to(e,Xo(t,3),!1,!0):[]},Cn.takeWhile=function(e,t){return e&&e.length?to(e,Xo(t,3)):[]},Cn.tap=function(e,t){return t(e),e},Cn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ye(i);return Ba(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),_a(e,t,{leading:r,maxWait:t,trailing:o})},Cn.thru=na,Cn.toArray=tl,Cn.toPairs=Tl,Cn.toPairsIn=Cl,Cn.toPath=function(e){return Ra(e)?dt(e,Ei):Xa(e)?[e]:yo(Oi(ll(e)))},Cn.toPlainObject=al,Cn.transform=function(e,t,n){var r=Ra(e),o=r||La(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Ba(e)&&Ha(i)?Pn(Ge(e)):{}}return(o?lt:cr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Cn.unary=function(e){return ga(e,1)},Cn.union=Vi,Cn.unionBy=Gi,Cn.unionWith=Ki,Cn.uniq=function(e){return e&&e.length?Jr(e):[]},Cn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Cn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Cn.unset=function(e,t){return null==e||Zr(e,t)},Cn.unzip=qi,Cn.unzipWith=$i,Cn.update=function(e,t,n){return null==e?e:eo(e,t,ao(n))},Cn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:eo(e,t,ao(n),r)},Cn.values=Pl,Cn.valuesIn=function(e){return null==e?[]:jt(e,wl(e))},Cn.without=Qi,Cn.words=Hl,Cn.wrap=function(e,t){return Ea(ao(t),e)},Cn.xor=Yi,Cn.xorBy=Xi,Cn.xorWith=Ji,Cn.zip=Zi,Cn.zipObject=function(e,t){return oo(e||[],t||[],Bn)},Cn.zipObjectDeep=function(e,t){return oo(e||[],t||[],Ur)},Cn.zipWith=ea,Cn.entries=Tl,Cn.entriesIn=Cl,Cn.extend=ul,Cn.extendWith=sl,Yl(Cn,Cn),Cn.add=ac,Cn.attempt=Ul,Cn.camelCase=Il,Cn.capitalize=jl,Cn.ceil=lc,Cn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=il(n))==n?n:0),void 0!==t&&(t=(t=il(t))==t?t:0),Qn(il(e),t,n)},Cn.clone=function(e){return Yn(e,4)},Cn.cloneDeep=function(e){return Yn(e,5)},Cn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Cn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Cn.conformsTo=function(e,t){return null==t||Xn(e,t,_l(t))},Cn.deburr=zl,Cn.defaultTo=function(e,t){return null==e||e!=e?t:e},Cn.divide=cc,Cn.endsWith=function(e,t,n){e=ll(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Qn(rl(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Cn.eq=Pa,Cn.escape=function(e){return(e=ll(e))&&D.test(e)?e.replace(L,Lt):e},Cn.escapeRegExp=function(e){return(e=ll(e))&&q.test(e)?e.replace(K,"\\$&"):e},Cn.every=function(e,t,n){var r=Ra(e)?ut:nr;return n&&ci(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Cn.find=ia,Cn.findIndex=zi,Cn.findKey=function(e,t){return bt(e,Xo(t,3),cr)},Cn.findLast=aa,Cn.findLastIndex=Ri,Cn.findLastKey=function(e,t){return bt(e,Xo(t,3),ur)},Cn.floor=uc,Cn.forEach=la,Cn.forEachRight=ca,Cn.forIn=function(e,t){return null==e?e:ar(e,Xo(t,3),wl)},Cn.forInRight=function(e,t){return null==e?e:lr(e,Xo(t,3),wl)},Cn.forOwn=function(e,t){return e&&cr(e,Xo(t,3))},Cn.forOwnRight=function(e,t){return e&&ur(e,Xo(t,3))},Cn.get=vl,Cn.gt=Ia,Cn.gte=ja,Cn.has=function(e,t){return null!=e&&oi(e,t,vr)},Cn.hasIn=gl,Cn.head=Ni,Cn.identity=Kl,Cn.includes=function(e,t,n,r){e=Na(e)?e:Pl(e),n=n&&!r?rl(n):0;var o=e.length;return n<0&&(n=an(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&wt(e,t,n)>-1},Cn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:rl(n);return o<0&&(o=an(r+o,0)),wt(e,t,o)},Cn.inRange=function(e,t,n){return t=nl(t),void 0===n?(n=t,t=0):n=nl(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},Cn.isSet=Qa,Cn.isString=Ya,Cn.isSymbol=Xa,Cn.isTypedArray=Ja,Cn.isUndefined=function(e){return void 0===e},Cn.isWeakMap=function(e){return Va(e)&&ri(e)==x},Cn.isWeakSet=function(e){return Va(e)&&"[object WeakSet]"==dr(e)},Cn.join=function(e,t){return null==e?"":rn.call(e,t)},Cn.kebabCase=Rl,Cn.last=Di,Cn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=rl(n))<0?an(r+o,0):ln(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):_t(e,St,o,!0)},Cn.lowerCase=Ml,Cn.lowerFirst=Nl,Cn.lt=Za,Cn.lte=el,Cn.max=function(e){return e&&e.length?rr(e,Kl,hr):void 0},Cn.maxBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),hr):void 0},Cn.mean=function(e){return kt(e,Kl)},Cn.meanBy=function(e,t){return kt(e,Xo(t,2))},Cn.min=function(e){return e&&e.length?rr(e,Kl,Er):void 0},Cn.minBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),Er):void 0},Cn.stubArray=oc,Cn.stubFalse=ic,Cn.stubObject=function(){return{}},Cn.stubString=function(){return""},Cn.stubTrue=function(){return!0},Cn.multiply=fc,Cn.nth=function(e,t){return e&&e.length?jr(e,rl(t)):void 0},Cn.noConflict=function(){return qe._===this&&(qe._=Pe),this},Cn.noop=Xl,Cn.now=va,Cn.pad=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ro(Zt(o),n)+e+Ro(Jt(o),n)},Cn.padEnd=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=sn();return ln(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Ar(e,t)},Cn.reduce=function(e,t,n){var r=Ra(e)?vt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,er)},Cn.reduceRight=function(e,t,n){var r=Ra(e)?gt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Cn.repeat=function(e,t,n){return t=(n?ci(e,t,n):void 0===t)?1:rl(t),Lr(ll(e),t)},Cn.replace=function(){var e=arguments,t=ll(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Cn.result=function(e,t,n){var r=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var o=Pt(r,t=Xo(t));++n=i)return e;var l=n-Gt(r);if(l<1)return r;var c=a?uo(a,0,l).join(""):e.slice(0,l);if(void 0===o)return c+r;if(a&&(l+=c.length-l),$a(o)){if(e.slice(l).search(o)){var u,s=c;for(o.global||(o=ge(o.source,ll(re.exec(o))+"g")),o.lastIndex=0;u=o.exec(s);)var f=u.index;c=c.slice(0,void 0===f?l:f)}}else if(e.indexOf(Xr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+r},Cn.unescape=function(e){return(e=ll(e))&&F.test(e)?e.replace(A,qt):e},Cn.uniqueId=function(e){var t=++Oe;return ll(e)+t},Cn.upperCase=Fl,Cn.upperFirst=Dl,Cn.each=la,Cn.eachRight=ca,Cn.first=Ni,Yl(Cn,(sc={},cr(Cn,(function(e,t){ke.call(Cn.prototype,t)||(sc[t]=e)})),sc),{chain:!1}),Cn.VERSION="4.17.19",lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Cn[e].placeholder=Cn})),lt(["drop","take"],(function(e,t){zn.prototype[e]=function(n){n=void 0===n?1:an(rl(n),0);var r=this.__filtered__&&!t?new zn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");zn.prototype[e]=function(){return this[n](1).value()[0]}})),lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");zn.prototype[e]=function(){return this.__filtered__?new zn(this):this[n](1)}})),zn.prototype.compact=function(){return this.filter(Kl)},zn.prototype.find=function(e){return this.filter(e).head()},zn.prototype.findLast=function(e){return this.reverse().find(e)},zn.prototype.invokeMap=Fr((function(e,t){return"function"==typeof e?new zn(this):this.map((function(n){return yr(n,e,t)}))})),zn.prototype.reject=function(e){return this.filter(ka(Xo(e)))},zn.prototype.slice=function(e,t){e=rl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=rl(t))<0?n.dropRight(-t):n.take(t-e)),n)},zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},zn.prototype.toArray=function(){return this.take(4294967295)},cr(zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Cn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Cn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,l=t instanceof zn,c=a[0],u=l||Ra(t),s=function(e){var t=o.apply(Cn,ht([e],a));return r&&f?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=l&&!p;if(!i&&u){t=h?t:new zn(this);var v=e.apply(t,a);return v.__actions__.push({func:na,args:[s],thisArg:void 0}),new jn(v,f)}return d&&h?e.apply(this,a):(v=this.thru(s),d?r?v.value()[0]:v.value():v)})})),lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Cn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ra(o)?o:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(zn.prototype,(function(e,t){var n=Cn[t];if(n){var r=n.name+"";ke.call(bn,r)||(bn[r]=[]),bn[r].push({name:t,func:n})}})),bn[Po(void 0,2).name]=[{name:"wrapper",func:void 0}],zn.prototype.clone=function(){var e=new zn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},zn.prototype.reverse=function(){if(this.__filtered__){var e=new zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Cn.prototype.plant=function(e){for(var t,n=this;n instanceof In;){var r=Ci(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Cn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof zn){var t=e;return this.__actions__.length&&(t=new zn(this)),(t=t.reverse()).__actions__.push({func:na,args:[Bi],thisArg:void 0}),new jn(t,this.__chain__)}return this.thru(Bi)},Cn.prototype.toJSON=Cn.prototype.valueOf=Cn.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Cn.prototype.first=Cn.prototype.head,Je&&(Cn.prototype[Je]=function(){return this}),Cn}();qe._=$t,void 0===(o=function(){return $t}.call(t,n,t,r))||(r.exports=o)}).call(this)}).call(this,n(108),n(243)(e))},function(e,t,n){var r=n(26),o=n(335);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(26),o=n(376);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(173),o=n(132);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(113),l=n(138),c=n(139),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(140)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(121);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(202),o=n(148);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(108))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(172)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(81);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(249),i=n(60),a=n(94),l=n(174);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(172),i=n(132),a=n(131)("IE_PROTO"),l=function(){},c=function(){var e,t=n(171)("iframe"),r=i.length;for(t.style.display="none",n(251).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write(" - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindEnabled

-
-
- -
-
fun <ERROR CLASS>.bindEnabled(liveData: LiveData<Boolean>, enabledColor: <ERROR CLASS>? = null, disabledColor: <ERROR CLASS>? = null)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-focus-two-way.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-focus-two-way.html deleted file mode 100644 index fa589e6e..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-focus-two-way.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindFocusTwoWay - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindFocusTwoWay

-
-
- -
-
fun <ERROR CLASS>.bindFocusTwoWay(liveData: MutableLiveData<Boolean>)
fun <ERROR CLASS>.bindFocusTwoWay(liveData: MutableLiveData<Boolean>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-focus.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-focus.html deleted file mode 100644 index 71b10c81..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-focus.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindFocus - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindFocus

-
-
- -
-
fun <ERROR CLASS>.bindFocus(liveData: LiveData<Boolean>)
fun <ERROR CLASS>.bindFocus(liveData: LiveData<Boolean>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-images.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-images.html deleted file mode 100644 index 735c0e28..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-images.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindImages - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindImages

-
-
- -
-
fun <ERROR CLASS>.bindImages(liveData: LiveData<Boolean>, trueImage: <ERROR CLASS>, falseImage: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-text-two-way.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-text-two-way.html deleted file mode 100644 index 87ee8992..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-text-two-way.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindTextTwoWay - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindTextTwoWay

-
-
- -
-
fun <ERROR CLASS>.bindTextTwoWay(liveData: MutableLiveData<String>, formatter: (String) -> String? = null, reverseFormatter: (String) -> String? = null)
fun <ERROR CLASS>.bindTextTwoWay(liveData: MutableLiveData<String>, formatter: (String) -> String? = null, reverseFormatter: (String) -> String? = null)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-text.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-text.html deleted file mode 100644 index 0905445a..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-text.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindText - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindText

-
-
- -
-
fun <ERROR CLASS>.bindText(liveData: LiveData<String>, formatter: (String) -> String = { it })
fun <ERROR CLASS>.bindText(liveData: LiveData<<ERROR CLASS>>, formatter: (String) -> String = { it })
fun <ERROR CLASS>.bindText(liveData: LiveData<String>, formatter: (String) -> String? = null)
fun <ERROR CLASS>.bindText(liveData: LiveData<String>, formatter: (String) -> String? = null)
fun <ERROR CLASS>.bindText(liveData: LiveData<<ERROR CLASS>>, formatter: (String) -> String? = null)
fun <ERROR CLASS>.bindText(liveData: LiveData<<ERROR CLASS>>, formatter: (String) -> String? = null)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-title.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-title.html deleted file mode 100644 index 1430f59e..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-title.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindTitle - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindTitle

-
-
- -
-
fun <ERROR CLASS>.bindTitle(liveData: LiveData<String>)
fun <ERROR CLASS>.bindTitle(liveData: LiveData<<ERROR CLASS>>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-value-two-way.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-value-two-way.html deleted file mode 100644 index 872672c5..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-value-two-way.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindValueTwoWay - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindValueTwoWay

-
-
- -
-
fun <ERROR CLASS>.bindValueTwoWay(liveData: MutableLiveData<Boolean>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-value.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-value.html deleted file mode 100644 index 9a5bb0c3..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-value.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindValue - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindValue

-
-
- -
-
fun <ERROR CLASS>.bindValue(liveData: LiveData<Boolean>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-visibility.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-visibility.html deleted file mode 100644 index fe11bada..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/bind-visibility.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindVisibility - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindVisibility

-
-
- -
-
fun <ERROR CLASS>.bindVisibility(liveData: LiveData<Boolean>, inverted: Boolean = false)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/index.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/index.html deleted file mode 100644 index 9c22d61e..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/index.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - dev.icerock.moko.mvvm.binding - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm.binding

-
-
-
-
-

Functions

-
-
-
-
bindEnabled -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun <ERROR CLASS>.bindEnabled(liveData: LiveData<Boolean>, enabledColor: <ERROR CLASS>? = null, disabledColor: <ERROR CLASS>? = null)
-
-
-
-
-
-
- -
-
-
bindFocus -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun <ERROR CLASS>.bindFocus(liveData: LiveData<Boolean>)
fun <ERROR CLASS>.bindFocus(liveData: LiveData<Boolean>)
-
-
-
-
-
-
- -
-
-
bindFocusTwoWay -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun <ERROR CLASS>.bindFocusTwoWay(liveData: MutableLiveData<Boolean>)
fun <ERROR CLASS>.bindFocusTwoWay(liveData: MutableLiveData<Boolean>)
-
-
-
-
-
-
- -
-
-
bindImages -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun <ERROR CLASS>.bindImages(liveData: LiveData<Boolean>, trueImage: <ERROR CLASS>, falseImage: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindText -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun <ERROR CLASS>.bindText(liveData: LiveData<<ERROR CLASS>>, formatter: (String) -> String = { it })
fun <ERROR CLASS>.bindText(liveData: LiveData<<ERROR CLASS>>, formatter: (String) -> String? = null)
fun <ERROR CLASS>.bindText(liveData: LiveData<<ERROR CLASS>>, formatter: (String) -> String? = null)
fun <ERROR CLASS>.bindText(liveData: LiveData<String>, formatter: (String) -> String = { it })
fun <ERROR CLASS>.bindText(liveData: LiveData<String>, formatter: (String) -> String? = null)
fun <ERROR CLASS>.bindText(liveData: LiveData<String>, formatter: (String) -> String? = null)
-
-
-
-
-
-
- -
-
-
bindTextTwoWay -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun <ERROR CLASS>.bindTextTwoWay(liveData: MutableLiveData<String>, formatter: (String) -> String? = null, reverseFormatter: (String) -> String? = null)
fun <ERROR CLASS>.bindTextTwoWay(liveData: MutableLiveData<String>, formatter: (String) -> String? = null, reverseFormatter: (String) -> String? = null)
-
-
-
-
-
-
- -
-
-
bindTitle -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun <ERROR CLASS>.bindTitle(liveData: LiveData<<ERROR CLASS>>)
fun <ERROR CLASS>.bindTitle(liveData: LiveData<String>)
-
-
-
-
-
-
- -
-
-
bindValue -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun <ERROR CLASS>.bindValue(liveData: LiveData<Boolean>)
-
-
-
-
-
-
- -
-
-
bindValueTwoWay -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun <ERROR CLASS>.bindValueTwoWay(liveData: MutableLiveData<Boolean>)
-
-
-
-
-
-
- -
-
-
bindVisibility -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun <ERROR CLASS>.bindVisibility(liveData: LiveData<Boolean>, inverted: Boolean = false)
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/-live-data.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/-live-data.html deleted file mode 100644 index c0d47e74..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/-live-data.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - LiveData - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

LiveData

-
-
- -
-
fun <T> LiveData(initialValue: T)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/add-observer.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/add-observer.html deleted file mode 100644 index 66e87b75..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/add-observer.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - addObserver - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

addObserver

-
-
-
-
common
-
-
- -
-
fun addObserver(observer: (T) -> Unit)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/index.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/index.html deleted file mode 100644 index 1b102d4f..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/index.html +++ /dev/null @@ -1,820 +0,0 @@ - - - - LiveData - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

LiveData

-
-
-
open class LiveData<T>
open class LiveData<T>(initialValue: T)
-
-
-
-
-

Functions

-
-
-
-
addObserver -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
fun addObserver(observer: (T) -> Unit)
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
-
-
open operator fun equals(other: Any?): Boolean
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
-
-
open fun hashCode(): Int
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
removeObserver -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
fun removeObserver(observer: (T) -> Unit)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
-
-
open fun toString(): String
open fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
value -
Link copied to clipboard
-
-
-
-
open val value: T
-
-
-
-
-
-

Inheritors

-
-
-
-
MutableLiveData -
Link copied to clipboard
-
-
-
-
-
-

Extensions

-
-
-
-
asFlow -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T> LiveData<T>.asFlow(): Flow<T>
-
-
-
-
-
-
- -
-
-
bind -
Link copied to clipboard
-
-
-
- -
-
-
-
fun <T> LiveData<T>.bind(lifecycleOwner: LifecycleOwner, observer: (T?) -> Unit)
fun <T, V : Any> LiveData<T>.bind(view: V, setter: V.(T) -> Unit)
-
-
-
-
-
-
- -
-
-
bindNotNull -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun <T> LiveData<T>.bindNotNull(lifecycleOwner: LifecycleOwner, observer: (T) -> Unit)
-
-
-
-
-
-
- -
-
-
bindToButtonImage -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<Boolean>.bindToButtonImage(button: <ERROR CLASS>, trueImage: <ERROR CLASS>, falseImage: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToButtonTitle -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<String>.bindToButtonTitle(button: <ERROR CLASS>)
fun LiveData<<ERROR CLASS>>.bindToButtonTitle(button: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToCheckBoxChecked -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun LiveData<Boolean>.bindToCheckBoxChecked(lifecycleOwner: LifecycleOwner, checkBox: CheckBox)
-
-
-
-
-
-
- -
-
-
bindToControlEnabled -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<Boolean>.bindToControlEnabled(control: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToLabelText -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<String>.bindToLabelText(label: <ERROR CLASS>)
fun LiveData<<ERROR CLASS>>.bindToLabelText(label: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToResponderFocus -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<Boolean>.bindToResponderFocus(responder: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToSwitchOn -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<Boolean>.bindToSwitchOn(switch: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToTextFieldText -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<String>.bindToTextFieldText(textField: <ERROR CLASS>)
fun LiveData<<ERROR CLASS>>.bindToTextFieldText(textField: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToTextViewText -
Link copied to clipboard
-
-
-
- -
-
-
-
@JvmName(name = "bindToTextViewTextString")
fun LiveData<String>.bindToTextViewText(lifecycleOwner: LifecycleOwner, textView: TextView)
@JvmName(name = "bindToTextViewTextStringDesc")
fun LiveData<StringDesc>.bindToTextViewText(lifecycleOwner: LifecycleOwner, textView: TextView)
fun LiveData<String>.bindToTextViewText(textView: <ERROR CLASS>)
fun LiveData<<ERROR CLASS>>.bindToTextViewText(textView: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToViewBackgroundColor -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<Boolean>.bindToViewBackgroundColor(view: <ERROR CLASS>, trueColor: <ERROR CLASS>, falseColor: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToViewEnabled -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun LiveData<Boolean>.bindToViewEnabled(lifecycleOwner: LifecycleOwner, view: View)
-
-
-
-
-
-
- -
-
-
bindToViewHidden -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<Boolean>.bindToViewHidden(view: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToViewVisibleOrGone -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun LiveData<Boolean>.bindToViewVisibleOrGone(lifecycleOwner: LifecycleOwner, view: View)
-
-
-
-
-
-
- -
-
-
bindToViewVisibleOrInvisible -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun LiveData<Boolean>.bindToViewVisibleOrInvisible(lifecycleOwner: LifecycleOwner, view: View)
-
-
-
-
-
-
- -
-
-
debounce -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T> LiveData<T>.debounce(coroutineScope: CoroutineScope, timeInMillis: Long): LiveData<T>
-
-
-
-
-
-
- -
-
-
distinct -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T> LiveData<T>.distinct(): LiveData<T>
-
-
-
-
-
-
- -
-
-
flatMap -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, OT> LiveData<T>.flatMap(function: (T) -> LiveData<OT>): LiveData<OT>
-
-
-
-
-
-
- -
-
-
flatMapBuffered -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, OT> LiveData<T>.flatMapBuffered(function: (T, T) -> LiveData<OT>): LiveData<OT>
-
-
-
-
-
-
- -
-
-
map -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, OT> LiveData<T>.map(function: (T) -> OT): LiveData<OT>
-
-
-
-
-
-
- -
-
-
mapBuffered -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, OT> LiveData<T>.mapBuffered(function: (T, T) -> OT): LiveData<OT>
-
-
-
-
-
-
- -
-
-
mapOrNull -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <IT, OT> LiveData<IT?>.mapOrNull(function: (IT) -> OT): LiveData<OT?>
-
-
-
-
-
-
- -
-
-
mapToString -
Link copied to clipboard
-
-
-
- -
-
- -
-
@JvmName(name = "mapToStringStringDesc")
fun LiveData<StringDesc>.mapToString(context: Context): LiveData<String>
@JvmName(name = "mapToStringStringDescOptional")
fun LiveData<StringDesc?>.mapToString(context: Context): LiveData<String?>
-
-
-
-
-
-
- -
-
-
mapTrueOrNull -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <OT> LiveData<Boolean?>.mapTrueOrNull(function: () -> OT): LiveData<OT?>
-
-
-
-
-
-
- -
-
-
mergeWith -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <OT, I1T, I2T> LiveData<I1T>.mergeWith(secondLiveData: LiveData<I2T>, function: (I1T, I2T) -> OT): MediatorLiveData<OT>
-
-
-
-
-
-
- -
-
-
not -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun LiveData<Boolean>.not(): LiveData<Boolean>
-
-
-
-
-
-
- -
-
-
orEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun LiveData<String?>.orEmpty(): LiveData<String>
@JvmName(name = "ListLiveDataOrEmpty")
fun <T> LiveData<List<T>?>.orEmpty(): LiveData<List<T>>
-
-
-
-
-
-
- -
-
-
required -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T> LiveData<T?>.required(initialValue: T): LiveData<T>
-
-
-
-
-
-
- -
-
-
revert -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun LiveData<Boolean>.revert(): LiveData<Boolean>
-
-
-
-
-
-
- -
-
-
throwableMessage -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T : Throwable> LiveData<T>.throwableMessage(mapper: (Throwable) -> String = { it.message.orEmpty() }): LiveData<String>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/remove-observer.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/remove-observer.html deleted file mode 100644 index 2f7d37ca..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/remove-observer.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - removeObserver - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

removeObserver

-
-
-
-
common
-
-
- -
-
fun removeObserver(observer: (T) -> Unit)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/value.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/value.html deleted file mode 100644 index e37b0caa..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-live-data/value.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - value - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

value

-
-
-
-
common
-
-
- -
-
open val value: T
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mediator-live-data/-mediator-live-data.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mediator-live-data/-mediator-live-data.html deleted file mode 100644 index 9aafbc5a..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mediator-live-data/-mediator-live-data.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - MediatorLiveData - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MediatorLiveData

-
-
-
-
common
-
-
- -
-
fun <T> MediatorLiveData(initialValue: T)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mediator-live-data/add-source.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mediator-live-data/add-source.html deleted file mode 100644 index aa9e9b77..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mediator-live-data/add-source.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - addSource - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

addSource

-
-
-
-
common
-
-
- -
-
fun <IT> addSource(liveData: LiveData<IT>, onChange: (IT) -> Unit)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mediator-live-data/index.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mediator-live-data/index.html deleted file mode 100644 index 5c181412..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mediator-live-data/index.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - MediatorLiveData - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MediatorLiveData

-
open class MediatorLiveData<T>(initialValue: T) : MutableLiveData<T>
-
-
-
-
-

Functions

-
-
-
-
addObserver -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
fun addObserver(observer: (T) -> Unit)
-
-
-
-
-
-
- -
-
-
addSource -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
fun <IT> addSource(liveData: LiveData<IT>, onChange: (IT) -> Unit)
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
-
-
open operator fun equals(other: Any?): Boolean
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
-
-
open fun hashCode(): Int
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
postValue -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
fun postValue(value: T)
-
-
-
-
-
-
- -
-
-
removeObserver -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
fun removeObserver(observer: (T) -> Unit)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
-
-
open fun toString(): String
open fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
value -
Link copied to clipboard
-
-
-
-
-
-
open override var value: T
open override var value: T
-
-
-
-
-
-

Extensions

-
-
-
-
compose -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <OT, I1T, I2T> MediatorLiveData<OT>.compose(firstInput: LiveData<I1T>, secondInput: LiveData<I2T>, function: (I1T, I2T) -> OT): MediatorLiveData<OT>
-
-
-
-
-
-
- -
-
-
composition -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <OT, IT, LD : LiveData<out IT>> MediatorLiveData<OT>.composition(liveDataList: List<LD>, function: (List<IT>) -> OT): MediatorLiveData<OT>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mutable-live-data/-mutable-live-data.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mutable-live-data/-mutable-live-data.html deleted file mode 100644 index f09fbfe7..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mutable-live-data/-mutable-live-data.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - MutableLiveData - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MutableLiveData

-
-
-
-
common
-
-
- -
-
fun <T> MutableLiveData(initialValue: T)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mutable-live-data/index.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mutable-live-data/index.html deleted file mode 100644 index 2a78a097..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mutable-live-data/index.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - MutableLiveData - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MutableLiveData

-
open class MutableLiveData<T>(initialValue: T) : LiveData<T>
-
-
-
-
-

Functions

-
-
-
-
addObserver -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
fun addObserver(observer: (T) -> Unit)
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
-
-
open operator fun equals(other: Any?): Boolean
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
-
-
open fun hashCode(): Int
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
postValue -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
fun postValue(value: T)
-
-
-
-
-
-
- -
-
-
removeObserver -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
fun removeObserver(observer: (T) -> Unit)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
-
-
open fun toString(): String
open fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
value -
Link copied to clipboard
-
-
-
-
open override var value: T
-
-
-
-
-
-

Inheritors

-
-
-
-
MediatorLiveData -
Link copied to clipboard
-
-
-
-
-
-

Extensions

-
-
-
-
bindTwoWayToCheckBoxChecked -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun MutableLiveData<Boolean>.bindTwoWayToCheckBoxChecked(lifecycleOwner: LifecycleOwner, checkBox: CheckBox)
-
-
-
-
-
-
- -
-
-
bindTwoWayToControlFocus -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun MutableLiveData<Boolean>.bindTwoWayToControlFocus(control: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindTwoWayToEditTextText -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun MutableLiveData<String>.bindTwoWayToEditTextText(lifecycleOwner: LifecycleOwner, editText: EditText)
-
-
-
-
-
-
- -
-
-
bindTwoWayToSwitchOn -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun MutableLiveData<Boolean>.bindTwoWayToSwitchOn(switch: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindTwoWayToTextFieldText -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun MutableLiveData<String>.bindTwoWayToTextFieldText(textField: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindTwoWayToTextViewFocus -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun MutableLiveData<Boolean>.bindTwoWayToTextViewFocus(textView: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindTwoWayToTextViewText -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun MutableLiveData<String>.bindTwoWayToTextViewText(textView: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
readOnly -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T> MutableLiveData<T>.readOnly(): LiveData<T>
-
-
-
-
-
-
- -
-
-
setValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T> MutableLiveData<T>.setValue(value: T, async: Boolean)
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mutable-live-data/post-value.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mutable-live-data/post-value.html deleted file mode 100644 index ad2e7f5f..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mutable-live-data/post-value.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - postValue - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

postValue

-
-
-
-
common
-
-
- -
-
fun postValue(value: T)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mutable-live-data/value.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mutable-live-data/value.html deleted file mode 100644 index 208fec10..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/-mutable-live-data/value.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - value - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

value

-
-
-
-
common
-
-
- -
-
open override var value: T
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/all.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/all.html deleted file mode 100644 index 81436353..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/all.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - all - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

all

-
-
- -
-
fun <LD : LiveData<Boolean>> List<LD>.all(value: Boolean): LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/any.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/any.html deleted file mode 100644 index 5def4784..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/any.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - any - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

any

-
-
- -
-
fun <LD : LiveData<Boolean>> List<LD>.any(value: Boolean): LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/as-flow.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/as-flow.html deleted file mode 100644 index a8071278..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/as-flow.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - asFlow - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

asFlow

-
-
- -
-
fun <T> LiveData<T>.asFlow(): Flow<T>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/as-live-data.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/as-live-data.html deleted file mode 100644 index c9e82cef..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/as-live-data.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - asLiveData - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

asLiveData

-
-
- -
-
fun <T> Flow<T>.asLiveData(coroutineScope: CoroutineScope, initialValue: T): LiveData<T>
fun <T> StateFlow<T>.asLiveData(coroutineScope: CoroutineScope): LiveData<T>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-button-image.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-button-image.html deleted file mode 100644 index 97563141..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-button-image.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindToButtonImage - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToButtonImage

-
-
- -
-
fun LiveData<Boolean>.bindToButtonImage(button: <ERROR CLASS>, trueImage: <ERROR CLASS>, falseImage: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-button-title.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-button-title.html deleted file mode 100644 index 02825b99..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-button-title.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindToButtonTitle - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToButtonTitle

-
-
- -
-
fun LiveData<String>.bindToButtonTitle(button: <ERROR CLASS>)
fun LiveData<<ERROR CLASS>>.bindToButtonTitle(button: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-check-box-checked.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-check-box-checked.html deleted file mode 100644 index 5bc5e7d4..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-check-box-checked.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindToCheckBoxChecked - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToCheckBoxChecked

-
-
- -
-
fun LiveData<Boolean>.bindToCheckBoxChecked(lifecycleOwner: LifecycleOwner, checkBox: CheckBox)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-control-enabled.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-control-enabled.html deleted file mode 100644 index 89785531..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-control-enabled.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindToControlEnabled - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToControlEnabled

-
-
- -
-
fun LiveData<Boolean>.bindToControlEnabled(control: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-label-text.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-label-text.html deleted file mode 100644 index 3fce80d0..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-label-text.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindToLabelText - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToLabelText

-
-
- -
-
fun LiveData<String>.bindToLabelText(label: <ERROR CLASS>)
fun LiveData<<ERROR CLASS>>.bindToLabelText(label: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-responder-focus.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-responder-focus.html deleted file mode 100644 index 4b2e6097..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-responder-focus.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindToResponderFocus - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToResponderFocus

-
-
- -
-
fun LiveData<Boolean>.bindToResponderFocus(responder: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-switch-on.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-switch-on.html deleted file mode 100644 index 27446031..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-switch-on.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindToSwitchOn - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToSwitchOn

-
-
- -
-
fun LiveData<Boolean>.bindToSwitchOn(switch: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-text-field-text.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-text-field-text.html deleted file mode 100644 index d42a623c..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-text-field-text.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindToTextFieldText - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToTextFieldText

-
-
- -
-
fun LiveData<String>.bindToTextFieldText(textField: <ERROR CLASS>)
fun LiveData<<ERROR CLASS>>.bindToTextFieldText(textField: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-text-view-text.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-text-view-text.html deleted file mode 100644 index 99f7d061..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-text-view-text.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - bindToTextViewText - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToTextViewText

-
-
- -
-
-
-
@JvmName(name = "bindToTextViewTextString")
fun LiveData<String>.bindToTextViewText(lifecycleOwner: LifecycleOwner, textView: TextView)
@JvmName(name = "bindToTextViewTextStringDesc")
fun LiveData<StringDesc>.bindToTextViewText(lifecycleOwner: LifecycleOwner, textView: TextView)
fun LiveData<String>.bindToTextViewText(textView: <ERROR CLASS>)
fun LiveData<<ERROR CLASS>>.bindToTextViewText(textView: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-background-color.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-background-color.html deleted file mode 100644 index 720cc339..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-background-color.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindToViewBackgroundColor - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToViewBackgroundColor

-
-
- -
-
fun LiveData<Boolean>.bindToViewBackgroundColor(view: <ERROR CLASS>, trueColor: <ERROR CLASS>, falseColor: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-enabled.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-enabled.html deleted file mode 100644 index 6f8d7095..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-enabled.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindToViewEnabled - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToViewEnabled

-
-
- -
-
fun LiveData<Boolean>.bindToViewEnabled(lifecycleOwner: LifecycleOwner, view: View)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-hidden.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-hidden.html deleted file mode 100644 index 90bea10e..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-hidden.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindToViewHidden - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToViewHidden

-
-
- -
-
fun LiveData<Boolean>.bindToViewHidden(view: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-visible-or-gone.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-visible-or-gone.html deleted file mode 100644 index 022ddb97..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-visible-or-gone.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindToViewVisibleOrGone - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToViewVisibleOrGone

-
-
- -
-
fun LiveData<Boolean>.bindToViewVisibleOrGone(lifecycleOwner: LifecycleOwner, view: View)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-visible-or-invisible.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-visible-or-invisible.html deleted file mode 100644 index 688cb12e..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-to-view-visible-or-invisible.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindToViewVisibleOrInvisible - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindToViewVisibleOrInvisible

-
-
- -
-
fun LiveData<Boolean>.bindToViewVisibleOrInvisible(lifecycleOwner: LifecycleOwner, view: View)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-check-box-checked.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-check-box-checked.html deleted file mode 100644 index 9254fe69..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-check-box-checked.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindTwoWayToCheckBoxChecked - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindTwoWayToCheckBoxChecked

-
-
- -
-
fun MutableLiveData<Boolean>.bindTwoWayToCheckBoxChecked(lifecycleOwner: LifecycleOwner, checkBox: CheckBox)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-control-focus.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-control-focus.html deleted file mode 100644 index 3157ba1b..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-control-focus.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindTwoWayToControlFocus - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindTwoWayToControlFocus

-
-
- -
-
fun MutableLiveData<Boolean>.bindTwoWayToControlFocus(control: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-edit-text-text.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-edit-text-text.html deleted file mode 100644 index ae7c1956..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-edit-text-text.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindTwoWayToEditTextText - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindTwoWayToEditTextText

-
-
- -
-
fun MutableLiveData<String>.bindTwoWayToEditTextText(lifecycleOwner: LifecycleOwner, editText: EditText)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-switch-on.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-switch-on.html deleted file mode 100644 index 670d8c7c..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-switch-on.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindTwoWayToSwitchOn - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindTwoWayToSwitchOn

-
-
- -
-
fun MutableLiveData<Boolean>.bindTwoWayToSwitchOn(switch: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-text-field-text.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-text-field-text.html deleted file mode 100644 index 3a9cba7e..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-text-field-text.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindTwoWayToTextFieldText - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindTwoWayToTextFieldText

-
-
- -
-
fun MutableLiveData<String>.bindTwoWayToTextFieldText(textField: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-text-view-focus.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-text-view-focus.html deleted file mode 100644 index b0bb3d10..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-text-view-focus.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindTwoWayToTextViewFocus - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindTwoWayToTextViewFocus

-
-
- -
-
fun MutableLiveData<Boolean>.bindTwoWayToTextViewFocus(textView: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-text-view-text.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-text-view-text.html deleted file mode 100644 index ce1e9e93..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/bind-two-way-to-text-view-text.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindTwoWayToTextViewText - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindTwoWayToTextViewText

-
-
- -
-
fun MutableLiveData<String>.bindTwoWayToTextViewText(textView: <ERROR CLASS>)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/compose.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/compose.html deleted file mode 100644 index 33fb4031..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/compose.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - compose - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

compose

-
-
- -
-
fun <OT, I1T, I2T> MediatorLiveData<OT>.compose(firstInput: LiveData<I1T>, secondInput: LiveData<I2T>, function: (I1T, I2T) -> OT): MediatorLiveData<OT>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/composition.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/composition.html deleted file mode 100644 index 3d2e5d2e..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/composition.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - composition - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

composition

-
-
- -
-
fun <OT, IT, LD : LiveData<out IT>> MediatorLiveData<OT>.composition(liveDataList: List<LD>, function: (List<IT>) -> OT): MediatorLiveData<OT>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/debounce.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/debounce.html deleted file mode 100644 index 767fc6f3..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/debounce.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - debounce - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

debounce

-
-
- -
-
fun <T> LiveData<T>.debounce(coroutineScope: CoroutineScope, timeInMillis: Long): LiveData<T>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/distinct.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/distinct.html deleted file mode 100644 index 27ccc445..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/distinct.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - distinct - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

distinct

-
-
- -
-
fun <T> LiveData<T>.distinct(): LiveData<T>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/flat-map-buffered.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/flat-map-buffered.html deleted file mode 100644 index 27851268..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/flat-map-buffered.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - flatMapBuffered - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

flatMapBuffered

-
-
- -
-
fun <T, OT> LiveData<T>.flatMapBuffered(function: (T, T) -> LiveData<OT>): LiveData<OT>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/flat-map.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/flat-map.html deleted file mode 100644 index dcf7913d..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/flat-map.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - flatMap - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

flatMap

-
-
- -
-
fun <T, OT> LiveData<T>.flatMap(function: (T) -> LiveData<OT>): LiveData<OT>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/index.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/index.html deleted file mode 100644 index b068ac47..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/index.html +++ /dev/null @@ -1,1014 +0,0 @@ - - - - dev.icerock.moko.mvvm.livedata - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm.livedata

-
-
-
-
-

Types

-
-
-
-
LiveData -
Link copied to clipboard
-
-
-
- -
-
-
-
open class LiveData<T>
open class LiveData<T>(initialValue: T)
-
-
-
-
-
-
- -
-
-
MediatorLiveData -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
open class MediatorLiveData<T>(initialValue: T) : MutableLiveData<T>
-
-
-
-
-
-
- -
-
-
MutableLiveData -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
open class MutableLiveData<T>(initialValue: T) : LiveData<T>
-
-
-
-
-
-
-
-

Functions

-
-
-
-
all -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <LD : LiveData<Boolean>> List<LD>.all(value: Boolean): LiveData<Boolean>
-
-
-
-
-
-
- -
-
-
any -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <LD : LiveData<Boolean>> List<LD>.any(value: Boolean): LiveData<Boolean>
-
-
-
-
-
-
- -
-
-
asFlow -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T> LiveData<T>.asFlow(): Flow<T>
-
-
-
-
-
-
- -
-
-
asLiveData -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T> StateFlow<T>.asLiveData(coroutineScope: CoroutineScope): LiveData<T>
fun <T> Flow<T>.asLiveData(coroutineScope: CoroutineScope, initialValue: T): LiveData<T>
-
-
-
-
-
-
- -
-
-
bindToButtonImage -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<Boolean>.bindToButtonImage(button: <ERROR CLASS>, trueImage: <ERROR CLASS>, falseImage: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToButtonTitle -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<<ERROR CLASS>>.bindToButtonTitle(button: <ERROR CLASS>)
fun LiveData<String>.bindToButtonTitle(button: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToCheckBoxChecked -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun LiveData<Boolean>.bindToCheckBoxChecked(lifecycleOwner: LifecycleOwner, checkBox: CheckBox)
-
-
-
-
-
-
- -
-
-
bindToControlEnabled -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<Boolean>.bindToControlEnabled(control: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToLabelText -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<<ERROR CLASS>>.bindToLabelText(label: <ERROR CLASS>)
fun LiveData<String>.bindToLabelText(label: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToResponderFocus -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<Boolean>.bindToResponderFocus(responder: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToSwitchOn -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<Boolean>.bindToSwitchOn(switch: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToTextFieldText -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<<ERROR CLASS>>.bindToTextFieldText(textField: <ERROR CLASS>)
fun LiveData<String>.bindToTextFieldText(textField: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToTextViewText -
Link copied to clipboard
-
-
-
- -
-
-
-
fun LiveData<<ERROR CLASS>>.bindToTextViewText(textView: <ERROR CLASS>)
fun LiveData<String>.bindToTextViewText(textView: <ERROR CLASS>)
@JvmName(name = "bindToTextViewTextStringDesc")
fun LiveData<StringDesc>.bindToTextViewText(lifecycleOwner: LifecycleOwner, textView: TextView)
@JvmName(name = "bindToTextViewTextString")
fun LiveData<String>.bindToTextViewText(lifecycleOwner: LifecycleOwner, textView: TextView)
-
-
-
-
-
-
- -
-
-
bindToViewBackgroundColor -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<Boolean>.bindToViewBackgroundColor(view: <ERROR CLASS>, trueColor: <ERROR CLASS>, falseColor: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToViewEnabled -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun LiveData<Boolean>.bindToViewEnabled(lifecycleOwner: LifecycleOwner, view: View)
-
-
-
-
-
-
- -
-
-
bindToViewHidden -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun LiveData<Boolean>.bindToViewHidden(view: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindToViewVisibleOrGone -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun LiveData<Boolean>.bindToViewVisibleOrGone(lifecycleOwner: LifecycleOwner, view: View)
-
-
-
-
-
-
- -
-
-
bindToViewVisibleOrInvisible -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun LiveData<Boolean>.bindToViewVisibleOrInvisible(lifecycleOwner: LifecycleOwner, view: View)
-
-
-
-
-
-
- -
-
-
bindTwoWayToCheckBoxChecked -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun MutableLiveData<Boolean>.bindTwoWayToCheckBoxChecked(lifecycleOwner: LifecycleOwner, checkBox: CheckBox)
-
-
-
-
-
-
- -
-
-
bindTwoWayToControlFocus -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun MutableLiveData<Boolean>.bindTwoWayToControlFocus(control: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindTwoWayToEditTextText -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun MutableLiveData<String>.bindTwoWayToEditTextText(lifecycleOwner: LifecycleOwner, editText: EditText)
-
-
-
-
-
-
- -
-
-
bindTwoWayToSwitchOn -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun MutableLiveData<Boolean>.bindTwoWayToSwitchOn(switch: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindTwoWayToTextFieldText -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun MutableLiveData<String>.bindTwoWayToTextFieldText(textField: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindTwoWayToTextViewFocus -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun MutableLiveData<Boolean>.bindTwoWayToTextViewFocus(textView: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
bindTwoWayToTextViewText -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun MutableLiveData<String>.bindTwoWayToTextViewText(textView: <ERROR CLASS>)
-
-
-
-
-
-
- -
-
-
compose -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <OT, I1T, I2T> MediatorLiveData<OT>.compose(firstInput: LiveData<I1T>, secondInput: LiveData<I2T>, function: (I1T, I2T) -> OT): MediatorLiveData<OT>
-
-
-
-
-
-
- -
-
-
composition -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <OT, IT, LD : LiveData<out IT>> MediatorLiveData<OT>.composition(liveDataList: List<LD>, function: (List<IT>) -> OT): MediatorLiveData<OT>
-
-
-
-
-
-
- -
-
-
debounce -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T> LiveData<T>.debounce(coroutineScope: CoroutineScope, timeInMillis: Long): LiveData<T>
-
-
-
-
-
-
- -
-
-
distinct -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T> LiveData<T>.distinct(): LiveData<T>
-
-
-
-
-
-
- -
-
-
flatMap -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, OT> LiveData<T>.flatMap(function: (T) -> LiveData<OT>): LiveData<OT>
-
-
-
-
-
-
- -
-
-
flatMapBuffered -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, OT> LiveData<T>.flatMapBuffered(function: (T, T) -> LiveData<OT>): LiveData<OT>
-
-
-
-
-
-
- -
-
-
map -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, OT> LiveData<T>.map(function: (T) -> OT): LiveData<OT>
-
-
-
-
-
-
- -
-
-
mapBuffered -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, OT> LiveData<T>.mapBuffered(function: (T, T) -> OT): LiveData<OT>
-
-
-
-
-
-
- -
-
-
mapOrNull -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <IT, OT> LiveData<IT?>.mapOrNull(function: (IT) -> OT): LiveData<OT?>
-
-
-
-
-
-
- -
-
-
mapToString -
Link copied to clipboard
-
-
-
- -
-
- -
-
@JvmName(name = "mapToStringStringDescOptional")
fun LiveData<StringDesc?>.mapToString(context: Context): LiveData<String?>
@JvmName(name = "mapToStringStringDesc")
fun LiveData<StringDesc>.mapToString(context: Context): LiveData<String>
-
-
-
-
-
-
- -
-
-
mapTrueOrNull -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <OT> LiveData<Boolean?>.mapTrueOrNull(function: () -> OT): LiveData<OT?>
-
-
-
-
-
-
- -
-
-
mediator -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <OT, IT, LD : LiveData<out IT>> List<LD>.mediator(function: (List<IT>) -> OT): LiveData<OT>
-
-
-
-
-
-
- -
-
-
mergeWith -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <OT, I1T, I2T> LiveData<I1T>.mergeWith(secondLiveData: LiveData<I2T>, function: (I1T, I2T) -> OT): MediatorLiveData<OT>
-
-
-
-
-
-
- -
-
-
not -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun LiveData<Boolean>.not(): LiveData<Boolean>
-
-
-
-
-
-
- -
-
-
orEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun LiveData<String?>.orEmpty(): LiveData<String>
@JvmName(name = "ListLiveDataOrEmpty")
fun <T> LiveData<List<T>?>.orEmpty(): LiveData<List<T>>
-
-
-
-
-
-
- -
-
-
readOnly -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T> MutableLiveData<T>.readOnly(): LiveData<T>
-
-
-
-
-
-
- -
-
-
required -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T> LiveData<T?>.required(initialValue: T): LiveData<T>
-
-
-
-
-
-
- -
-
-
revert -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun LiveData<Boolean>.revert(): LiveData<Boolean>
-
-
-
-
-
-
- -
-
-
setValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T> MutableLiveData<T>.setValue(value: T, async: Boolean)
-
-
-
-
-
-
- -
-
-
throwableMessage -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T : Throwable> LiveData<T>.throwableMessage(mapper: (Throwable) -> String = { it.message.orEmpty() }): LiveData<String>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map-buffered.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map-buffered.html deleted file mode 100644 index bcc500de..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map-buffered.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - mapBuffered - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mapBuffered

-
-
- -
-
fun <T, OT> LiveData<T>.mapBuffered(function: (T, T) -> OT): LiveData<OT>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map-or-null.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map-or-null.html deleted file mode 100644 index 78b39047..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map-or-null.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - mapOrNull - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mapOrNull

-
-
- -
-
fun <IT, OT> LiveData<IT?>.mapOrNull(function: (IT) -> OT): LiveData<OT?>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map-to-string.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map-to-string.html deleted file mode 100644 index 3b181e08..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map-to-string.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - mapToString - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mapToString

-
-
- -
-
@JvmName(name = "mapToStringStringDesc")
fun LiveData<StringDesc>.mapToString(context: Context): LiveData<String>
@JvmName(name = "mapToStringStringDescOptional")
fun LiveData<StringDesc?>.mapToString(context: Context): LiveData<String?>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map-true-or-null.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map-true-or-null.html deleted file mode 100644 index 8d4365e7..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map-true-or-null.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - mapTrueOrNull - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mapTrueOrNull

-
-
- -
-
fun <OT> LiveData<Boolean?>.mapTrueOrNull(function: () -> OT): LiveData<OT?>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map.html deleted file mode 100644 index e2c1725a..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/map.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - map - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

map

-
-
- -
-
fun <T, OT> LiveData<T>.map(function: (T) -> OT): LiveData<OT>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/mediator.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/mediator.html deleted file mode 100644 index 0217b9f1..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/mediator.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - mediator - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mediator

-
-
- -
-
fun <OT, IT, LD : LiveData<out IT>> List<LD>.mediator(function: (List<IT>) -> OT): LiveData<OT>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/merge-with.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/merge-with.html deleted file mode 100644 index c48cca7f..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/merge-with.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - mergeWith - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mergeWith

-
-
- -
-
fun <OT, I1T, I2T> LiveData<I1T>.mergeWith(secondLiveData: LiveData<I2T>, function: (I1T, I2T) -> OT): MediatorLiveData<OT>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/not.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/not.html deleted file mode 100644 index 6146efbc..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/not.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - not - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

not

-
-
- -
-
fun LiveData<Boolean>.not(): LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/or-empty.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/or-empty.html deleted file mode 100644 index c0e1f405..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/or-empty.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - orEmpty - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

orEmpty

-
-
- -
-
fun LiveData<String?>.orEmpty(): LiveData<String>
@JvmName(name = "ListLiveDataOrEmpty")
fun <T> LiveData<List<T>?>.orEmpty(): LiveData<List<T>>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/read-only.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/read-only.html deleted file mode 100644 index 5225d4c3..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/read-only.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - readOnly - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

readOnly

-
-
- -
-
fun <T> MutableLiveData<T>.readOnly(): LiveData<T>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/required.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/required.html deleted file mode 100644 index cd33b539..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/required.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - required - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

required

-
-
- -
-
fun <T> LiveData<T?>.required(initialValue: T): LiveData<T>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/revert.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/revert.html deleted file mode 100644 index c76600fb..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/revert.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - revert - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

revert

-
-
- -
-
fun LiveData<Boolean>.revert(): LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/set-value.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/set-value.html deleted file mode 100644 index 89c2a65d..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/set-value.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - setValue - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

setValue

-
-
- -
-
fun <T> MutableLiveData<T>.setValue(value: T, async: Boolean)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/throwable-message.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/throwable-message.html deleted file mode 100644 index 2d994049..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.livedata/throwable-message.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - throwableMessage - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

throwableMessage

-
-
- -
-
fun <T : Throwable> LiveData<T>.throwableMessage(mapper: (Throwable) -> String = { it.message.orEmpty() }): LiveData<String>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.utils/bind-not-null.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.utils/bind-not-null.html deleted file mode 100644 index c9205beb..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.utils/bind-not-null.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - bindNotNull - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bindNotNull

-
-
- -
-
fun <T> LiveData<T>.bindNotNull(lifecycleOwner: LifecycleOwner, observer: (T) -> Unit)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.utils/bind.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.utils/bind.html deleted file mode 100644 index a04b0d06..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.utils/bind.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - bind - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

bind

-
-
- -
-
-
-
fun <T> LiveData<T>.bind(lifecycleOwner: LifecycleOwner, observer: (T?) -> Unit)
fun <T, V : Any> LiveData<T>.bind(view: V, setter: V.(T) -> Unit)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.utils/index.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.utils/index.html deleted file mode 100644 index 24cafbee..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.utils/index.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - dev.icerock.moko.mvvm.utils - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm.utils

-
-
-
-
-

Functions

-
-
-
-
bind -
Link copied to clipboard
-
-
-
- -
-
-
-
fun <T, V : Any> LiveData<T>.bind(view: V, setter: V.(T) -> Unit)
fun <T> LiveData<T>.bind(lifecycleOwner: LifecycleOwner, observer: (T?) -> Unit)
-
-
-
-
-
-
- -
-
-
bindNotNull -
Link copied to clipboard
-
-
-
- -
-
- -
-
fun <T> LiveData<T>.bindNotNull(lifecycleOwner: LifecycleOwner, observer: (T) -> Unit)
-
-
-
-
-
-
- -
-
-
setEventHandler -
Link copied to clipboard
-
-
-
-
ios
-
-
- -
-
fun <T> T.setEventHandler(event: <ERROR CLASS>, lambda: T.() -> Unit)
fun <T : Any> <ERROR CLASS>.setEventHandler(notification: <ERROR CLASS>, ref: T, lambda: T.() -> Unit)
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.utils/set-event-handler.html b/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.utils/set-event-handler.html deleted file mode 100644 index f8da245e..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.utils/set-event-handler.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - setEventHandler - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

setEventHandler

-
-
- -
-
fun <T : Any> <ERROR CLASS>.setEventHandler(notification: <ERROR CLASS>, ref: T, lambda: T.() -> Unit)
fun <T> T.setEventHandler(event: <ERROR CLASS>, lambda: T.() -> Unit)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/index.html b/docs/mvvm-livedata/mvvm-livedata/index.html deleted file mode 100644 index ed56676d..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/index.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - mvvm-livedata - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mvvm-livedata

-
-

Packages

-
-
-
-
-
dev.icerock.moko.mvvm.binding -
Link copied to clipboard
-
-
-
-
ios
-
-
-
-
-
-
- -
-
-
-
dev.icerock.moko.mvvm.livedata -
Link copied to clipboard
-
-
-
- -
common
-
ios
-
-
-
-
-
-
- -
-
-
-
dev.icerock.moko.mvvm.utils -
Link copied to clipboard
-
-
-
- -
ios
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-livedata/mvvm-livedata/package-list b/docs/mvvm-livedata/mvvm-livedata/package-list deleted file mode 100644 index 6a387d6b..00000000 --- a/docs/mvvm-livedata/mvvm-livedata/package-list +++ /dev/null @@ -1,7 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - -dev.icerock.moko.mvvm.binding -dev.icerock.moko.mvvm.livedata -dev.icerock.moko.mvvm.utils - diff --git a/docs/mvvm-livedata/navigation.html b/docs/mvvm-livedata/navigation.html deleted file mode 100644 index 69866b05..00000000 --- a/docs/mvvm-livedata/navigation.html +++ /dev/null @@ -1,196 +0,0 @@ - - diff --git a/docs/mvvm-livedata/scripts/clipboard.js b/docs/mvvm-livedata/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/mvvm-livedata/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/mvvm-livedata/scripts/main.js b/docs/mvvm-livedata/scripts/main.js deleted file mode 100644 index 12373ea9..00000000 --- a/docs/mvvm-livedata/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=390)}([function(e,t,n){e.exports=n(264)()},function(e,t,n){"use strict";e.exports=n(239)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},X=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,A)&&this[A][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,A)&&e[A][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=z(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==A||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=z(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((R=function(){if(this instanceof R)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,A)&&o(this[A],e)&&(this[A][e]=!1),K(this,e,S(1,n))};return i&&G&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(114).f=O.f=Z,n(95).f=X,T.f=ee,i&&!n(111)&&l(W,"propertyIsEnumerable",X,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:R});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=R(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){G=!0},useSimple:function(){G=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):Y(k(e),t)},defineProperty:Q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=R();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,N.apply(M,r)}}),R.prototype[L]||n(59)(R.prototype,L,R.prototype.valueOf),f(R,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(257);var r=n(27),o=n(135),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(182)("asyncIterator")},function(e,t,n){var r=n(32),o=n(79),i=n(59),a=n(42),l=n(80),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(70),i=n(42),a=n(32),l=n(59),c=n(96),u=n(25),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(83)})},function(e,t,n){var r=n(10),o=n(83),i=n(81),a=n(27),l=n(29),c=n(31),u=n(184),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(180).set})},function(e,t,n){var r=n(54),o=n(70);n(252)("keys",(function(){return function(e){return o(r(e))}}))},function(e,t,n){"use strict";var r=n(10),o=n(130)(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(72)(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},function(e,t,n){var r=n(26),o=n(266);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(10);r(r.S+r.F,"Object",{assign:n(185)})},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(98),a=n(74),l=n(75),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(26),o=n(332);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(113),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(72)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(85)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(80),o=n(10),i=n(54),a=n(189),l=n(190),c=n(53),u=n(174),s=n(191);o(o.S+o.F*!n(192)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(91);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(112),o=n(71);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(72)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(80),o=n(112),i=n(54),a=n(53),l=n(259);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(200),i=n(147),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(282),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(304)),o=a(n(308)),i=a(n(205));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){(function(e,r){var o; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var i="Expected a function",a="__lodash_placeholder__",l=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",s="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Object]",y="[object RegExp]",b="[object Set]",_="[object String]",w="[object Symbol]",x="[object WeakMap]",S="[object ArrayBuffer]",k="[object DataView]",O="[object Float32Array]",E="[object Float64Array]",T="[object Int8Array]",C="[object Int16Array]",P="[object Int32Array]",I="[object Uint8Array]",j="[object Uint16Array]",z="[object Uint32Array]",R=/\b__p \+= '';/g,M=/\b(__p \+=) '' \+/g,N=/(__e\(.*?\)|\b__t\)) \+\n'';/g,A=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,F=RegExp(A.source),D=RegExp(L.source),H=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,W=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,G=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,K=/[\\^$.*+?()[\]{}|]/g,q=RegExp(K.source),$=/^\s+|\s+$/g,Q=/^\s+/,Y=/\s+$/,X=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,J=/\{\n\/\* \[wrapped with (.+)\] \*/,Z=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,fe=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ve="["+de+"]",ge="["+pe+"]",me="\\d+",ye="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",xe="[^\\ud800-\\udfff]",Se="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Oe="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ee="(?:"+be+"|"+_e+")",Te="(?:"+Oe+"|"+_e+")",Ce="(?:"+ge+"|"+we+")"+"?",Pe="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[xe,Se,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),Ie="(?:"+[ye,Se,ke].join("|")+")"+Pe,je="(?:"+[xe+ge+"?",ge,Se,ke,he].join("|")+")",ze=RegExp("['’]","g"),Re=RegExp(ge,"g"),Me=RegExp(we+"(?="+we+")|"+je+Pe,"g"),Ne=RegExp([Oe+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Oe,"$"].join("|")+")",Te+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Oe+Ee,"$"].join("|")+")",Oe+"?"+Ee+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Oe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Ie].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],De=-1,He={};He[O]=He[E]=He[T]=He[C]=He[P]=He[I]=He["[object Uint8ClampedArray]"]=He[j]=He[z]=!0,He[c]=He[u]=He[S]=He[s]=He[k]=He[f]=He[p]=He[d]=He[v]=He[g]=He[m]=He[y]=He[b]=He[_]=He[x]=!1;var Ue={};Ue[c]=Ue[u]=Ue[S]=Ue[k]=Ue[s]=Ue[f]=Ue[O]=Ue[E]=Ue[T]=Ue[C]=Ue[P]=Ue[v]=Ue[g]=Ue[m]=Ue[y]=Ue[b]=Ue[_]=Ue[w]=Ue[I]=Ue["[object Uint8ClampedArray]"]=Ue[j]=Ue[z]=!0,Ue[p]=Ue[d]=Ue[x]=!1;var We={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ve=parseInt,Ge="object"==typeof e&&e&&e.Object===Object&&e,Ke="object"==typeof self&&self&&self.Object===Object&&self,qe=Ge||Ke||Function("return this")(),$e=t&&!t.nodeType&&t,Qe=$e&&"object"==typeof r&&r&&!r.nodeType&&r,Ye=Qe&&Qe.exports===$e,Xe=Ye&&Ge.process,Je=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Xe&&Xe.binding&&Xe.binding("util")}catch(e){}}(),Ze=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,ot=Je&&Je.isTypedArray;function it(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o-1}function pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Mt(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=Et({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Lt=Et({"&":"&","<":"<",">":">",'"':""","'":"'"});function Ft(e){return"\\"+We[e]}function Dt(e){return Ae.test(e)}function Ht(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ut(e,t){return function(n){return e(t(n))}}function Wt(e,t){for(var n=-1,r=e.length,o=0,i=[];++n",""":'"',"'":"'"});var $t=function e(t){var n,r=(t=null==t?qe:$t.defaults(qe.Object(),t,$t.pick(qe,Fe))).Array,o=t.Date,pe=t.Error,de=t.Function,he=t.Math,ve=t.Object,ge=t.RegExp,me=t.String,ye=t.TypeError,be=r.prototype,_e=de.prototype,we=ve.prototype,xe=t["__core-js_shared__"],Se=_e.toString,ke=we.hasOwnProperty,Oe=0,Ee=(n=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Te=we.toString,Ce=Se.call(ve),Pe=qe._,Ie=ge("^"+Se.call(ke).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=Ye?t.Buffer:void 0,Me=t.Symbol,Ae=t.Uint8Array,We=je?je.allocUnsafe:void 0,Ge=Ut(ve.getPrototypeOf,ve),Ke=ve.create,$e=we.propertyIsEnumerable,Qe=be.splice,Xe=Me?Me.isConcatSpreadable:void 0,Je=Me?Me.iterator:void 0,yt=Me?Me.toStringTag:void 0,Et=function(){try{var e=ei(ve,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=o&&o.now!==qe.Date.now&&o.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=he.ceil,Zt=he.floor,en=ve.getOwnPropertySymbols,tn=je?je.isBuffer:void 0,nn=t.isFinite,rn=be.join,on=Ut(ve.keys,ve),an=he.max,ln=he.min,cn=o.now,un=t.parseInt,sn=he.random,fn=be.reverse,pn=ei(t,"DataView"),dn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),mn=ei(ve,"create"),yn=gn&&new gn,bn={},_n=Ti(pn),wn=Ti(dn),xn=Ti(hn),Sn=Ti(vn),kn=Ti(gn),On=Me?Me.prototype:void 0,En=On?On.valueOf:void 0,Tn=On?On.toString:void 0;function Cn(e){if(Va(e)&&!Ra(e)&&!(e instanceof zn)){if(e instanceof jn)return e;if(ke.call(e,"__wrapped__"))return Ci(e)}return new jn(e)}var Pn=function(){function e(){}return function(t){if(!Ba(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function In(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,l=1&t,u=2&t,p=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Ba(e))return e;var x=Ra(e);if(x){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return yo(e,a)}else{var R=ri(e),M=R==d||R==h;if(La(e))return fo(e,l);if(R==m||R==c||M&&!o){if(a=u||M?{}:ii(e),!l)return u?function(e,t){return bo(e,ni(e),t)}(e,function(e,t){return e&&bo(t,wl(t),e)}(a,e)):function(e,t){return bo(e,ti(e),t)}(e,Kn(a,e))}else{if(!Ue[R])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case S:return po(e);case s:case f:return new r(+e);case k:return function(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case O:case E:case T:case C:case P:case I:case"[object Uint8ClampedArray]":case j:case z:return ho(e,n);case v:return new r;case g:case _:return new r(e);case y:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new r;case w:return o=e,En?ve(En.call(o)):{}}var o}(e,R,l)}}i||(i=new Ln);var N=i.get(e);if(N)return N;i.set(e,a),Qa(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):Ga(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=x?void 0:(p?u?qo:Ko:u?wl:_l)(e);return lt(A||e,(function(r,o){A&&(r=e[o=r]),Bn(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=ve(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new ye(i);return _i((function(){e.apply(void 0,n)}),t)}function Zn(e,t,n,r){var o=-1,i=ft,a=!0,l=e.length,c=[],u=t.length;if(!l)return c;n&&(t=dt(t,It(n))),r?(i=pt,a=!1):t.length>=200&&(i=zt,a=!1,t=new An(t));e:for(;++o-1},Mn.prototype.set=function(e,t){var n=this.__data__,r=Vn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(dn||Mn),string:new Rn}},Nn.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Jo(this,e).get(e)},Nn.prototype.has=function(e){return Jo(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},An.prototype.add=An.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},An.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.clear=function(){this.__data__=new Mn,this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ln.prototype.get=function(e){return this.__data__.get(e)},Ln.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Mn){var r=n.__data__;if(!dn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var er=xo(cr),tr=xo(ur,!0);function nr(e,t){var n=!0;return er(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function rr(e,t,n){for(var r=-1,o=e.length;++r0&&n(l)?t>1?ir(l,t-1,n,r,o):ht(o,l):r||(o[o.length]=l)}return o}var ar=So(),lr=So(!0);function cr(e,t){return e&&ar(e,t,_l)}function ur(e,t){return e&&lr(e,t,_l)}function sr(e,t){return st(t,(function(t){return Ha(e[t])}))}function fr(e,t){for(var n=0,r=(t=lo(t,e)).length;null!=e&&nt}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in ve(e)}function mr(e,t,n){for(var o=n?pt:ft,i=e[0].length,a=e.length,l=a,c=r(a),u=1/0,s=[];l--;){var f=e[l];l&&t&&(f=dt(f,It(t))),u=ln(f.length,u),c[l]=!n&&(t||i>=120&&f.length>=120)?new An(l&&f):void 0}f=e[0];var p=-1,d=c[0];e:for(;++p=l)return c;var u=n[r];return c*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,o=t.length,i={};++r-1;)l!==e&&Qe.call(l,c,1),Qe.call(e,c,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;li(o)?Qe.call(e,o,1):Zr(e,o)}}return e}function Ar(e,t){return e+Zt(sn()*(t-e+1))}function Lr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=Zt(t/2))&&(e+=e)}while(t);return n}function Fr(e,t){return wi(vi(e,t,Kl),e+"")}function Dr(e){return Dn(Pl(e))}function Hr(e,t){var n=Pl(e);return ki(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!Ba(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,l=e;null!=l&&++oi?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a=200){var u=t?null:Fo(e);if(u)return Bt(u);a=!1,o=zt,c=new An}else c=t?[]:l;e:for(;++r=r?e:Gr(e,t,n)}var so=Qt||function(e){return qe.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function po(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function ho(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function vo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,l=null===t,c=t==t,u=Xa(t);if(!l&&!u&&!i&&e>t||i&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!i&&!u&&e1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&ci(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=ve(t);++r-1?o[i?t[a]:a]:void 0}}function Co(e){return Go((function(t){var n=t.length,r=n,o=jn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ye(i);if(o&&!l&&"wrapper"==Qo(a))var l=new jn([],!0)}for(r=l?r:n;++r1&&b.reverse(),f&&ul))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var f=-1,p=!0,d=2&n?new An:void 0;for(i.set(e,t),i.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(X,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return lt(l,(function(n){var r="_."+n[0];t&n[1]&&!ft(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(J);return t?t[1].split(Z):[]}(r),n)))}function Si(e){var t=0,n=0;return function(){var r=cn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ki(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$i(e,n)}));function ta(e){var t=Cn(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var ra=Go((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return $n(t,e)};return!(t>1||this.__actions__.length)&&r instanceof zn&&li(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new jn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var oa=_o((function(e,t,n){ke.call(e,n)?++e[n]:qn(e,n,1)}));var ia=To(zi),aa=To(Ri);function la(e,t){return(Ra(e)?lt:er)(e,Xo(t,3))}function ca(e,t){return(Ra(e)?ct:tr)(e,Xo(t,3))}var ua=_o((function(e,t,n){ke.call(e,n)?e[n].push(t):qn(e,n,[t])}));var sa=Fr((function(e,t,n){var o=-1,i="function"==typeof t,a=Na(e)?r(e.length):[];return er(e,(function(e){a[++o]=i?it(t,e,n):yr(e,t,n)})),a})),fa=_o((function(e,t,n){qn(e,n,t)}));function pa(e,t){return(Ra(e)?dt:Tr)(e,Xo(t,3))}var da=_o((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ha=Fr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ci(e,t[0],t[1])?t=[]:n>2&&ci(t[0],t[1],t[2])&&(t=[t[0]]),zr(e,ir(t,1),[])})),va=Yt||function(){return qe.Date.now()};function ga(e,t,n){return t=n?void 0:t,Ho(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ma(e,t){var n;if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Fr((function(e,t,n){var r=1;if(n.length){var o=Wt(n,Yo(ya));r|=32}return Ho(e,r,t,n,o)})),ba=Fr((function(e,t,n){var r=3;if(n.length){var o=Wt(n,Yo(ba));r|=32}return Ho(t,r,e,n,o)}));function _a(e,t,n){var r,o,a,l,c,u,s=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new ye(i);function h(t){var n=r,i=o;return r=o=void 0,s=t,l=e.apply(i,n)}function v(e){return s=e,c=_i(m,t),f?h(e):l}function g(e){var n=e-u;return void 0===u||n>=t||n<0||p&&e-s>=a}function m(){var e=va();if(g(e))return y(e);c=_i(m,function(e){var n=t-(e-u);return p?ln(n,a-(e-s)):n}(e))}function y(e){return c=void 0,d&&r?h(e):(r=o=void 0,l)}function b(){var e=va(),n=g(e);if(r=arguments,o=this,u=e,n){if(void 0===c)return v(u);if(p)return so(c),c=_i(m,t),h(u)}return void 0===c&&(c=_i(m,t)),l}return t=il(t)||0,Ba(n)&&(f=!!n.leading,a=(p="maxWait"in n)?an(il(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),b.cancel=function(){void 0!==c&&so(c),s=0,r=u=o=c=void 0},b.flush=function(){return void 0===c?l:y(va())},b}var wa=Fr((function(e,t){return Jn(e,1,t)})),xa=Fr((function(e,t,n){return Jn(e,il(t)||0,n)}));function Sa(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ye(i);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sa.Cache||Nn),n}function ka(e){if("function"!=typeof e)throw new ye(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Sa.Cache=Nn;var Oa=co((function(e,t){var n=(t=1==t.length&&Ra(t[0])?dt(t[0],It(Xo())):dt(ir(t,1),It(Xo()))).length;return Fr((function(r){for(var o=-1,i=ln(r.length,n);++o=t})),za=br(function(){return arguments}())?br:function(e){return Va(e)&&ke.call(e,"callee")&&!$e.call(e,"callee")},Ra=r.isArray,Ma=Ze?It(Ze):function(e){return Va(e)&&dr(e)==S};function Na(e){return null!=e&&Wa(e.length)&&!Ha(e)}function Aa(e){return Va(e)&&Na(e)}var La=tn||ic,Fa=et?It(et):function(e){return Va(e)&&dr(e)==f};function Da(e){if(!Va(e))return!1;var t=dr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!qa(e)}function Ha(e){if(!Ba(e))return!1;var t=dr(e);return t==d||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ua(e){return"number"==typeof e&&e==rl(e)}function Wa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ba(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Va(e){return null!=e&&"object"==typeof e}var Ga=tt?It(tt):function(e){return Va(e)&&ri(e)==v};function Ka(e){return"number"==typeof e||Va(e)&&dr(e)==g}function qa(e){if(!Va(e)||dr(e)!=m)return!1;var t=Ge(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Se.call(n)==Ce}var $a=nt?It(nt):function(e){return Va(e)&&dr(e)==y};var Qa=rt?It(rt):function(e){return Va(e)&&ri(e)==b};function Ya(e){return"string"==typeof e||!Ra(e)&&Va(e)&&dr(e)==_}function Xa(e){return"symbol"==typeof e||Va(e)&&dr(e)==w}var Ja=ot?It(ot):function(e){return Va(e)&&Wa(e.length)&&!!He[dr(e)]};var Za=No(Er),el=No((function(e,t){return e<=t}));function tl(e){if(!e)return[];if(Na(e))return Ya(e)?Kt(e):yo(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=ri(e);return(t==v?Ht:t==b?Bt:Pl)(e)}function nl(e){return e?(e=il(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function rl(e){var t=nl(e),n=t%1;return t==t?n?t-n:t:0}function ol(e){return e?Qn(rl(e),0,4294967295):0}function il(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if(Ba(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ba(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace($,"");var n=ie.test(e);return n||le.test(e)?Ve(e.slice(2),n?2:8):oe.test(e)?NaN:+e}function al(e){return bo(e,wl(e))}function ll(e){return null==e?"":Xr(e)}var cl=wo((function(e,t){if(pi(t)||Na(t))bo(t,_l(t),e);else for(var n in t)ke.call(t,n)&&Bn(e,n,t[n])})),ul=wo((function(e,t){bo(t,wl(t),e)})),sl=wo((function(e,t,n,r){bo(t,wl(t),e,r)})),fl=wo((function(e,t,n,r){bo(t,_l(t),e,r)})),pl=Go($n);var dl=Fr((function(e,t){e=ve(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&ci(t[0],t[1],o)&&(r=1);++n1),t})),bo(e,qo(e),n),r&&(n=Yn(n,7,Bo));for(var o=t.length;o--;)Zr(n,t[o]);return n}));var Ol=Go((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gl(e,n)}))}(e,t)}));function El(e,t){if(null==e)return{};var n=dt(qo(e),(function(e){return[e]}));return t=Xo(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Tl=Do(_l),Cl=Do(wl);function Pl(e){return null==e?[]:jt(e,_l(e))}var Il=Oo((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Dl(ll(e).toLowerCase())}function zl(e){return(e=ll(e))&&e.replace(ue,At).replace(Re,"")}var Rl=Oo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ml=Oo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Nl=ko("toLowerCase");var Al=Oo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ll=Oo((function(e,t,n){return e+(n?" ":"")+Dl(t)}));var Fl=Oo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dl=ko("toUpperCase");function Hl(e,t,n){return e=ll(e),void 0===(t=n?void 0:t)?function(e){return Le.test(e)}(e)?function(e){return e.match(Ne)||[]}(e):function(e){return e.match(ee)||[]}(e):e.match(t)||[]}var Ul=Fr((function(e,t){try{return it(e,void 0,t)}catch(e){return Da(e)?e:new pe(e)}})),Wl=Go((function(e,t){return lt(t,(function(t){t=Ei(t),qn(e,t,ya(e[t],e))})),e}));function Bl(e){return function(){return e}}var Vl=Co(),Gl=Co(!0);function Kl(e){return e}function ql(e){return Sr("function"==typeof e?e:Yn(e,1))}var $l=Fr((function(e,t){return function(n){return yr(n,e,t)}})),Ql=Fr((function(e,t){return function(n){return yr(e,n,t)}}));function Yl(e,t,n){var r=_l(t),o=sr(t,r);null!=n||Ba(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=sr(t,_l(t)));var i=!(Ba(n)&&"chain"in n&&!n.chain),a=Ha(e);return lt(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Xl(){}var Jl=zo(dt),Zl=zo(ut),ec=zo(mt);function tc(e){return ui(e)?Ot(Ei(e)):function(e){return function(t){return fr(t,e)}}(e)}var nc=Mo(),rc=Mo(!0);function oc(){return[]}function ic(){return!1}var ac=jo((function(e,t){return e+t}),0),lc=Lo("ceil"),cc=jo((function(e,t){return e/t}),1),uc=Lo("floor");var sc,fc=jo((function(e,t){return e*t}),1),pc=Lo("round"),dc=jo((function(e,t){return e-t}),0);return Cn.after=function(e,t){if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){if(--e<1)return t.apply(this,arguments)}},Cn.ary=ga,Cn.assign=cl,Cn.assignIn=ul,Cn.assignInWith=sl,Cn.assignWith=fl,Cn.at=pl,Cn.before=ma,Cn.bind=ya,Cn.bindAll=Wl,Cn.bindKey=ba,Cn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},Cn.chain=ta,Cn.chunk=function(e,t,n){t=(n?ci(e,t,n):void 0===t)?1:an(rl(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,l=r(Jt(o/t));io?0:o+n),(r=void 0===r||r>o?o:rl(r))<0&&(r+=o),r=n>r?0:ol(r);n>>0)?(e=ll(e))&&("string"==typeof t||null!=t&&!$a(t))&&!(t=Xr(t))&&Dt(e)?uo(Kt(e),0,n):e.split(t,n):[]},Cn.spread=function(e,t){if("function"!=typeof e)throw new ye(i);return t=null==t?0:an(rl(t),0),Fr((function(n){var r=n[t],o=uo(n,0,t);return r&&ht(o,r),it(e,this,o)}))},Cn.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},Cn.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:rl(t))<0?0:t):[]},Cn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:rl(t)))<0?0:t,r):[]},Cn.takeRightWhile=function(e,t){return e&&e.length?to(e,Xo(t,3),!1,!0):[]},Cn.takeWhile=function(e,t){return e&&e.length?to(e,Xo(t,3)):[]},Cn.tap=function(e,t){return t(e),e},Cn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ye(i);return Ba(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),_a(e,t,{leading:r,maxWait:t,trailing:o})},Cn.thru=na,Cn.toArray=tl,Cn.toPairs=Tl,Cn.toPairsIn=Cl,Cn.toPath=function(e){return Ra(e)?dt(e,Ei):Xa(e)?[e]:yo(Oi(ll(e)))},Cn.toPlainObject=al,Cn.transform=function(e,t,n){var r=Ra(e),o=r||La(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Ba(e)&&Ha(i)?Pn(Ge(e)):{}}return(o?lt:cr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Cn.unary=function(e){return ga(e,1)},Cn.union=Vi,Cn.unionBy=Gi,Cn.unionWith=Ki,Cn.uniq=function(e){return e&&e.length?Jr(e):[]},Cn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Cn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Cn.unset=function(e,t){return null==e||Zr(e,t)},Cn.unzip=qi,Cn.unzipWith=$i,Cn.update=function(e,t,n){return null==e?e:eo(e,t,ao(n))},Cn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:eo(e,t,ao(n),r)},Cn.values=Pl,Cn.valuesIn=function(e){return null==e?[]:jt(e,wl(e))},Cn.without=Qi,Cn.words=Hl,Cn.wrap=function(e,t){return Ea(ao(t),e)},Cn.xor=Yi,Cn.xorBy=Xi,Cn.xorWith=Ji,Cn.zip=Zi,Cn.zipObject=function(e,t){return oo(e||[],t||[],Bn)},Cn.zipObjectDeep=function(e,t){return oo(e||[],t||[],Ur)},Cn.zipWith=ea,Cn.entries=Tl,Cn.entriesIn=Cl,Cn.extend=ul,Cn.extendWith=sl,Yl(Cn,Cn),Cn.add=ac,Cn.attempt=Ul,Cn.camelCase=Il,Cn.capitalize=jl,Cn.ceil=lc,Cn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=il(n))==n?n:0),void 0!==t&&(t=(t=il(t))==t?t:0),Qn(il(e),t,n)},Cn.clone=function(e){return Yn(e,4)},Cn.cloneDeep=function(e){return Yn(e,5)},Cn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Cn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Cn.conformsTo=function(e,t){return null==t||Xn(e,t,_l(t))},Cn.deburr=zl,Cn.defaultTo=function(e,t){return null==e||e!=e?t:e},Cn.divide=cc,Cn.endsWith=function(e,t,n){e=ll(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Qn(rl(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Cn.eq=Pa,Cn.escape=function(e){return(e=ll(e))&&D.test(e)?e.replace(L,Lt):e},Cn.escapeRegExp=function(e){return(e=ll(e))&&q.test(e)?e.replace(K,"\\$&"):e},Cn.every=function(e,t,n){var r=Ra(e)?ut:nr;return n&&ci(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Cn.find=ia,Cn.findIndex=zi,Cn.findKey=function(e,t){return bt(e,Xo(t,3),cr)},Cn.findLast=aa,Cn.findLastIndex=Ri,Cn.findLastKey=function(e,t){return bt(e,Xo(t,3),ur)},Cn.floor=uc,Cn.forEach=la,Cn.forEachRight=ca,Cn.forIn=function(e,t){return null==e?e:ar(e,Xo(t,3),wl)},Cn.forInRight=function(e,t){return null==e?e:lr(e,Xo(t,3),wl)},Cn.forOwn=function(e,t){return e&&cr(e,Xo(t,3))},Cn.forOwnRight=function(e,t){return e&&ur(e,Xo(t,3))},Cn.get=vl,Cn.gt=Ia,Cn.gte=ja,Cn.has=function(e,t){return null!=e&&oi(e,t,vr)},Cn.hasIn=gl,Cn.head=Ni,Cn.identity=Kl,Cn.includes=function(e,t,n,r){e=Na(e)?e:Pl(e),n=n&&!r?rl(n):0;var o=e.length;return n<0&&(n=an(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&wt(e,t,n)>-1},Cn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:rl(n);return o<0&&(o=an(r+o,0)),wt(e,t,o)},Cn.inRange=function(e,t,n){return t=nl(t),void 0===n?(n=t,t=0):n=nl(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},Cn.isSet=Qa,Cn.isString=Ya,Cn.isSymbol=Xa,Cn.isTypedArray=Ja,Cn.isUndefined=function(e){return void 0===e},Cn.isWeakMap=function(e){return Va(e)&&ri(e)==x},Cn.isWeakSet=function(e){return Va(e)&&"[object WeakSet]"==dr(e)},Cn.join=function(e,t){return null==e?"":rn.call(e,t)},Cn.kebabCase=Rl,Cn.last=Di,Cn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=rl(n))<0?an(r+o,0):ln(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):_t(e,St,o,!0)},Cn.lowerCase=Ml,Cn.lowerFirst=Nl,Cn.lt=Za,Cn.lte=el,Cn.max=function(e){return e&&e.length?rr(e,Kl,hr):void 0},Cn.maxBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),hr):void 0},Cn.mean=function(e){return kt(e,Kl)},Cn.meanBy=function(e,t){return kt(e,Xo(t,2))},Cn.min=function(e){return e&&e.length?rr(e,Kl,Er):void 0},Cn.minBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),Er):void 0},Cn.stubArray=oc,Cn.stubFalse=ic,Cn.stubObject=function(){return{}},Cn.stubString=function(){return""},Cn.stubTrue=function(){return!0},Cn.multiply=fc,Cn.nth=function(e,t){return e&&e.length?jr(e,rl(t)):void 0},Cn.noConflict=function(){return qe._===this&&(qe._=Pe),this},Cn.noop=Xl,Cn.now=va,Cn.pad=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ro(Zt(o),n)+e+Ro(Jt(o),n)},Cn.padEnd=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=sn();return ln(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Ar(e,t)},Cn.reduce=function(e,t,n){var r=Ra(e)?vt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,er)},Cn.reduceRight=function(e,t,n){var r=Ra(e)?gt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Cn.repeat=function(e,t,n){return t=(n?ci(e,t,n):void 0===t)?1:rl(t),Lr(ll(e),t)},Cn.replace=function(){var e=arguments,t=ll(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Cn.result=function(e,t,n){var r=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var o=Pt(r,t=Xo(t));++n=i)return e;var l=n-Gt(r);if(l<1)return r;var c=a?uo(a,0,l).join(""):e.slice(0,l);if(void 0===o)return c+r;if(a&&(l+=c.length-l),$a(o)){if(e.slice(l).search(o)){var u,s=c;for(o.global||(o=ge(o.source,ll(re.exec(o))+"g")),o.lastIndex=0;u=o.exec(s);)var f=u.index;c=c.slice(0,void 0===f?l:f)}}else if(e.indexOf(Xr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+r},Cn.unescape=function(e){return(e=ll(e))&&F.test(e)?e.replace(A,qt):e},Cn.uniqueId=function(e){var t=++Oe;return ll(e)+t},Cn.upperCase=Fl,Cn.upperFirst=Dl,Cn.each=la,Cn.eachRight=ca,Cn.first=Ni,Yl(Cn,(sc={},cr(Cn,(function(e,t){ke.call(Cn.prototype,t)||(sc[t]=e)})),sc),{chain:!1}),Cn.VERSION="4.17.19",lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Cn[e].placeholder=Cn})),lt(["drop","take"],(function(e,t){zn.prototype[e]=function(n){n=void 0===n?1:an(rl(n),0);var r=this.__filtered__&&!t?new zn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");zn.prototype[e]=function(){return this[n](1).value()[0]}})),lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");zn.prototype[e]=function(){return this.__filtered__?new zn(this):this[n](1)}})),zn.prototype.compact=function(){return this.filter(Kl)},zn.prototype.find=function(e){return this.filter(e).head()},zn.prototype.findLast=function(e){return this.reverse().find(e)},zn.prototype.invokeMap=Fr((function(e,t){return"function"==typeof e?new zn(this):this.map((function(n){return yr(n,e,t)}))})),zn.prototype.reject=function(e){return this.filter(ka(Xo(e)))},zn.prototype.slice=function(e,t){e=rl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=rl(t))<0?n.dropRight(-t):n.take(t-e)),n)},zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},zn.prototype.toArray=function(){return this.take(4294967295)},cr(zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Cn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Cn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,l=t instanceof zn,c=a[0],u=l||Ra(t),s=function(e){var t=o.apply(Cn,ht([e],a));return r&&f?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=l&&!p;if(!i&&u){t=h?t:new zn(this);var v=e.apply(t,a);return v.__actions__.push({func:na,args:[s],thisArg:void 0}),new jn(v,f)}return d&&h?e.apply(this,a):(v=this.thru(s),d?r?v.value()[0]:v.value():v)})})),lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Cn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ra(o)?o:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(zn.prototype,(function(e,t){var n=Cn[t];if(n){var r=n.name+"";ke.call(bn,r)||(bn[r]=[]),bn[r].push({name:t,func:n})}})),bn[Po(void 0,2).name]=[{name:"wrapper",func:void 0}],zn.prototype.clone=function(){var e=new zn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},zn.prototype.reverse=function(){if(this.__filtered__){var e=new zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Cn.prototype.plant=function(e){for(var t,n=this;n instanceof In;){var r=Ci(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Cn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof zn){var t=e;return this.__actions__.length&&(t=new zn(this)),(t=t.reverse()).__actions__.push({func:na,args:[Bi],thisArg:void 0}),new jn(t,this.__chain__)}return this.thru(Bi)},Cn.prototype.toJSON=Cn.prototype.valueOf=Cn.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Cn.prototype.first=Cn.prototype.head,Je&&(Cn.prototype[Je]=function(){return this}),Cn}();qe._=$t,void 0===(o=function(){return $t}.call(t,n,t,r))||(r.exports=o)}).call(this)}).call(this,n(108),n(243)(e))},function(e,t,n){var r=n(26),o=n(335);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(26),o=n(376);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(173),o=n(132);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(113),l=n(138),c=n(139),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(140)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(121);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(202),o=n(148);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(108))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(172)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(81);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(249),i=n(60),a=n(94),l=n(174);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(172),i=n(132),a=n(131)("IE_PROTO"),l=function(){},c=function(){var e,t=n(171)("iframe"),r=i.length;for(t.style.display="none",n(251).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write(" - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

concatData

-
-
- -
-
fun <T1, E, T2, OT> LiveData<State<T1, E>>.concatData(liveData: LiveData<State<T2, E>>, function: (T1, T2) -> OT): LiveData<State<OT, E>>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/data-transform.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/data-transform.html deleted file mode 100644 index 48411dc4..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/data-transform.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - dataTransform - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

dataTransform

-
-
- -
-
fun <IT, E, OT> LiveData<State<IT, E>>.dataTransform(transform: LiveData<IT>.() -> LiveData<OT>): LiveData<State<OT, E>>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/data-value.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/data-value.html deleted file mode 100644 index a01735c9..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/data-value.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - dataValue - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

dataValue

-
-
- -
-
fun <T, E> LiveData<State<T, E>>.dataValue(): T?
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/data.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/data.html deleted file mode 100644 index d9477cf6..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/data.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - data - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

data

-
-
- -
-
fun <T, E> LiveData<State<T, E>>.data(): LiveData<T?>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/empty-as-data.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/empty-as-data.html deleted file mode 100644 index 0ddc876b..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/empty-as-data.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - emptyAsData - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

emptyAsData

-
-
- -
-
fun <T, E> LiveData<State<T, E>>.emptyAsData(dataBuilder: () -> T): LiveData<State<T, E>>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/empty-as-error.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/empty-as-error.html deleted file mode 100644 index 0c849349..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/empty-as-error.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - emptyAsError - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

emptyAsError

-
-
- -
-
fun <T, E> LiveData<State<T, E>>.emptyAsError(errorBuilder: () -> E): LiveData<State<T, E>>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/empty-if.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/empty-if.html deleted file mode 100644 index 89af2c03..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/empty-if.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - emptyIf - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

emptyIf

-
-
- -
-
fun <T, E> LiveData<State<T, E>>.emptyIf(emptyPredicate: (T) -> Boolean): LiveData<State<T, E>>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/error-transform.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/error-transform.html deleted file mode 100644 index 50c81c5e..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/error-transform.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - errorTransform - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

errorTransform

-
-
- -
-
fun <T, IE, OE> LiveData<State<T, IE>>.errorTransform(transform: LiveData<IE>.() -> LiveData<OE>): LiveData<State<T, OE>>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/error-value.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/error-value.html deleted file mode 100644 index c541c072..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/error-value.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - errorValue - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

errorValue

-
-
- -
-
fun <T, E> LiveData<State<T, E>>.errorValue(): E?
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/error.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/error.html deleted file mode 100644 index ee103ca5..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/error.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - error - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

error

-
-
- -
-
fun <T, E> LiveData<State<T, E>>.error(): LiveData<E?>
fun <T, E, ST : State<T, E>, LD : LiveData<out ST>> List<LD>.error(): LiveData<E?>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/index.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/index.html deleted file mode 100644 index d6a38e56..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/index.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - dev.icerock.moko.mvvm.livedata - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm.livedata

-
-
-
-
-

Functions

-
-
-
-
concatData -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T1, E, T2, OT> LiveData<State<T1, E>>.concatData(liveData: LiveData<State<T2, E>>, function: (T1, T2) -> OT): LiveData<State<OT, E>>
-
-
-
-
-
-
- -
-
-
data -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<State<T, E>>.data(): LiveData<T?>
-
-
-
-
-
-
- -
-
-
dataTransform -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <IT, E, OT> LiveData<State<IT, E>>.dataTransform(transform: LiveData<IT>.() -> LiveData<OT>): LiveData<State<OT, E>>
-
-
-
-
-
-
- -
-
-
dataValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<State<T, E>>.dataValue(): T?
-
-
-
-
-
-
- -
-
-
emptyAsData -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<State<T, E>>.emptyAsData(dataBuilder: () -> T): LiveData<State<T, E>>
-
-
-
-
-
-
- -
-
-
emptyAsError -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<State<T, E>>.emptyAsError(errorBuilder: () -> E): LiveData<State<T, E>>
-
-
-
-
-
-
- -
-
-
emptyIf -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<State<T, E>>.emptyIf(emptyPredicate: (T) -> Boolean): LiveData<State<T, E>>
-
-
-
-
-
-
- -
-
-
error -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<State<T, E>>.error(): LiveData<E?>
fun <T, E, ST : State<T, E>, LD : LiveData<out ST>> List<LD>.error(): LiveData<E?>
-
-
-
-
-
-
- -
-
-
errorTransform -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, IE, OE> LiveData<State<T, IE>>.errorTransform(transform: LiveData<IE>.() -> LiveData<OE>): LiveData<State<T, OE>>
-
-
-
-
-
-
- -
-
-
errorValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<State<T, E>>.errorValue(): E?
-
-
-
-
-
-
- -
-
-
isEmptyState -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<State<T, E>>.isEmptyState(): LiveData<Boolean>
fun <T, E, ST : State<T, E>, LD : LiveData<out ST>> List<LD>.isEmptyState(): LiveData<Boolean>
-
-
-
-
-
-
- -
-
-
isErrorState -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<State<T, E>>.isErrorState(): LiveData<Boolean>
fun <T, E, ST : State<T, E>, LD : LiveData<out ST>> List<LD>.isErrorState(): LiveData<Boolean>
-
-
-
-
-
-
- -
-
-
isLoadingState -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<State<T, E>>.isLoadingState(): LiveData<Boolean>
fun <T, E, ST : State<T, E>, LD : LiveData<out ST>> List<LD>.isLoadingState(): LiveData<Boolean>
-
-
-
-
-
-
- -
-
-
isSuccessState -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<State<T, E>>.isSuccessState(): LiveData<Boolean>
fun <T, E, ST : State<T, E>, LD : LiveData<out ST>> List<LD>.isSuccessState(): LiveData<Boolean>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/is-empty-state.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/is-empty-state.html deleted file mode 100644 index a53524b4..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/is-empty-state.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isEmptyState - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isEmptyState

-
-
- -
-
fun <T, E> LiveData<State<T, E>>.isEmptyState(): LiveData<Boolean>
fun <T, E, ST : State<T, E>, LD : LiveData<out ST>> List<LD>.isEmptyState(): LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/is-error-state.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/is-error-state.html deleted file mode 100644 index 0d71cc9d..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/is-error-state.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isErrorState - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isErrorState

-
-
- -
-
fun <T, E> LiveData<State<T, E>>.isErrorState(): LiveData<Boolean>
fun <T, E, ST : State<T, E>, LD : LiveData<out ST>> List<LD>.isErrorState(): LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/is-loading-state.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/is-loading-state.html deleted file mode 100644 index 430a7a2a..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/is-loading-state.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isLoadingState - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isLoadingState

-
-
- -
-
fun <T, E> LiveData<State<T, E>>.isLoadingState(): LiveData<Boolean>
fun <T, E, ST : State<T, E>, LD : LiveData<out ST>> List<LD>.isLoadingState(): LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/is-success-state.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/is-success-state.html deleted file mode 100644 index bb84cdb4..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm.livedata/is-success-state.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isSuccessState - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isSuccessState

-
-
- -
-
fun <T, E> LiveData<State<T, E>>.isSuccessState(): LiveData<Boolean>
fun <T, E, ST : State<T, E>, LD : LiveData<out ST>> List<LD>.isSuccessState(): LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/-data.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/-data.html deleted file mode 100644 index 2015f27b..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/-data.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - Data - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Data

-
-
- -
-
fun <out T> Data(data: T)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/component1.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/component1.html deleted file mode 100644 index 59cf0b46..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/component1.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - component1 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

component1

-
-
- -
-
operator fun component1(): T
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/copy.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/copy.html deleted file mode 100644 index 6873ea7f..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/copy.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - copy - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

copy

-
-
- -
-
fun copy(data: T): State.Data<T, E>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/data.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/data.html deleted file mode 100644 index e5cd7fd9..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/data.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - data - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

data

-
-
- -
-
val data: T
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/index.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/index.html deleted file mode 100644 index 7823f8fe..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-data/index.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - Data - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Data

-
data class Data<out T, out E>(data: T) : State<T, E>
-
-
-
-
-

Functions

-
-
-
-
component1 -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
operator fun component1(): T
-
-
-
-
-
-
- -
-
-
copy -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun copy(data: T): State.Data<T, E>
-
-
-
-
-
-
- -
-
-
dataValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun dataValue(): T?
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator override fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
errorValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun errorValue(): E?
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open override fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
isEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isEmpty(): Boolean
-
-
-
-
-
-
- -
-
-
isError -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isError(): Boolean
-
-
-
-
-
-
- -
-
-
isLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isLoading(): Boolean
-
-
-
-
-
-
- -
-
-
isSuccess -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isSuccess(): Boolean
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open override fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
data -
Link copied to clipboard
-
-
-
-
common
-
-
-
val data: T
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-empty/-empty.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-empty/-empty.html deleted file mode 100644 index 158c2b09..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-empty/-empty.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - Empty - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Empty

-
-
- -
-
fun Empty()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-empty/index.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-empty/index.html deleted file mode 100644 index 1807a67c..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-empty/index.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - Empty - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Empty

-
class Empty<out T, out E> : State<T, E>
-
-
-
-
-

Functions

-
-
-
-
dataValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun dataValue(): T?
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
errorValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun errorValue(): E?
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
isEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isEmpty(): Boolean
-
-
-
-
-
-
- -
-
-
isError -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isError(): Boolean
-
-
-
-
-
-
- -
-
-
isLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isLoading(): Boolean
-
-
-
-
-
-
- -
-
-
isSuccess -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isSuccess(): Boolean
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/-error.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/-error.html deleted file mode 100644 index eefc2a52..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/-error.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - Error - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Error

-
-
- -
-
fun <out E> Error(error: E)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/component1.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/component1.html deleted file mode 100644 index 0d72c1b9..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/component1.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - component1 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

component1

-
-
- -
-
operator fun component1(): E
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/copy.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/copy.html deleted file mode 100644 index 3b143e75..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/copy.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - copy - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

copy

-
-
- -
-
fun copy(error: E): State.Error<T, E>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/error.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/error.html deleted file mode 100644 index 6e22086e..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/error.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - error - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

error

-
-
- -
-
val error: E
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/index.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/index.html deleted file mode 100644 index d64f206c..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-error/index.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - Error - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Error

-
data class Error<out T, out E>(error: E) : State<T, E>
-
-
-
-
-

Functions

-
-
-
-
component1 -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
operator fun component1(): E
-
-
-
-
-
-
- -
-
-
copy -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun copy(error: E): State.Error<T, E>
-
-
-
-
-
-
- -
-
-
dataValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun dataValue(): T?
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator override fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
errorValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun errorValue(): E?
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open override fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
isEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isEmpty(): Boolean
-
-
-
-
-
-
- -
-
-
isError -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isError(): Boolean
-
-
-
-
-
-
- -
-
-
isLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isLoading(): Boolean
-
-
-
-
-
-
- -
-
-
isSuccess -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isSuccess(): Boolean
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open override fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
error -
Link copied to clipboard
-
-
-
-
common
-
-
-
val error: E
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-loading/-loading.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-loading/-loading.html deleted file mode 100644 index 138f309a..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-loading/-loading.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - Loading - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Loading

-
-
- -
-
fun Loading()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-loading/index.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-loading/index.html deleted file mode 100644 index 7be36b33..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/-loading/index.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - Loading - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Loading

-
class Loading<out T, out E> : State<T, E>
-
-
-
-
-

Functions

-
-
-
-
dataValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun dataValue(): T?
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
errorValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun errorValue(): E?
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
isEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isEmpty(): Boolean
-
-
-
-
-
-
- -
-
-
isError -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isError(): Boolean
-
-
-
-
-
-
- -
-
-
isLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isLoading(): Boolean
-
-
-
-
-
-
- -
-
-
isSuccess -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isSuccess(): Boolean
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/data-value.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/data-value.html deleted file mode 100644 index da397f16..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/data-value.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - dataValue - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

dataValue

-
-
- -
-
fun dataValue(): T?
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/error-value.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/error-value.html deleted file mode 100644 index 19d1697c..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/error-value.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - errorValue - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

errorValue

-
-
- -
-
fun errorValue(): E?
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/index.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/index.html deleted file mode 100644 index 87181517..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/index.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - State - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

State

-
sealed class State<out T, out E>
-
-
-
-
-

Types

-
-
-
-
Data -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
data class Data<out T, out E>(data: T) : State<T, E>
-
-
-
-
-
-
- -
-
-
Empty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
class Empty<out T, out E> : State<T, E>
-
-
-
-
-
-
- -
-
-
Error -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
data class Error<out T, out E>(error: E) : State<T, E>
-
-
-
-
-
-
- -
-
-
Loading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
class Loading<out T, out E> : State<T, E>
-
-
-
-
-
-
-
-

Functions

-
-
-
-
dataValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun dataValue(): T?
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
errorValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun errorValue(): E?
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
isEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isEmpty(): Boolean
-
-
-
-
-
-
- -
-
-
isError -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isError(): Boolean
-
-
-
-
-
-
- -
-
-
isLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isLoading(): Boolean
-
-
-
-
-
-
- -
-
-
isSuccess -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isSuccess(): Boolean
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-

Inheritors

-
-
-
-
State -
Link copied to clipboard
-
-
-
-
- -
-
-
State -
Link copied to clipboard
-
-
-
-
- -
-
-
State -
Link copied to clipboard
-
-
-
-
- -
-
-
State -
Link copied to clipboard
-
-
-
-
-
-

Extensions

-
-
-
-
nullAsEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
inline fun <T, E> State<T, E>?.nullAsEmpty(): State<T, E>
-
-
-
-
-
-
- -
-
-
nullAsLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
inline fun <T, E> State<T, E>?.nullAsLoading(): State<T, E>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/is-empty.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/is-empty.html deleted file mode 100644 index aea2d092..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/is-empty.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isEmpty - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isEmpty

-
-
- -
-
fun isEmpty(): Boolean
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/is-error.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/is-error.html deleted file mode 100644 index 5938020f..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/is-error.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isError - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isError

-
-
- -
-
fun isError(): Boolean
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/is-loading.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/is-loading.html deleted file mode 100644 index 707dafd0..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/is-loading.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isLoading - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isLoading

-
-
- -
-
fun isLoading(): Boolean
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/is-success.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/is-success.html deleted file mode 100644 index 535fcdb5..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/-state/is-success.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isSuccess - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isSuccess

-
-
- -
-
fun isSuccess(): Boolean
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/as-state.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/as-state.html deleted file mode 100644 index a6f9d682..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/as-state.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - asState - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

asState

-
-
- -
-
fun <T, E> T.asState(): State<T, E>
fun <T, E> T?.asState(whenNull: () -> State<T, E>): State<T, E>
fun <T, E> List<T>.asState(): State<List<T>, E>
fun <T, E> List<T>?.asState(whenNull: () -> State<List<T>, E>): State<List<T>, E>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/index.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/index.html deleted file mode 100644 index 538b36b1..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/index.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - dev.icerock.moko.mvvm - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm

-
-
-
-
-

Types

-
-
-
-
State -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
sealed class State<out T, out E>
-
-
-
-
-
-
-
-

Functions

-
-
-
-
asState -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> T.asState(): State<T, E>
fun <T, E> List<T>.asState(): State<List<T>, E>
fun <T, E> T?.asState(whenNull: () -> State<T, E>): State<T, E>
fun <T, E> List<T>?.asState(whenNull: () -> State<List<T>, E>): State<List<T>, E>
-
-
-
-
-
-
- -
-
-
nullAsEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
inline fun <T, E> State<T, E>?.nullAsEmpty(): State<T, E>
-
-
-
-
-
-
- -
-
-
nullAsLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
inline fun <T, E> State<T, E>?.nullAsLoading(): State<T, E>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/null-as-empty.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/null-as-empty.html deleted file mode 100644 index 5402913e..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/null-as-empty.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - nullAsEmpty - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

nullAsEmpty

-
-
- -
-
inline fun <T, E> State<T, E>?.nullAsEmpty(): State<T, E>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/null-as-loading.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/null-as-loading.html deleted file mode 100644 index a8e9f500..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/dev.icerock.moko.mvvm/null-as-loading.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - nullAsLoading - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

nullAsLoading

-
-
- -
-
inline fun <T, E> State<T, E>?.nullAsLoading(): State<T, E>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/index.html b/docs/mvvm-state-deprecated/mvvm-state-deprecated/index.html deleted file mode 100644 index de106674..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/index.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - mvvm-state-deprecated - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mvvm-state-deprecated

-
-

Packages

-
-
-
-
-
dev.icerock.moko.mvvm -
Link copied to clipboard
-
-
-
-
common
-
-
-
-
-
-
- -
-
-
-
dev.icerock.moko.mvvm.livedata -
Link copied to clipboard
-
-
-
-
common
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state-deprecated/mvvm-state-deprecated/package-list b/docs/mvvm-state-deprecated/mvvm-state-deprecated/package-list deleted file mode 100644 index 5834f460..00000000 --- a/docs/mvvm-state-deprecated/mvvm-state-deprecated/package-list +++ /dev/null @@ -1,6 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - -dev.icerock.moko.mvvm -dev.icerock.moko.mvvm.livedata - diff --git a/docs/mvvm-state-deprecated/navigation.html b/docs/mvvm-state-deprecated/navigation.html deleted file mode 100644 index b9d59743..00000000 --- a/docs/mvvm-state-deprecated/navigation.html +++ /dev/null @@ -1,64 +0,0 @@ - - diff --git a/docs/mvvm-state-deprecated/scripts/clipboard.js b/docs/mvvm-state-deprecated/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/mvvm-state-deprecated/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/mvvm-state-deprecated/scripts/main.js b/docs/mvvm-state-deprecated/scripts/main.js deleted file mode 100644 index 12373ea9..00000000 --- a/docs/mvvm-state-deprecated/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=390)}([function(e,t,n){e.exports=n(264)()},function(e,t,n){"use strict";e.exports=n(239)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},X=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,A)&&this[A][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,A)&&e[A][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=z(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==A||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=z(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((R=function(){if(this instanceof R)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,A)&&o(this[A],e)&&(this[A][e]=!1),K(this,e,S(1,n))};return i&&G&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(114).f=O.f=Z,n(95).f=X,T.f=ee,i&&!n(111)&&l(W,"propertyIsEnumerable",X,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:R});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=R(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){G=!0},useSimple:function(){G=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):Y(k(e),t)},defineProperty:Q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=R();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,N.apply(M,r)}}),R.prototype[L]||n(59)(R.prototype,L,R.prototype.valueOf),f(R,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(257);var r=n(27),o=n(135),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(182)("asyncIterator")},function(e,t,n){var r=n(32),o=n(79),i=n(59),a=n(42),l=n(80),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(70),i=n(42),a=n(32),l=n(59),c=n(96),u=n(25),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(83)})},function(e,t,n){var r=n(10),o=n(83),i=n(81),a=n(27),l=n(29),c=n(31),u=n(184),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(180).set})},function(e,t,n){var r=n(54),o=n(70);n(252)("keys",(function(){return function(e){return o(r(e))}}))},function(e,t,n){"use strict";var r=n(10),o=n(130)(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(72)(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},function(e,t,n){var r=n(26),o=n(266);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(10);r(r.S+r.F,"Object",{assign:n(185)})},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(98),a=n(74),l=n(75),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(26),o=n(332);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(113),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(72)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(85)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(80),o=n(10),i=n(54),a=n(189),l=n(190),c=n(53),u=n(174),s=n(191);o(o.S+o.F*!n(192)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(91);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(112),o=n(71);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(72)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(80),o=n(112),i=n(54),a=n(53),l=n(259);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(200),i=n(147),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(282),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(304)),o=a(n(308)),i=a(n(205));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){(function(e,r){var o; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var i="Expected a function",a="__lodash_placeholder__",l=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",s="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Object]",y="[object RegExp]",b="[object Set]",_="[object String]",w="[object Symbol]",x="[object WeakMap]",S="[object ArrayBuffer]",k="[object DataView]",O="[object Float32Array]",E="[object Float64Array]",T="[object Int8Array]",C="[object Int16Array]",P="[object Int32Array]",I="[object Uint8Array]",j="[object Uint16Array]",z="[object Uint32Array]",R=/\b__p \+= '';/g,M=/\b(__p \+=) '' \+/g,N=/(__e\(.*?\)|\b__t\)) \+\n'';/g,A=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,F=RegExp(A.source),D=RegExp(L.source),H=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,W=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,G=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,K=/[\\^$.*+?()[\]{}|]/g,q=RegExp(K.source),$=/^\s+|\s+$/g,Q=/^\s+/,Y=/\s+$/,X=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,J=/\{\n\/\* \[wrapped with (.+)\] \*/,Z=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,fe=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ve="["+de+"]",ge="["+pe+"]",me="\\d+",ye="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",xe="[^\\ud800-\\udfff]",Se="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Oe="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ee="(?:"+be+"|"+_e+")",Te="(?:"+Oe+"|"+_e+")",Ce="(?:"+ge+"|"+we+")"+"?",Pe="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[xe,Se,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),Ie="(?:"+[ye,Se,ke].join("|")+")"+Pe,je="(?:"+[xe+ge+"?",ge,Se,ke,he].join("|")+")",ze=RegExp("['’]","g"),Re=RegExp(ge,"g"),Me=RegExp(we+"(?="+we+")|"+je+Pe,"g"),Ne=RegExp([Oe+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Oe,"$"].join("|")+")",Te+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Oe+Ee,"$"].join("|")+")",Oe+"?"+Ee+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Oe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Ie].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],De=-1,He={};He[O]=He[E]=He[T]=He[C]=He[P]=He[I]=He["[object Uint8ClampedArray]"]=He[j]=He[z]=!0,He[c]=He[u]=He[S]=He[s]=He[k]=He[f]=He[p]=He[d]=He[v]=He[g]=He[m]=He[y]=He[b]=He[_]=He[x]=!1;var Ue={};Ue[c]=Ue[u]=Ue[S]=Ue[k]=Ue[s]=Ue[f]=Ue[O]=Ue[E]=Ue[T]=Ue[C]=Ue[P]=Ue[v]=Ue[g]=Ue[m]=Ue[y]=Ue[b]=Ue[_]=Ue[w]=Ue[I]=Ue["[object Uint8ClampedArray]"]=Ue[j]=Ue[z]=!0,Ue[p]=Ue[d]=Ue[x]=!1;var We={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ve=parseInt,Ge="object"==typeof e&&e&&e.Object===Object&&e,Ke="object"==typeof self&&self&&self.Object===Object&&self,qe=Ge||Ke||Function("return this")(),$e=t&&!t.nodeType&&t,Qe=$e&&"object"==typeof r&&r&&!r.nodeType&&r,Ye=Qe&&Qe.exports===$e,Xe=Ye&&Ge.process,Je=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Xe&&Xe.binding&&Xe.binding("util")}catch(e){}}(),Ze=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,ot=Je&&Je.isTypedArray;function it(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o-1}function pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Mt(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=Et({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Lt=Et({"&":"&","<":"<",">":">",'"':""","'":"'"});function Ft(e){return"\\"+We[e]}function Dt(e){return Ae.test(e)}function Ht(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ut(e,t){return function(n){return e(t(n))}}function Wt(e,t){for(var n=-1,r=e.length,o=0,i=[];++n",""":'"',"'":"'"});var $t=function e(t){var n,r=(t=null==t?qe:$t.defaults(qe.Object(),t,$t.pick(qe,Fe))).Array,o=t.Date,pe=t.Error,de=t.Function,he=t.Math,ve=t.Object,ge=t.RegExp,me=t.String,ye=t.TypeError,be=r.prototype,_e=de.prototype,we=ve.prototype,xe=t["__core-js_shared__"],Se=_e.toString,ke=we.hasOwnProperty,Oe=0,Ee=(n=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Te=we.toString,Ce=Se.call(ve),Pe=qe._,Ie=ge("^"+Se.call(ke).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=Ye?t.Buffer:void 0,Me=t.Symbol,Ae=t.Uint8Array,We=je?je.allocUnsafe:void 0,Ge=Ut(ve.getPrototypeOf,ve),Ke=ve.create,$e=we.propertyIsEnumerable,Qe=be.splice,Xe=Me?Me.isConcatSpreadable:void 0,Je=Me?Me.iterator:void 0,yt=Me?Me.toStringTag:void 0,Et=function(){try{var e=ei(ve,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=o&&o.now!==qe.Date.now&&o.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=he.ceil,Zt=he.floor,en=ve.getOwnPropertySymbols,tn=je?je.isBuffer:void 0,nn=t.isFinite,rn=be.join,on=Ut(ve.keys,ve),an=he.max,ln=he.min,cn=o.now,un=t.parseInt,sn=he.random,fn=be.reverse,pn=ei(t,"DataView"),dn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),mn=ei(ve,"create"),yn=gn&&new gn,bn={},_n=Ti(pn),wn=Ti(dn),xn=Ti(hn),Sn=Ti(vn),kn=Ti(gn),On=Me?Me.prototype:void 0,En=On?On.valueOf:void 0,Tn=On?On.toString:void 0;function Cn(e){if(Va(e)&&!Ra(e)&&!(e instanceof zn)){if(e instanceof jn)return e;if(ke.call(e,"__wrapped__"))return Ci(e)}return new jn(e)}var Pn=function(){function e(){}return function(t){if(!Ba(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function In(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,l=1&t,u=2&t,p=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Ba(e))return e;var x=Ra(e);if(x){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return yo(e,a)}else{var R=ri(e),M=R==d||R==h;if(La(e))return fo(e,l);if(R==m||R==c||M&&!o){if(a=u||M?{}:ii(e),!l)return u?function(e,t){return bo(e,ni(e),t)}(e,function(e,t){return e&&bo(t,wl(t),e)}(a,e)):function(e,t){return bo(e,ti(e),t)}(e,Kn(a,e))}else{if(!Ue[R])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case S:return po(e);case s:case f:return new r(+e);case k:return function(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case O:case E:case T:case C:case P:case I:case"[object Uint8ClampedArray]":case j:case z:return ho(e,n);case v:return new r;case g:case _:return new r(e);case y:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new r;case w:return o=e,En?ve(En.call(o)):{}}var o}(e,R,l)}}i||(i=new Ln);var N=i.get(e);if(N)return N;i.set(e,a),Qa(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):Ga(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=x?void 0:(p?u?qo:Ko:u?wl:_l)(e);return lt(A||e,(function(r,o){A&&(r=e[o=r]),Bn(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=ve(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new ye(i);return _i((function(){e.apply(void 0,n)}),t)}function Zn(e,t,n,r){var o=-1,i=ft,a=!0,l=e.length,c=[],u=t.length;if(!l)return c;n&&(t=dt(t,It(n))),r?(i=pt,a=!1):t.length>=200&&(i=zt,a=!1,t=new An(t));e:for(;++o-1},Mn.prototype.set=function(e,t){var n=this.__data__,r=Vn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(dn||Mn),string:new Rn}},Nn.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Jo(this,e).get(e)},Nn.prototype.has=function(e){return Jo(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},An.prototype.add=An.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},An.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.clear=function(){this.__data__=new Mn,this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ln.prototype.get=function(e){return this.__data__.get(e)},Ln.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Mn){var r=n.__data__;if(!dn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var er=xo(cr),tr=xo(ur,!0);function nr(e,t){var n=!0;return er(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function rr(e,t,n){for(var r=-1,o=e.length;++r0&&n(l)?t>1?ir(l,t-1,n,r,o):ht(o,l):r||(o[o.length]=l)}return o}var ar=So(),lr=So(!0);function cr(e,t){return e&&ar(e,t,_l)}function ur(e,t){return e&&lr(e,t,_l)}function sr(e,t){return st(t,(function(t){return Ha(e[t])}))}function fr(e,t){for(var n=0,r=(t=lo(t,e)).length;null!=e&&nt}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in ve(e)}function mr(e,t,n){for(var o=n?pt:ft,i=e[0].length,a=e.length,l=a,c=r(a),u=1/0,s=[];l--;){var f=e[l];l&&t&&(f=dt(f,It(t))),u=ln(f.length,u),c[l]=!n&&(t||i>=120&&f.length>=120)?new An(l&&f):void 0}f=e[0];var p=-1,d=c[0];e:for(;++p=l)return c;var u=n[r];return c*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,o=t.length,i={};++r-1;)l!==e&&Qe.call(l,c,1),Qe.call(e,c,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;li(o)?Qe.call(e,o,1):Zr(e,o)}}return e}function Ar(e,t){return e+Zt(sn()*(t-e+1))}function Lr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=Zt(t/2))&&(e+=e)}while(t);return n}function Fr(e,t){return wi(vi(e,t,Kl),e+"")}function Dr(e){return Dn(Pl(e))}function Hr(e,t){var n=Pl(e);return ki(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!Ba(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,l=e;null!=l&&++oi?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a=200){var u=t?null:Fo(e);if(u)return Bt(u);a=!1,o=zt,c=new An}else c=t?[]:l;e:for(;++r=r?e:Gr(e,t,n)}var so=Qt||function(e){return qe.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function po(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function ho(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function vo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,l=null===t,c=t==t,u=Xa(t);if(!l&&!u&&!i&&e>t||i&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!i&&!u&&e1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&ci(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=ve(t);++r-1?o[i?t[a]:a]:void 0}}function Co(e){return Go((function(t){var n=t.length,r=n,o=jn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ye(i);if(o&&!l&&"wrapper"==Qo(a))var l=new jn([],!0)}for(r=l?r:n;++r1&&b.reverse(),f&&ul))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var f=-1,p=!0,d=2&n?new An:void 0;for(i.set(e,t),i.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(X,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return lt(l,(function(n){var r="_."+n[0];t&n[1]&&!ft(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(J);return t?t[1].split(Z):[]}(r),n)))}function Si(e){var t=0,n=0;return function(){var r=cn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ki(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$i(e,n)}));function ta(e){var t=Cn(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var ra=Go((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return $n(t,e)};return!(t>1||this.__actions__.length)&&r instanceof zn&&li(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new jn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var oa=_o((function(e,t,n){ke.call(e,n)?++e[n]:qn(e,n,1)}));var ia=To(zi),aa=To(Ri);function la(e,t){return(Ra(e)?lt:er)(e,Xo(t,3))}function ca(e,t){return(Ra(e)?ct:tr)(e,Xo(t,3))}var ua=_o((function(e,t,n){ke.call(e,n)?e[n].push(t):qn(e,n,[t])}));var sa=Fr((function(e,t,n){var o=-1,i="function"==typeof t,a=Na(e)?r(e.length):[];return er(e,(function(e){a[++o]=i?it(t,e,n):yr(e,t,n)})),a})),fa=_o((function(e,t,n){qn(e,n,t)}));function pa(e,t){return(Ra(e)?dt:Tr)(e,Xo(t,3))}var da=_o((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ha=Fr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ci(e,t[0],t[1])?t=[]:n>2&&ci(t[0],t[1],t[2])&&(t=[t[0]]),zr(e,ir(t,1),[])})),va=Yt||function(){return qe.Date.now()};function ga(e,t,n){return t=n?void 0:t,Ho(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ma(e,t){var n;if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Fr((function(e,t,n){var r=1;if(n.length){var o=Wt(n,Yo(ya));r|=32}return Ho(e,r,t,n,o)})),ba=Fr((function(e,t,n){var r=3;if(n.length){var o=Wt(n,Yo(ba));r|=32}return Ho(t,r,e,n,o)}));function _a(e,t,n){var r,o,a,l,c,u,s=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new ye(i);function h(t){var n=r,i=o;return r=o=void 0,s=t,l=e.apply(i,n)}function v(e){return s=e,c=_i(m,t),f?h(e):l}function g(e){var n=e-u;return void 0===u||n>=t||n<0||p&&e-s>=a}function m(){var e=va();if(g(e))return y(e);c=_i(m,function(e){var n=t-(e-u);return p?ln(n,a-(e-s)):n}(e))}function y(e){return c=void 0,d&&r?h(e):(r=o=void 0,l)}function b(){var e=va(),n=g(e);if(r=arguments,o=this,u=e,n){if(void 0===c)return v(u);if(p)return so(c),c=_i(m,t),h(u)}return void 0===c&&(c=_i(m,t)),l}return t=il(t)||0,Ba(n)&&(f=!!n.leading,a=(p="maxWait"in n)?an(il(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),b.cancel=function(){void 0!==c&&so(c),s=0,r=u=o=c=void 0},b.flush=function(){return void 0===c?l:y(va())},b}var wa=Fr((function(e,t){return Jn(e,1,t)})),xa=Fr((function(e,t,n){return Jn(e,il(t)||0,n)}));function Sa(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ye(i);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sa.Cache||Nn),n}function ka(e){if("function"!=typeof e)throw new ye(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Sa.Cache=Nn;var Oa=co((function(e,t){var n=(t=1==t.length&&Ra(t[0])?dt(t[0],It(Xo())):dt(ir(t,1),It(Xo()))).length;return Fr((function(r){for(var o=-1,i=ln(r.length,n);++o=t})),za=br(function(){return arguments}())?br:function(e){return Va(e)&&ke.call(e,"callee")&&!$e.call(e,"callee")},Ra=r.isArray,Ma=Ze?It(Ze):function(e){return Va(e)&&dr(e)==S};function Na(e){return null!=e&&Wa(e.length)&&!Ha(e)}function Aa(e){return Va(e)&&Na(e)}var La=tn||ic,Fa=et?It(et):function(e){return Va(e)&&dr(e)==f};function Da(e){if(!Va(e))return!1;var t=dr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!qa(e)}function Ha(e){if(!Ba(e))return!1;var t=dr(e);return t==d||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ua(e){return"number"==typeof e&&e==rl(e)}function Wa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ba(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Va(e){return null!=e&&"object"==typeof e}var Ga=tt?It(tt):function(e){return Va(e)&&ri(e)==v};function Ka(e){return"number"==typeof e||Va(e)&&dr(e)==g}function qa(e){if(!Va(e)||dr(e)!=m)return!1;var t=Ge(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Se.call(n)==Ce}var $a=nt?It(nt):function(e){return Va(e)&&dr(e)==y};var Qa=rt?It(rt):function(e){return Va(e)&&ri(e)==b};function Ya(e){return"string"==typeof e||!Ra(e)&&Va(e)&&dr(e)==_}function Xa(e){return"symbol"==typeof e||Va(e)&&dr(e)==w}var Ja=ot?It(ot):function(e){return Va(e)&&Wa(e.length)&&!!He[dr(e)]};var Za=No(Er),el=No((function(e,t){return e<=t}));function tl(e){if(!e)return[];if(Na(e))return Ya(e)?Kt(e):yo(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=ri(e);return(t==v?Ht:t==b?Bt:Pl)(e)}function nl(e){return e?(e=il(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function rl(e){var t=nl(e),n=t%1;return t==t?n?t-n:t:0}function ol(e){return e?Qn(rl(e),0,4294967295):0}function il(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if(Ba(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ba(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace($,"");var n=ie.test(e);return n||le.test(e)?Ve(e.slice(2),n?2:8):oe.test(e)?NaN:+e}function al(e){return bo(e,wl(e))}function ll(e){return null==e?"":Xr(e)}var cl=wo((function(e,t){if(pi(t)||Na(t))bo(t,_l(t),e);else for(var n in t)ke.call(t,n)&&Bn(e,n,t[n])})),ul=wo((function(e,t){bo(t,wl(t),e)})),sl=wo((function(e,t,n,r){bo(t,wl(t),e,r)})),fl=wo((function(e,t,n,r){bo(t,_l(t),e,r)})),pl=Go($n);var dl=Fr((function(e,t){e=ve(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&ci(t[0],t[1],o)&&(r=1);++n1),t})),bo(e,qo(e),n),r&&(n=Yn(n,7,Bo));for(var o=t.length;o--;)Zr(n,t[o]);return n}));var Ol=Go((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gl(e,n)}))}(e,t)}));function El(e,t){if(null==e)return{};var n=dt(qo(e),(function(e){return[e]}));return t=Xo(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Tl=Do(_l),Cl=Do(wl);function Pl(e){return null==e?[]:jt(e,_l(e))}var Il=Oo((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Dl(ll(e).toLowerCase())}function zl(e){return(e=ll(e))&&e.replace(ue,At).replace(Re,"")}var Rl=Oo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ml=Oo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Nl=ko("toLowerCase");var Al=Oo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ll=Oo((function(e,t,n){return e+(n?" ":"")+Dl(t)}));var Fl=Oo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dl=ko("toUpperCase");function Hl(e,t,n){return e=ll(e),void 0===(t=n?void 0:t)?function(e){return Le.test(e)}(e)?function(e){return e.match(Ne)||[]}(e):function(e){return e.match(ee)||[]}(e):e.match(t)||[]}var Ul=Fr((function(e,t){try{return it(e,void 0,t)}catch(e){return Da(e)?e:new pe(e)}})),Wl=Go((function(e,t){return lt(t,(function(t){t=Ei(t),qn(e,t,ya(e[t],e))})),e}));function Bl(e){return function(){return e}}var Vl=Co(),Gl=Co(!0);function Kl(e){return e}function ql(e){return Sr("function"==typeof e?e:Yn(e,1))}var $l=Fr((function(e,t){return function(n){return yr(n,e,t)}})),Ql=Fr((function(e,t){return function(n){return yr(e,n,t)}}));function Yl(e,t,n){var r=_l(t),o=sr(t,r);null!=n||Ba(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=sr(t,_l(t)));var i=!(Ba(n)&&"chain"in n&&!n.chain),a=Ha(e);return lt(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Xl(){}var Jl=zo(dt),Zl=zo(ut),ec=zo(mt);function tc(e){return ui(e)?Ot(Ei(e)):function(e){return function(t){return fr(t,e)}}(e)}var nc=Mo(),rc=Mo(!0);function oc(){return[]}function ic(){return!1}var ac=jo((function(e,t){return e+t}),0),lc=Lo("ceil"),cc=jo((function(e,t){return e/t}),1),uc=Lo("floor");var sc,fc=jo((function(e,t){return e*t}),1),pc=Lo("round"),dc=jo((function(e,t){return e-t}),0);return Cn.after=function(e,t){if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){if(--e<1)return t.apply(this,arguments)}},Cn.ary=ga,Cn.assign=cl,Cn.assignIn=ul,Cn.assignInWith=sl,Cn.assignWith=fl,Cn.at=pl,Cn.before=ma,Cn.bind=ya,Cn.bindAll=Wl,Cn.bindKey=ba,Cn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},Cn.chain=ta,Cn.chunk=function(e,t,n){t=(n?ci(e,t,n):void 0===t)?1:an(rl(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,l=r(Jt(o/t));io?0:o+n),(r=void 0===r||r>o?o:rl(r))<0&&(r+=o),r=n>r?0:ol(r);n>>0)?(e=ll(e))&&("string"==typeof t||null!=t&&!$a(t))&&!(t=Xr(t))&&Dt(e)?uo(Kt(e),0,n):e.split(t,n):[]},Cn.spread=function(e,t){if("function"!=typeof e)throw new ye(i);return t=null==t?0:an(rl(t),0),Fr((function(n){var r=n[t],o=uo(n,0,t);return r&&ht(o,r),it(e,this,o)}))},Cn.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},Cn.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:rl(t))<0?0:t):[]},Cn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:rl(t)))<0?0:t,r):[]},Cn.takeRightWhile=function(e,t){return e&&e.length?to(e,Xo(t,3),!1,!0):[]},Cn.takeWhile=function(e,t){return e&&e.length?to(e,Xo(t,3)):[]},Cn.tap=function(e,t){return t(e),e},Cn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ye(i);return Ba(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),_a(e,t,{leading:r,maxWait:t,trailing:o})},Cn.thru=na,Cn.toArray=tl,Cn.toPairs=Tl,Cn.toPairsIn=Cl,Cn.toPath=function(e){return Ra(e)?dt(e,Ei):Xa(e)?[e]:yo(Oi(ll(e)))},Cn.toPlainObject=al,Cn.transform=function(e,t,n){var r=Ra(e),o=r||La(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Ba(e)&&Ha(i)?Pn(Ge(e)):{}}return(o?lt:cr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Cn.unary=function(e){return ga(e,1)},Cn.union=Vi,Cn.unionBy=Gi,Cn.unionWith=Ki,Cn.uniq=function(e){return e&&e.length?Jr(e):[]},Cn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Cn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Cn.unset=function(e,t){return null==e||Zr(e,t)},Cn.unzip=qi,Cn.unzipWith=$i,Cn.update=function(e,t,n){return null==e?e:eo(e,t,ao(n))},Cn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:eo(e,t,ao(n),r)},Cn.values=Pl,Cn.valuesIn=function(e){return null==e?[]:jt(e,wl(e))},Cn.without=Qi,Cn.words=Hl,Cn.wrap=function(e,t){return Ea(ao(t),e)},Cn.xor=Yi,Cn.xorBy=Xi,Cn.xorWith=Ji,Cn.zip=Zi,Cn.zipObject=function(e,t){return oo(e||[],t||[],Bn)},Cn.zipObjectDeep=function(e,t){return oo(e||[],t||[],Ur)},Cn.zipWith=ea,Cn.entries=Tl,Cn.entriesIn=Cl,Cn.extend=ul,Cn.extendWith=sl,Yl(Cn,Cn),Cn.add=ac,Cn.attempt=Ul,Cn.camelCase=Il,Cn.capitalize=jl,Cn.ceil=lc,Cn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=il(n))==n?n:0),void 0!==t&&(t=(t=il(t))==t?t:0),Qn(il(e),t,n)},Cn.clone=function(e){return Yn(e,4)},Cn.cloneDeep=function(e){return Yn(e,5)},Cn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Cn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Cn.conformsTo=function(e,t){return null==t||Xn(e,t,_l(t))},Cn.deburr=zl,Cn.defaultTo=function(e,t){return null==e||e!=e?t:e},Cn.divide=cc,Cn.endsWith=function(e,t,n){e=ll(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Qn(rl(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Cn.eq=Pa,Cn.escape=function(e){return(e=ll(e))&&D.test(e)?e.replace(L,Lt):e},Cn.escapeRegExp=function(e){return(e=ll(e))&&q.test(e)?e.replace(K,"\\$&"):e},Cn.every=function(e,t,n){var r=Ra(e)?ut:nr;return n&&ci(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Cn.find=ia,Cn.findIndex=zi,Cn.findKey=function(e,t){return bt(e,Xo(t,3),cr)},Cn.findLast=aa,Cn.findLastIndex=Ri,Cn.findLastKey=function(e,t){return bt(e,Xo(t,3),ur)},Cn.floor=uc,Cn.forEach=la,Cn.forEachRight=ca,Cn.forIn=function(e,t){return null==e?e:ar(e,Xo(t,3),wl)},Cn.forInRight=function(e,t){return null==e?e:lr(e,Xo(t,3),wl)},Cn.forOwn=function(e,t){return e&&cr(e,Xo(t,3))},Cn.forOwnRight=function(e,t){return e&&ur(e,Xo(t,3))},Cn.get=vl,Cn.gt=Ia,Cn.gte=ja,Cn.has=function(e,t){return null!=e&&oi(e,t,vr)},Cn.hasIn=gl,Cn.head=Ni,Cn.identity=Kl,Cn.includes=function(e,t,n,r){e=Na(e)?e:Pl(e),n=n&&!r?rl(n):0;var o=e.length;return n<0&&(n=an(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&wt(e,t,n)>-1},Cn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:rl(n);return o<0&&(o=an(r+o,0)),wt(e,t,o)},Cn.inRange=function(e,t,n){return t=nl(t),void 0===n?(n=t,t=0):n=nl(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},Cn.isSet=Qa,Cn.isString=Ya,Cn.isSymbol=Xa,Cn.isTypedArray=Ja,Cn.isUndefined=function(e){return void 0===e},Cn.isWeakMap=function(e){return Va(e)&&ri(e)==x},Cn.isWeakSet=function(e){return Va(e)&&"[object WeakSet]"==dr(e)},Cn.join=function(e,t){return null==e?"":rn.call(e,t)},Cn.kebabCase=Rl,Cn.last=Di,Cn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=rl(n))<0?an(r+o,0):ln(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):_t(e,St,o,!0)},Cn.lowerCase=Ml,Cn.lowerFirst=Nl,Cn.lt=Za,Cn.lte=el,Cn.max=function(e){return e&&e.length?rr(e,Kl,hr):void 0},Cn.maxBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),hr):void 0},Cn.mean=function(e){return kt(e,Kl)},Cn.meanBy=function(e,t){return kt(e,Xo(t,2))},Cn.min=function(e){return e&&e.length?rr(e,Kl,Er):void 0},Cn.minBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),Er):void 0},Cn.stubArray=oc,Cn.stubFalse=ic,Cn.stubObject=function(){return{}},Cn.stubString=function(){return""},Cn.stubTrue=function(){return!0},Cn.multiply=fc,Cn.nth=function(e,t){return e&&e.length?jr(e,rl(t)):void 0},Cn.noConflict=function(){return qe._===this&&(qe._=Pe),this},Cn.noop=Xl,Cn.now=va,Cn.pad=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ro(Zt(o),n)+e+Ro(Jt(o),n)},Cn.padEnd=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=sn();return ln(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Ar(e,t)},Cn.reduce=function(e,t,n){var r=Ra(e)?vt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,er)},Cn.reduceRight=function(e,t,n){var r=Ra(e)?gt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Cn.repeat=function(e,t,n){return t=(n?ci(e,t,n):void 0===t)?1:rl(t),Lr(ll(e),t)},Cn.replace=function(){var e=arguments,t=ll(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Cn.result=function(e,t,n){var r=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var o=Pt(r,t=Xo(t));++n=i)return e;var l=n-Gt(r);if(l<1)return r;var c=a?uo(a,0,l).join(""):e.slice(0,l);if(void 0===o)return c+r;if(a&&(l+=c.length-l),$a(o)){if(e.slice(l).search(o)){var u,s=c;for(o.global||(o=ge(o.source,ll(re.exec(o))+"g")),o.lastIndex=0;u=o.exec(s);)var f=u.index;c=c.slice(0,void 0===f?l:f)}}else if(e.indexOf(Xr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+r},Cn.unescape=function(e){return(e=ll(e))&&F.test(e)?e.replace(A,qt):e},Cn.uniqueId=function(e){var t=++Oe;return ll(e)+t},Cn.upperCase=Fl,Cn.upperFirst=Dl,Cn.each=la,Cn.eachRight=ca,Cn.first=Ni,Yl(Cn,(sc={},cr(Cn,(function(e,t){ke.call(Cn.prototype,t)||(sc[t]=e)})),sc),{chain:!1}),Cn.VERSION="4.17.19",lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Cn[e].placeholder=Cn})),lt(["drop","take"],(function(e,t){zn.prototype[e]=function(n){n=void 0===n?1:an(rl(n),0);var r=this.__filtered__&&!t?new zn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");zn.prototype[e]=function(){return this[n](1).value()[0]}})),lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");zn.prototype[e]=function(){return this.__filtered__?new zn(this):this[n](1)}})),zn.prototype.compact=function(){return this.filter(Kl)},zn.prototype.find=function(e){return this.filter(e).head()},zn.prototype.findLast=function(e){return this.reverse().find(e)},zn.prototype.invokeMap=Fr((function(e,t){return"function"==typeof e?new zn(this):this.map((function(n){return yr(n,e,t)}))})),zn.prototype.reject=function(e){return this.filter(ka(Xo(e)))},zn.prototype.slice=function(e,t){e=rl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=rl(t))<0?n.dropRight(-t):n.take(t-e)),n)},zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},zn.prototype.toArray=function(){return this.take(4294967295)},cr(zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Cn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Cn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,l=t instanceof zn,c=a[0],u=l||Ra(t),s=function(e){var t=o.apply(Cn,ht([e],a));return r&&f?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=l&&!p;if(!i&&u){t=h?t:new zn(this);var v=e.apply(t,a);return v.__actions__.push({func:na,args:[s],thisArg:void 0}),new jn(v,f)}return d&&h?e.apply(this,a):(v=this.thru(s),d?r?v.value()[0]:v.value():v)})})),lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Cn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ra(o)?o:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(zn.prototype,(function(e,t){var n=Cn[t];if(n){var r=n.name+"";ke.call(bn,r)||(bn[r]=[]),bn[r].push({name:t,func:n})}})),bn[Po(void 0,2).name]=[{name:"wrapper",func:void 0}],zn.prototype.clone=function(){var e=new zn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},zn.prototype.reverse=function(){if(this.__filtered__){var e=new zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Cn.prototype.plant=function(e){for(var t,n=this;n instanceof In;){var r=Ci(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Cn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof zn){var t=e;return this.__actions__.length&&(t=new zn(this)),(t=t.reverse()).__actions__.push({func:na,args:[Bi],thisArg:void 0}),new jn(t,this.__chain__)}return this.thru(Bi)},Cn.prototype.toJSON=Cn.prototype.valueOf=Cn.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Cn.prototype.first=Cn.prototype.head,Je&&(Cn.prototype[Je]=function(){return this}),Cn}();qe._=$t,void 0===(o=function(){return $t}.call(t,n,t,r))||(r.exports=o)}).call(this)}).call(this,n(108),n(243)(e))},function(e,t,n){var r=n(26),o=n(335);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(26),o=n(376);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(173),o=n(132);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(113),l=n(138),c=n(139),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(140)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(121);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(202),o=n(148);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(108))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(172)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(81);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(249),i=n(60),a=n(94),l=n(174);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(172),i=n(132),a=n(131)("IE_PROTO"),l=function(){},c=function(){var e,t=n(171)("iframe"),r=i.length;for(t.style.display="none",n(251).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write(" - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

concatData

-
-
- -
-
fun <T1, E, T2, OT> LiveData<ResourceState<T1, E>>.concatData(liveData: LiveData<ResourceState<T2, E>>, function: (T1, T2) -> OT): LiveData<ResourceState<OT, E>>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/data-transform.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/data-transform.html deleted file mode 100644 index 01a3378a..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/data-transform.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - dataTransform - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

dataTransform

-
-
- -
-
fun <IT, E, OT> LiveData<ResourceState<IT, E>>.dataTransform(transform: LiveData<IT>.() -> LiveData<OT>): LiveData<ResourceState<OT, E>>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/data-value.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/data-value.html deleted file mode 100644 index e9f1d4fd..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/data-value.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - dataValue - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

dataValue

-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.dataValue(): T?
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/data.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/data.html deleted file mode 100644 index 396f380a..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/data.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - data - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

data

-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.data(): LiveData<T?>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/empty-as-data.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/empty-as-data.html deleted file mode 100644 index 8702dcf5..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/empty-as-data.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - emptyAsData - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

emptyAsData

-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.emptyAsData(dataBuilder: () -> T): LiveData<ResourceState<T, E>>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/empty-as-error.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/empty-as-error.html deleted file mode 100644 index 64f4ba76..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/empty-as-error.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - emptyAsError - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

emptyAsError

-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.emptyAsError(errorBuilder: () -> E): LiveData<ResourceState<T, E>>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/empty-if.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/empty-if.html deleted file mode 100644 index 3ac3449d..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/empty-if.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - emptyIf - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

emptyIf

-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.emptyIf(emptyPredicate: (T) -> Boolean): LiveData<ResourceState<T, E>>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/error-transform.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/error-transform.html deleted file mode 100644 index 1cec4f71..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/error-transform.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - errorTransform - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

errorTransform

-
-
- -
-
fun <T, IE, OE> LiveData<ResourceState<T, IE>>.errorTransform(transform: LiveData<IE>.() -> LiveData<OE>): LiveData<ResourceState<T, OE>>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/error-value.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/error-value.html deleted file mode 100644 index b6fce30f..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/error-value.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - errorValue - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

errorValue

-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.errorValue(): E?
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/error.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/error.html deleted file mode 100644 index 38157776..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/error.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - error - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

error

-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.error(): LiveData<E?>
fun <T, E, ST : ResourceState<T, E>, LD : LiveData<out ST>> List<LD>.error(): LiveData<E?>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/index.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/index.html deleted file mode 100644 index f434c1da..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/index.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - dev.icerock.moko.mvvm.livedata - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm.livedata

-
-
-
-
-

Functions

-
-
-
-
concatData -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T1, E, T2, OT> LiveData<ResourceState<T1, E>>.concatData(liveData: LiveData<ResourceState<T2, E>>, function: (T1, T2) -> OT): LiveData<ResourceState<OT, E>>
-
-
-
-
-
-
- -
-
-
data -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.data(): LiveData<T?>
-
-
-
-
-
-
- -
-
-
dataTransform -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <IT, E, OT> LiveData<ResourceState<IT, E>>.dataTransform(transform: LiveData<IT>.() -> LiveData<OT>): LiveData<ResourceState<OT, E>>
-
-
-
-
-
-
- -
-
-
dataValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.dataValue(): T?
-
-
-
-
-
-
- -
-
-
emptyAsData -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.emptyAsData(dataBuilder: () -> T): LiveData<ResourceState<T, E>>
-
-
-
-
-
-
- -
-
-
emptyAsError -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.emptyAsError(errorBuilder: () -> E): LiveData<ResourceState<T, E>>
-
-
-
-
-
-
- -
-
-
emptyIf -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.emptyIf(emptyPredicate: (T) -> Boolean): LiveData<ResourceState<T, E>>
-
-
-
-
-
-
- -
-
-
error -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.error(): LiveData<E?>
fun <T, E, ST : ResourceState<T, E>, LD : LiveData<out ST>> List<LD>.error(): LiveData<E?>
-
-
-
-
-
-
- -
-
-
errorTransform -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, IE, OE> LiveData<ResourceState<T, IE>>.errorTransform(transform: LiveData<IE>.() -> LiveData<OE>): LiveData<ResourceState<T, OE>>
-
-
-
-
-
-
- -
-
-
errorValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.errorValue(): E?
-
-
-
-
-
-
- -
-
-
isEmptyState -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.isEmptyState(): LiveData<Boolean>
fun <T, E, ST : ResourceState<T, E>, LD : LiveData<out ST>> List<LD>.isEmptyState(): LiveData<Boolean>
-
-
-
-
-
-
- -
-
-
isErrorState -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.isErrorState(): LiveData<Boolean>
fun <T, E, ST : ResourceState<T, E>, LD : LiveData<out ST>> List<LD>.isErrorState(): LiveData<Boolean>
-
-
-
-
-
-
- -
-
-
isLoadingState -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.isLoadingState(): LiveData<Boolean>
fun <T, E, ST : ResourceState<T, E>, LD : LiveData<out ST>> List<LD>.isLoadingState(): LiveData<Boolean>
-
-
-
-
-
-
- -
-
-
isSuccessState -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.isSuccessState(): LiveData<Boolean>
fun <T, E, ST : ResourceState<T, E>, LD : LiveData<out ST>> List<LD>.isSuccessState(): LiveData<Boolean>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/is-empty-state.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/is-empty-state.html deleted file mode 100644 index 51f95740..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/is-empty-state.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isEmptyState - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isEmptyState

-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.isEmptyState(): LiveData<Boolean>
fun <T, E, ST : ResourceState<T, E>, LD : LiveData<out ST>> List<LD>.isEmptyState(): LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/is-error-state.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/is-error-state.html deleted file mode 100644 index d5efbb10..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/is-error-state.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isErrorState - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isErrorState

-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.isErrorState(): LiveData<Boolean>
fun <T, E, ST : ResourceState<T, E>, LD : LiveData<out ST>> List<LD>.isErrorState(): LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/is-loading-state.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/is-loading-state.html deleted file mode 100644 index 3124f795..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/is-loading-state.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isLoadingState - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isLoadingState

-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.isLoadingState(): LiveData<Boolean>
fun <T, E, ST : ResourceState<T, E>, LD : LiveData<out ST>> List<LD>.isLoadingState(): LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/is-success-state.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/is-success-state.html deleted file mode 100644 index eb4402f6..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm.livedata/is-success-state.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isSuccessState - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isSuccessState

-
-
- -
-
fun <T, E> LiveData<ResourceState<T, E>>.isSuccessState(): LiveData<Boolean>
fun <T, E, ST : ResourceState<T, E>, LD : LiveData<out ST>> List<LD>.isSuccessState(): LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-empty/-empty.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-empty/-empty.html deleted file mode 100644 index afd5d1ab..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-empty/-empty.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - Empty - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Empty

-
-
- -
-
fun Empty()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-empty/index.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-empty/index.html deleted file mode 100644 index d3a020d3..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-empty/index.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - Empty - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Empty

-
class Empty<out T, out E> : ResourceState<T, E>
-
-
-
-
-

Functions

-
-
-
-
dataValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun dataValue(): T?
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
errorValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun errorValue(): E?
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
isEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isEmpty(): Boolean
-
-
-
-
-
-
- -
-
-
isFailed -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isFailed(): Boolean
-
-
-
-
-
-
- -
-
-
isLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isLoading(): Boolean
-
-
-
-
-
-
- -
-
-
isSuccess -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isSuccess(): Boolean
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/-failed.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/-failed.html deleted file mode 100644 index c41c8ff7..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/-failed.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - Failed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Failed

-
-
- -
-
fun <out E> Failed(error: E)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/component1.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/component1.html deleted file mode 100644 index f8eebce4..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/component1.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - component1 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

component1

-
-
- -
-
operator fun component1(): E
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/copy.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/copy.html deleted file mode 100644 index 25d56134..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/copy.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - copy - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

copy

-
-
- -
-
fun copy(error: E): ResourceState.Failed<T, E>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/error.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/error.html deleted file mode 100644 index 4d02a74a..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/error.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - error - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

error

-
-
- -
-
val error: E
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/index.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/index.html deleted file mode 100644 index 74218250..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-failed/index.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - Failed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Failed

-
data class Failed<out T, out E>(error: E) : ResourceState<T, E>
-
-
-
-
-

Functions

-
-
-
-
component1 -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
operator fun component1(): E
-
-
-
-
-
-
- -
-
-
copy -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun copy(error: E): ResourceState.Failed<T, E>
-
-
-
-
-
-
- -
-
-
dataValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun dataValue(): T?
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator override fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
errorValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun errorValue(): E?
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open override fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
isEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isEmpty(): Boolean
-
-
-
-
-
-
- -
-
-
isFailed -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isFailed(): Boolean
-
-
-
-
-
-
- -
-
-
isLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isLoading(): Boolean
-
-
-
-
-
-
- -
-
-
isSuccess -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isSuccess(): Boolean
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open override fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
error -
Link copied to clipboard
-
-
-
-
common
-
-
-
val error: E
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-loading/-loading.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-loading/-loading.html deleted file mode 100644 index 80459417..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-loading/-loading.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - Loading - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Loading

-
-
- -
-
fun Loading()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-loading/index.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-loading/index.html deleted file mode 100644 index af53cf21..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-loading/index.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - Loading - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Loading

-
class Loading<out T, out E> : ResourceState<T, E>
-
-
-
-
-

Functions

-
-
-
-
dataValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun dataValue(): T?
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
errorValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun errorValue(): E?
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
isEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isEmpty(): Boolean
-
-
-
-
-
-
- -
-
-
isFailed -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isFailed(): Boolean
-
-
-
-
-
-
- -
-
-
isLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isLoading(): Boolean
-
-
-
-
-
-
- -
-
-
isSuccess -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isSuccess(): Boolean
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/-success.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/-success.html deleted file mode 100644 index 3cadfb24..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/-success.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - Success - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Success

-
-
- -
-
fun <out T> Success(data: T)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/component1.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/component1.html deleted file mode 100644 index 01411c4f..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/component1.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - component1 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

component1

-
-
- -
-
operator fun component1(): T
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/copy.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/copy.html deleted file mode 100644 index ebbbab33..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/copy.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - copy - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

copy

-
-
- -
-
fun copy(data: T): ResourceState.Success<T, E>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/data.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/data.html deleted file mode 100644 index f181903b..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/data.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - data - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

data

-
-
- -
-
val data: T
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/index.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/index.html deleted file mode 100644 index bb5b41e4..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/-success/index.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - Success - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Success

-
data class Success<out T, out E>(data: T) : ResourceState<T, E>
-
-
-
-
-

Functions

-
-
-
-
component1 -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
operator fun component1(): T
-
-
-
-
-
-
- -
-
-
copy -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun copy(data: T): ResourceState.Success<T, E>
-
-
-
-
-
-
- -
-
-
dataValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun dataValue(): T?
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator override fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
errorValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun errorValue(): E?
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open override fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
isEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isEmpty(): Boolean
-
-
-
-
-
-
- -
-
-
isFailed -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isFailed(): Boolean
-
-
-
-
-
-
- -
-
-
isLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isLoading(): Boolean
-
-
-
-
-
-
- -
-
-
isSuccess -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isSuccess(): Boolean
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open override fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
data -
Link copied to clipboard
-
-
-
-
common
-
-
-
val data: T
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/data-value.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/data-value.html deleted file mode 100644 index 8bbc0460..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/data-value.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - dataValue - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

dataValue

-
-
- -
-
fun dataValue(): T?
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/error-value.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/error-value.html deleted file mode 100644 index aebae5ba..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/error-value.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - errorValue - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

errorValue

-
-
- -
-
fun errorValue(): E?
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/index.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/index.html deleted file mode 100644 index 7062548e..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/index.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - ResourceState - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ResourceState

-
sealed class ResourceState<out T, out E>
-
-
-
-
-

Types

-
-
-
-
Empty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
class Empty<out T, out E> : ResourceState<T, E>
-
-
-
-
-
-
- -
-
-
Failed -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
data class Failed<out T, out E>(error: E) : ResourceState<T, E>
-
-
-
-
-
-
- -
-
-
Loading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
class Loading<out T, out E> : ResourceState<T, E>
-
-
-
-
-
-
- -
-
-
Success -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
data class Success<out T, out E>(data: T) : ResourceState<T, E>
-
-
-
-
-
-
-
-

Functions

-
-
-
-
dataValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun dataValue(): T?
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
errorValue -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun errorValue(): E?
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
isEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isEmpty(): Boolean
-
-
-
-
-
-
- -
-
-
isFailed -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isFailed(): Boolean
-
-
-
-
-
-
- -
-
-
isLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isLoading(): Boolean
-
-
-
-
-
-
- -
-
-
isSuccess -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun isSuccess(): Boolean
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-

Inheritors

-
-
-
-
ResourceState -
Link copied to clipboard
-
-
-
-
- -
-
-
ResourceState -
Link copied to clipboard
-
-
-
-
- -
-
-
ResourceState -
Link copied to clipboard
-
-
-
-
- -
-
-
ResourceState -
Link copied to clipboard
-
-
-
-
-
-

Extensions

-
-
-
-
nullAsEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
inline fun <T, E> ResourceState<T, E>?.nullAsEmpty(): ResourceState<T, E>
-
-
-
-
-
-
- -
-
-
nullAsLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
inline fun <T, E> ResourceState<T, E>?.nullAsLoading(): ResourceState<T, E>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/is-empty.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/is-empty.html deleted file mode 100644 index cf3d87cb..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/is-empty.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isEmpty - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isEmpty

-
-
- -
-
fun isEmpty(): Boolean
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/is-failed.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/is-failed.html deleted file mode 100644 index c373da1e..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/is-failed.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isFailed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isFailed

-
-
- -
-
fun isFailed(): Boolean
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/is-loading.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/is-loading.html deleted file mode 100644 index e822d7be..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/is-loading.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isLoading - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isLoading

-
-
- -
-
fun isLoading(): Boolean
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/is-success.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/is-success.html deleted file mode 100644 index 723d2c5b..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/-resource-state/is-success.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isSuccess - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isSuccess

-
-
- -
-
fun isSuccess(): Boolean
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/as-state.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/as-state.html deleted file mode 100644 index b564a58e..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/as-state.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - asState - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

asState

-
-
- -
-
fun <T, E> T.asState(): ResourceState<T, E>
fun <T, E> T?.asState(whenNull: () -> ResourceState<T, E>): ResourceState<T, E>
fun <T, E> List<T>.asState(): ResourceState<List<T>, E>
fun <T, E> List<T>?.asState(whenNull: () -> ResourceState<List<T>, E>): ResourceState<List<T>, E>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/index.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/index.html deleted file mode 100644 index ce9a18ec..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/index.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - dev.icerock.moko.mvvm - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm

-
-
-
-
-

Types

-
-
-
-
ResourceState -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
sealed class ResourceState<out T, out E>
-
-
-
-
-
-
-
-

Functions

-
-
-
-
asState -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun <T, E> T.asState(): ResourceState<T, E>
fun <T, E> List<T>.asState(): ResourceState<List<T>, E>
fun <T, E> T?.asState(whenNull: () -> ResourceState<T, E>): ResourceState<T, E>
fun <T, E> List<T>?.asState(whenNull: () -> ResourceState<List<T>, E>): ResourceState<List<T>, E>
-
-
-
-
-
-
- -
-
-
nullAsEmpty -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
inline fun <T, E> ResourceState<T, E>?.nullAsEmpty(): ResourceState<T, E>
-
-
-
-
-
-
- -
-
-
nullAsLoading -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
inline fun <T, E> ResourceState<T, E>?.nullAsLoading(): ResourceState<T, E>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/null-as-empty.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/null-as-empty.html deleted file mode 100644 index ffc5555d..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/null-as-empty.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - nullAsEmpty - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

nullAsEmpty

-
-
- -
-
inline fun <T, E> ResourceState<T, E>?.nullAsEmpty(): ResourceState<T, E>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/null-as-loading.html b/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/null-as-loading.html deleted file mode 100644 index 9541d417..00000000 --- a/docs/mvvm-state/mvvm-state/dev.icerock.moko.mvvm/null-as-loading.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - nullAsLoading - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

nullAsLoading

-
-
- -
-
inline fun <T, E> ResourceState<T, E>?.nullAsLoading(): ResourceState<T, E>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/index.html b/docs/mvvm-state/mvvm-state/index.html deleted file mode 100644 index b4f9855a..00000000 --- a/docs/mvvm-state/mvvm-state/index.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - mvvm-state - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mvvm-state

-
-

Packages

-
-
-
-
-
dev.icerock.moko.mvvm -
Link copied to clipboard
-
-
-
-
common
-
-
-
-
-
-
- -
-
-
-
dev.icerock.moko.mvvm.livedata -
Link copied to clipboard
-
-
-
-
common
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-state/mvvm-state/package-list b/docs/mvvm-state/mvvm-state/package-list deleted file mode 100644 index 5834f460..00000000 --- a/docs/mvvm-state/mvvm-state/package-list +++ /dev/null @@ -1,6 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - -dev.icerock.moko.mvvm -dev.icerock.moko.mvvm.livedata - diff --git a/docs/mvvm-state/navigation.html b/docs/mvvm-state/navigation.html deleted file mode 100644 index 4d344835..00000000 --- a/docs/mvvm-state/navigation.html +++ /dev/null @@ -1,64 +0,0 @@ - - diff --git a/docs/mvvm-state/scripts/clipboard.js b/docs/mvvm-state/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/mvvm-state/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/mvvm-state/scripts/main.js b/docs/mvvm-state/scripts/main.js deleted file mode 100644 index 12373ea9..00000000 --- a/docs/mvvm-state/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=390)}([function(e,t,n){e.exports=n(264)()},function(e,t,n){"use strict";e.exports=n(239)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},X=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,A)&&this[A][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,A)&&e[A][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=z(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==A||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=z(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((R=function(){if(this instanceof R)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,A)&&o(this[A],e)&&(this[A][e]=!1),K(this,e,S(1,n))};return i&&G&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(114).f=O.f=Z,n(95).f=X,T.f=ee,i&&!n(111)&&l(W,"propertyIsEnumerable",X,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:R});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=R(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){G=!0},useSimple:function(){G=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):Y(k(e),t)},defineProperty:Q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=R();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,N.apply(M,r)}}),R.prototype[L]||n(59)(R.prototype,L,R.prototype.valueOf),f(R,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(257);var r=n(27),o=n(135),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(182)("asyncIterator")},function(e,t,n){var r=n(32),o=n(79),i=n(59),a=n(42),l=n(80),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(70),i=n(42),a=n(32),l=n(59),c=n(96),u=n(25),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(83)})},function(e,t,n){var r=n(10),o=n(83),i=n(81),a=n(27),l=n(29),c=n(31),u=n(184),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(180).set})},function(e,t,n){var r=n(54),o=n(70);n(252)("keys",(function(){return function(e){return o(r(e))}}))},function(e,t,n){"use strict";var r=n(10),o=n(130)(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(72)(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},function(e,t,n){var r=n(26),o=n(266);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(10);r(r.S+r.F,"Object",{assign:n(185)})},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(98),a=n(74),l=n(75),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(26),o=n(332);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(113),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(72)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(85)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(80),o=n(10),i=n(54),a=n(189),l=n(190),c=n(53),u=n(174),s=n(191);o(o.S+o.F*!n(192)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(91);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(112),o=n(71);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(72)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(80),o=n(112),i=n(54),a=n(53),l=n(259);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(200),i=n(147),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(282),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(304)),o=a(n(308)),i=a(n(205));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){(function(e,r){var o; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var i="Expected a function",a="__lodash_placeholder__",l=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",s="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Object]",y="[object RegExp]",b="[object Set]",_="[object String]",w="[object Symbol]",x="[object WeakMap]",S="[object ArrayBuffer]",k="[object DataView]",O="[object Float32Array]",E="[object Float64Array]",T="[object Int8Array]",C="[object Int16Array]",P="[object Int32Array]",I="[object Uint8Array]",j="[object Uint16Array]",z="[object Uint32Array]",R=/\b__p \+= '';/g,M=/\b(__p \+=) '' \+/g,N=/(__e\(.*?\)|\b__t\)) \+\n'';/g,A=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,F=RegExp(A.source),D=RegExp(L.source),H=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,W=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,G=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,K=/[\\^$.*+?()[\]{}|]/g,q=RegExp(K.source),$=/^\s+|\s+$/g,Q=/^\s+/,Y=/\s+$/,X=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,J=/\{\n\/\* \[wrapped with (.+)\] \*/,Z=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,fe=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ve="["+de+"]",ge="["+pe+"]",me="\\d+",ye="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",xe="[^\\ud800-\\udfff]",Se="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Oe="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ee="(?:"+be+"|"+_e+")",Te="(?:"+Oe+"|"+_e+")",Ce="(?:"+ge+"|"+we+")"+"?",Pe="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[xe,Se,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),Ie="(?:"+[ye,Se,ke].join("|")+")"+Pe,je="(?:"+[xe+ge+"?",ge,Se,ke,he].join("|")+")",ze=RegExp("['’]","g"),Re=RegExp(ge,"g"),Me=RegExp(we+"(?="+we+")|"+je+Pe,"g"),Ne=RegExp([Oe+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Oe,"$"].join("|")+")",Te+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Oe+Ee,"$"].join("|")+")",Oe+"?"+Ee+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Oe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Ie].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],De=-1,He={};He[O]=He[E]=He[T]=He[C]=He[P]=He[I]=He["[object Uint8ClampedArray]"]=He[j]=He[z]=!0,He[c]=He[u]=He[S]=He[s]=He[k]=He[f]=He[p]=He[d]=He[v]=He[g]=He[m]=He[y]=He[b]=He[_]=He[x]=!1;var Ue={};Ue[c]=Ue[u]=Ue[S]=Ue[k]=Ue[s]=Ue[f]=Ue[O]=Ue[E]=Ue[T]=Ue[C]=Ue[P]=Ue[v]=Ue[g]=Ue[m]=Ue[y]=Ue[b]=Ue[_]=Ue[w]=Ue[I]=Ue["[object Uint8ClampedArray]"]=Ue[j]=Ue[z]=!0,Ue[p]=Ue[d]=Ue[x]=!1;var We={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ve=parseInt,Ge="object"==typeof e&&e&&e.Object===Object&&e,Ke="object"==typeof self&&self&&self.Object===Object&&self,qe=Ge||Ke||Function("return this")(),$e=t&&!t.nodeType&&t,Qe=$e&&"object"==typeof r&&r&&!r.nodeType&&r,Ye=Qe&&Qe.exports===$e,Xe=Ye&&Ge.process,Je=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Xe&&Xe.binding&&Xe.binding("util")}catch(e){}}(),Ze=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,ot=Je&&Je.isTypedArray;function it(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o-1}function pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Mt(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=Et({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Lt=Et({"&":"&","<":"<",">":">",'"':""","'":"'"});function Ft(e){return"\\"+We[e]}function Dt(e){return Ae.test(e)}function Ht(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ut(e,t){return function(n){return e(t(n))}}function Wt(e,t){for(var n=-1,r=e.length,o=0,i=[];++n",""":'"',"'":"'"});var $t=function e(t){var n,r=(t=null==t?qe:$t.defaults(qe.Object(),t,$t.pick(qe,Fe))).Array,o=t.Date,pe=t.Error,de=t.Function,he=t.Math,ve=t.Object,ge=t.RegExp,me=t.String,ye=t.TypeError,be=r.prototype,_e=de.prototype,we=ve.prototype,xe=t["__core-js_shared__"],Se=_e.toString,ke=we.hasOwnProperty,Oe=0,Ee=(n=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Te=we.toString,Ce=Se.call(ve),Pe=qe._,Ie=ge("^"+Se.call(ke).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=Ye?t.Buffer:void 0,Me=t.Symbol,Ae=t.Uint8Array,We=je?je.allocUnsafe:void 0,Ge=Ut(ve.getPrototypeOf,ve),Ke=ve.create,$e=we.propertyIsEnumerable,Qe=be.splice,Xe=Me?Me.isConcatSpreadable:void 0,Je=Me?Me.iterator:void 0,yt=Me?Me.toStringTag:void 0,Et=function(){try{var e=ei(ve,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=o&&o.now!==qe.Date.now&&o.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=he.ceil,Zt=he.floor,en=ve.getOwnPropertySymbols,tn=je?je.isBuffer:void 0,nn=t.isFinite,rn=be.join,on=Ut(ve.keys,ve),an=he.max,ln=he.min,cn=o.now,un=t.parseInt,sn=he.random,fn=be.reverse,pn=ei(t,"DataView"),dn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),mn=ei(ve,"create"),yn=gn&&new gn,bn={},_n=Ti(pn),wn=Ti(dn),xn=Ti(hn),Sn=Ti(vn),kn=Ti(gn),On=Me?Me.prototype:void 0,En=On?On.valueOf:void 0,Tn=On?On.toString:void 0;function Cn(e){if(Va(e)&&!Ra(e)&&!(e instanceof zn)){if(e instanceof jn)return e;if(ke.call(e,"__wrapped__"))return Ci(e)}return new jn(e)}var Pn=function(){function e(){}return function(t){if(!Ba(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function In(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,l=1&t,u=2&t,p=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Ba(e))return e;var x=Ra(e);if(x){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return yo(e,a)}else{var R=ri(e),M=R==d||R==h;if(La(e))return fo(e,l);if(R==m||R==c||M&&!o){if(a=u||M?{}:ii(e),!l)return u?function(e,t){return bo(e,ni(e),t)}(e,function(e,t){return e&&bo(t,wl(t),e)}(a,e)):function(e,t){return bo(e,ti(e),t)}(e,Kn(a,e))}else{if(!Ue[R])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case S:return po(e);case s:case f:return new r(+e);case k:return function(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case O:case E:case T:case C:case P:case I:case"[object Uint8ClampedArray]":case j:case z:return ho(e,n);case v:return new r;case g:case _:return new r(e);case y:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new r;case w:return o=e,En?ve(En.call(o)):{}}var o}(e,R,l)}}i||(i=new Ln);var N=i.get(e);if(N)return N;i.set(e,a),Qa(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):Ga(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=x?void 0:(p?u?qo:Ko:u?wl:_l)(e);return lt(A||e,(function(r,o){A&&(r=e[o=r]),Bn(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=ve(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new ye(i);return _i((function(){e.apply(void 0,n)}),t)}function Zn(e,t,n,r){var o=-1,i=ft,a=!0,l=e.length,c=[],u=t.length;if(!l)return c;n&&(t=dt(t,It(n))),r?(i=pt,a=!1):t.length>=200&&(i=zt,a=!1,t=new An(t));e:for(;++o-1},Mn.prototype.set=function(e,t){var n=this.__data__,r=Vn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(dn||Mn),string:new Rn}},Nn.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Jo(this,e).get(e)},Nn.prototype.has=function(e){return Jo(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},An.prototype.add=An.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},An.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.clear=function(){this.__data__=new Mn,this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ln.prototype.get=function(e){return this.__data__.get(e)},Ln.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Mn){var r=n.__data__;if(!dn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var er=xo(cr),tr=xo(ur,!0);function nr(e,t){var n=!0;return er(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function rr(e,t,n){for(var r=-1,o=e.length;++r0&&n(l)?t>1?ir(l,t-1,n,r,o):ht(o,l):r||(o[o.length]=l)}return o}var ar=So(),lr=So(!0);function cr(e,t){return e&&ar(e,t,_l)}function ur(e,t){return e&&lr(e,t,_l)}function sr(e,t){return st(t,(function(t){return Ha(e[t])}))}function fr(e,t){for(var n=0,r=(t=lo(t,e)).length;null!=e&&nt}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in ve(e)}function mr(e,t,n){for(var o=n?pt:ft,i=e[0].length,a=e.length,l=a,c=r(a),u=1/0,s=[];l--;){var f=e[l];l&&t&&(f=dt(f,It(t))),u=ln(f.length,u),c[l]=!n&&(t||i>=120&&f.length>=120)?new An(l&&f):void 0}f=e[0];var p=-1,d=c[0];e:for(;++p=l)return c;var u=n[r];return c*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,o=t.length,i={};++r-1;)l!==e&&Qe.call(l,c,1),Qe.call(e,c,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;li(o)?Qe.call(e,o,1):Zr(e,o)}}return e}function Ar(e,t){return e+Zt(sn()*(t-e+1))}function Lr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=Zt(t/2))&&(e+=e)}while(t);return n}function Fr(e,t){return wi(vi(e,t,Kl),e+"")}function Dr(e){return Dn(Pl(e))}function Hr(e,t){var n=Pl(e);return ki(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!Ba(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,l=e;null!=l&&++oi?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a=200){var u=t?null:Fo(e);if(u)return Bt(u);a=!1,o=zt,c=new An}else c=t?[]:l;e:for(;++r=r?e:Gr(e,t,n)}var so=Qt||function(e){return qe.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function po(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function ho(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function vo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,l=null===t,c=t==t,u=Xa(t);if(!l&&!u&&!i&&e>t||i&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!i&&!u&&e1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&ci(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=ve(t);++r-1?o[i?t[a]:a]:void 0}}function Co(e){return Go((function(t){var n=t.length,r=n,o=jn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ye(i);if(o&&!l&&"wrapper"==Qo(a))var l=new jn([],!0)}for(r=l?r:n;++r1&&b.reverse(),f&&ul))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var f=-1,p=!0,d=2&n?new An:void 0;for(i.set(e,t),i.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(X,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return lt(l,(function(n){var r="_."+n[0];t&n[1]&&!ft(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(J);return t?t[1].split(Z):[]}(r),n)))}function Si(e){var t=0,n=0;return function(){var r=cn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ki(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$i(e,n)}));function ta(e){var t=Cn(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var ra=Go((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return $n(t,e)};return!(t>1||this.__actions__.length)&&r instanceof zn&&li(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new jn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var oa=_o((function(e,t,n){ke.call(e,n)?++e[n]:qn(e,n,1)}));var ia=To(zi),aa=To(Ri);function la(e,t){return(Ra(e)?lt:er)(e,Xo(t,3))}function ca(e,t){return(Ra(e)?ct:tr)(e,Xo(t,3))}var ua=_o((function(e,t,n){ke.call(e,n)?e[n].push(t):qn(e,n,[t])}));var sa=Fr((function(e,t,n){var o=-1,i="function"==typeof t,a=Na(e)?r(e.length):[];return er(e,(function(e){a[++o]=i?it(t,e,n):yr(e,t,n)})),a})),fa=_o((function(e,t,n){qn(e,n,t)}));function pa(e,t){return(Ra(e)?dt:Tr)(e,Xo(t,3))}var da=_o((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ha=Fr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ci(e,t[0],t[1])?t=[]:n>2&&ci(t[0],t[1],t[2])&&(t=[t[0]]),zr(e,ir(t,1),[])})),va=Yt||function(){return qe.Date.now()};function ga(e,t,n){return t=n?void 0:t,Ho(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ma(e,t){var n;if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Fr((function(e,t,n){var r=1;if(n.length){var o=Wt(n,Yo(ya));r|=32}return Ho(e,r,t,n,o)})),ba=Fr((function(e,t,n){var r=3;if(n.length){var o=Wt(n,Yo(ba));r|=32}return Ho(t,r,e,n,o)}));function _a(e,t,n){var r,o,a,l,c,u,s=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new ye(i);function h(t){var n=r,i=o;return r=o=void 0,s=t,l=e.apply(i,n)}function v(e){return s=e,c=_i(m,t),f?h(e):l}function g(e){var n=e-u;return void 0===u||n>=t||n<0||p&&e-s>=a}function m(){var e=va();if(g(e))return y(e);c=_i(m,function(e){var n=t-(e-u);return p?ln(n,a-(e-s)):n}(e))}function y(e){return c=void 0,d&&r?h(e):(r=o=void 0,l)}function b(){var e=va(),n=g(e);if(r=arguments,o=this,u=e,n){if(void 0===c)return v(u);if(p)return so(c),c=_i(m,t),h(u)}return void 0===c&&(c=_i(m,t)),l}return t=il(t)||0,Ba(n)&&(f=!!n.leading,a=(p="maxWait"in n)?an(il(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),b.cancel=function(){void 0!==c&&so(c),s=0,r=u=o=c=void 0},b.flush=function(){return void 0===c?l:y(va())},b}var wa=Fr((function(e,t){return Jn(e,1,t)})),xa=Fr((function(e,t,n){return Jn(e,il(t)||0,n)}));function Sa(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ye(i);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sa.Cache||Nn),n}function ka(e){if("function"!=typeof e)throw new ye(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Sa.Cache=Nn;var Oa=co((function(e,t){var n=(t=1==t.length&&Ra(t[0])?dt(t[0],It(Xo())):dt(ir(t,1),It(Xo()))).length;return Fr((function(r){for(var o=-1,i=ln(r.length,n);++o=t})),za=br(function(){return arguments}())?br:function(e){return Va(e)&&ke.call(e,"callee")&&!$e.call(e,"callee")},Ra=r.isArray,Ma=Ze?It(Ze):function(e){return Va(e)&&dr(e)==S};function Na(e){return null!=e&&Wa(e.length)&&!Ha(e)}function Aa(e){return Va(e)&&Na(e)}var La=tn||ic,Fa=et?It(et):function(e){return Va(e)&&dr(e)==f};function Da(e){if(!Va(e))return!1;var t=dr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!qa(e)}function Ha(e){if(!Ba(e))return!1;var t=dr(e);return t==d||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ua(e){return"number"==typeof e&&e==rl(e)}function Wa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ba(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Va(e){return null!=e&&"object"==typeof e}var Ga=tt?It(tt):function(e){return Va(e)&&ri(e)==v};function Ka(e){return"number"==typeof e||Va(e)&&dr(e)==g}function qa(e){if(!Va(e)||dr(e)!=m)return!1;var t=Ge(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Se.call(n)==Ce}var $a=nt?It(nt):function(e){return Va(e)&&dr(e)==y};var Qa=rt?It(rt):function(e){return Va(e)&&ri(e)==b};function Ya(e){return"string"==typeof e||!Ra(e)&&Va(e)&&dr(e)==_}function Xa(e){return"symbol"==typeof e||Va(e)&&dr(e)==w}var Ja=ot?It(ot):function(e){return Va(e)&&Wa(e.length)&&!!He[dr(e)]};var Za=No(Er),el=No((function(e,t){return e<=t}));function tl(e){if(!e)return[];if(Na(e))return Ya(e)?Kt(e):yo(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=ri(e);return(t==v?Ht:t==b?Bt:Pl)(e)}function nl(e){return e?(e=il(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function rl(e){var t=nl(e),n=t%1;return t==t?n?t-n:t:0}function ol(e){return e?Qn(rl(e),0,4294967295):0}function il(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if(Ba(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ba(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace($,"");var n=ie.test(e);return n||le.test(e)?Ve(e.slice(2),n?2:8):oe.test(e)?NaN:+e}function al(e){return bo(e,wl(e))}function ll(e){return null==e?"":Xr(e)}var cl=wo((function(e,t){if(pi(t)||Na(t))bo(t,_l(t),e);else for(var n in t)ke.call(t,n)&&Bn(e,n,t[n])})),ul=wo((function(e,t){bo(t,wl(t),e)})),sl=wo((function(e,t,n,r){bo(t,wl(t),e,r)})),fl=wo((function(e,t,n,r){bo(t,_l(t),e,r)})),pl=Go($n);var dl=Fr((function(e,t){e=ve(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&ci(t[0],t[1],o)&&(r=1);++n1),t})),bo(e,qo(e),n),r&&(n=Yn(n,7,Bo));for(var o=t.length;o--;)Zr(n,t[o]);return n}));var Ol=Go((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gl(e,n)}))}(e,t)}));function El(e,t){if(null==e)return{};var n=dt(qo(e),(function(e){return[e]}));return t=Xo(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Tl=Do(_l),Cl=Do(wl);function Pl(e){return null==e?[]:jt(e,_l(e))}var Il=Oo((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Dl(ll(e).toLowerCase())}function zl(e){return(e=ll(e))&&e.replace(ue,At).replace(Re,"")}var Rl=Oo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ml=Oo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Nl=ko("toLowerCase");var Al=Oo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ll=Oo((function(e,t,n){return e+(n?" ":"")+Dl(t)}));var Fl=Oo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dl=ko("toUpperCase");function Hl(e,t,n){return e=ll(e),void 0===(t=n?void 0:t)?function(e){return Le.test(e)}(e)?function(e){return e.match(Ne)||[]}(e):function(e){return e.match(ee)||[]}(e):e.match(t)||[]}var Ul=Fr((function(e,t){try{return it(e,void 0,t)}catch(e){return Da(e)?e:new pe(e)}})),Wl=Go((function(e,t){return lt(t,(function(t){t=Ei(t),qn(e,t,ya(e[t],e))})),e}));function Bl(e){return function(){return e}}var Vl=Co(),Gl=Co(!0);function Kl(e){return e}function ql(e){return Sr("function"==typeof e?e:Yn(e,1))}var $l=Fr((function(e,t){return function(n){return yr(n,e,t)}})),Ql=Fr((function(e,t){return function(n){return yr(e,n,t)}}));function Yl(e,t,n){var r=_l(t),o=sr(t,r);null!=n||Ba(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=sr(t,_l(t)));var i=!(Ba(n)&&"chain"in n&&!n.chain),a=Ha(e);return lt(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Xl(){}var Jl=zo(dt),Zl=zo(ut),ec=zo(mt);function tc(e){return ui(e)?Ot(Ei(e)):function(e){return function(t){return fr(t,e)}}(e)}var nc=Mo(),rc=Mo(!0);function oc(){return[]}function ic(){return!1}var ac=jo((function(e,t){return e+t}),0),lc=Lo("ceil"),cc=jo((function(e,t){return e/t}),1),uc=Lo("floor");var sc,fc=jo((function(e,t){return e*t}),1),pc=Lo("round"),dc=jo((function(e,t){return e-t}),0);return Cn.after=function(e,t){if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){if(--e<1)return t.apply(this,arguments)}},Cn.ary=ga,Cn.assign=cl,Cn.assignIn=ul,Cn.assignInWith=sl,Cn.assignWith=fl,Cn.at=pl,Cn.before=ma,Cn.bind=ya,Cn.bindAll=Wl,Cn.bindKey=ba,Cn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},Cn.chain=ta,Cn.chunk=function(e,t,n){t=(n?ci(e,t,n):void 0===t)?1:an(rl(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,l=r(Jt(o/t));io?0:o+n),(r=void 0===r||r>o?o:rl(r))<0&&(r+=o),r=n>r?0:ol(r);n>>0)?(e=ll(e))&&("string"==typeof t||null!=t&&!$a(t))&&!(t=Xr(t))&&Dt(e)?uo(Kt(e),0,n):e.split(t,n):[]},Cn.spread=function(e,t){if("function"!=typeof e)throw new ye(i);return t=null==t?0:an(rl(t),0),Fr((function(n){var r=n[t],o=uo(n,0,t);return r&&ht(o,r),it(e,this,o)}))},Cn.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},Cn.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:rl(t))<0?0:t):[]},Cn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:rl(t)))<0?0:t,r):[]},Cn.takeRightWhile=function(e,t){return e&&e.length?to(e,Xo(t,3),!1,!0):[]},Cn.takeWhile=function(e,t){return e&&e.length?to(e,Xo(t,3)):[]},Cn.tap=function(e,t){return t(e),e},Cn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ye(i);return Ba(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),_a(e,t,{leading:r,maxWait:t,trailing:o})},Cn.thru=na,Cn.toArray=tl,Cn.toPairs=Tl,Cn.toPairsIn=Cl,Cn.toPath=function(e){return Ra(e)?dt(e,Ei):Xa(e)?[e]:yo(Oi(ll(e)))},Cn.toPlainObject=al,Cn.transform=function(e,t,n){var r=Ra(e),o=r||La(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Ba(e)&&Ha(i)?Pn(Ge(e)):{}}return(o?lt:cr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Cn.unary=function(e){return ga(e,1)},Cn.union=Vi,Cn.unionBy=Gi,Cn.unionWith=Ki,Cn.uniq=function(e){return e&&e.length?Jr(e):[]},Cn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Cn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Cn.unset=function(e,t){return null==e||Zr(e,t)},Cn.unzip=qi,Cn.unzipWith=$i,Cn.update=function(e,t,n){return null==e?e:eo(e,t,ao(n))},Cn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:eo(e,t,ao(n),r)},Cn.values=Pl,Cn.valuesIn=function(e){return null==e?[]:jt(e,wl(e))},Cn.without=Qi,Cn.words=Hl,Cn.wrap=function(e,t){return Ea(ao(t),e)},Cn.xor=Yi,Cn.xorBy=Xi,Cn.xorWith=Ji,Cn.zip=Zi,Cn.zipObject=function(e,t){return oo(e||[],t||[],Bn)},Cn.zipObjectDeep=function(e,t){return oo(e||[],t||[],Ur)},Cn.zipWith=ea,Cn.entries=Tl,Cn.entriesIn=Cl,Cn.extend=ul,Cn.extendWith=sl,Yl(Cn,Cn),Cn.add=ac,Cn.attempt=Ul,Cn.camelCase=Il,Cn.capitalize=jl,Cn.ceil=lc,Cn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=il(n))==n?n:0),void 0!==t&&(t=(t=il(t))==t?t:0),Qn(il(e),t,n)},Cn.clone=function(e){return Yn(e,4)},Cn.cloneDeep=function(e){return Yn(e,5)},Cn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Cn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Cn.conformsTo=function(e,t){return null==t||Xn(e,t,_l(t))},Cn.deburr=zl,Cn.defaultTo=function(e,t){return null==e||e!=e?t:e},Cn.divide=cc,Cn.endsWith=function(e,t,n){e=ll(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Qn(rl(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Cn.eq=Pa,Cn.escape=function(e){return(e=ll(e))&&D.test(e)?e.replace(L,Lt):e},Cn.escapeRegExp=function(e){return(e=ll(e))&&q.test(e)?e.replace(K,"\\$&"):e},Cn.every=function(e,t,n){var r=Ra(e)?ut:nr;return n&&ci(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Cn.find=ia,Cn.findIndex=zi,Cn.findKey=function(e,t){return bt(e,Xo(t,3),cr)},Cn.findLast=aa,Cn.findLastIndex=Ri,Cn.findLastKey=function(e,t){return bt(e,Xo(t,3),ur)},Cn.floor=uc,Cn.forEach=la,Cn.forEachRight=ca,Cn.forIn=function(e,t){return null==e?e:ar(e,Xo(t,3),wl)},Cn.forInRight=function(e,t){return null==e?e:lr(e,Xo(t,3),wl)},Cn.forOwn=function(e,t){return e&&cr(e,Xo(t,3))},Cn.forOwnRight=function(e,t){return e&&ur(e,Xo(t,3))},Cn.get=vl,Cn.gt=Ia,Cn.gte=ja,Cn.has=function(e,t){return null!=e&&oi(e,t,vr)},Cn.hasIn=gl,Cn.head=Ni,Cn.identity=Kl,Cn.includes=function(e,t,n,r){e=Na(e)?e:Pl(e),n=n&&!r?rl(n):0;var o=e.length;return n<0&&(n=an(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&wt(e,t,n)>-1},Cn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:rl(n);return o<0&&(o=an(r+o,0)),wt(e,t,o)},Cn.inRange=function(e,t,n){return t=nl(t),void 0===n?(n=t,t=0):n=nl(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},Cn.isSet=Qa,Cn.isString=Ya,Cn.isSymbol=Xa,Cn.isTypedArray=Ja,Cn.isUndefined=function(e){return void 0===e},Cn.isWeakMap=function(e){return Va(e)&&ri(e)==x},Cn.isWeakSet=function(e){return Va(e)&&"[object WeakSet]"==dr(e)},Cn.join=function(e,t){return null==e?"":rn.call(e,t)},Cn.kebabCase=Rl,Cn.last=Di,Cn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=rl(n))<0?an(r+o,0):ln(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):_t(e,St,o,!0)},Cn.lowerCase=Ml,Cn.lowerFirst=Nl,Cn.lt=Za,Cn.lte=el,Cn.max=function(e){return e&&e.length?rr(e,Kl,hr):void 0},Cn.maxBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),hr):void 0},Cn.mean=function(e){return kt(e,Kl)},Cn.meanBy=function(e,t){return kt(e,Xo(t,2))},Cn.min=function(e){return e&&e.length?rr(e,Kl,Er):void 0},Cn.minBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),Er):void 0},Cn.stubArray=oc,Cn.stubFalse=ic,Cn.stubObject=function(){return{}},Cn.stubString=function(){return""},Cn.stubTrue=function(){return!0},Cn.multiply=fc,Cn.nth=function(e,t){return e&&e.length?jr(e,rl(t)):void 0},Cn.noConflict=function(){return qe._===this&&(qe._=Pe),this},Cn.noop=Xl,Cn.now=va,Cn.pad=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ro(Zt(o),n)+e+Ro(Jt(o),n)},Cn.padEnd=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=sn();return ln(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Ar(e,t)},Cn.reduce=function(e,t,n){var r=Ra(e)?vt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,er)},Cn.reduceRight=function(e,t,n){var r=Ra(e)?gt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Cn.repeat=function(e,t,n){return t=(n?ci(e,t,n):void 0===t)?1:rl(t),Lr(ll(e),t)},Cn.replace=function(){var e=arguments,t=ll(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Cn.result=function(e,t,n){var r=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var o=Pt(r,t=Xo(t));++n=i)return e;var l=n-Gt(r);if(l<1)return r;var c=a?uo(a,0,l).join(""):e.slice(0,l);if(void 0===o)return c+r;if(a&&(l+=c.length-l),$a(o)){if(e.slice(l).search(o)){var u,s=c;for(o.global||(o=ge(o.source,ll(re.exec(o))+"g")),o.lastIndex=0;u=o.exec(s);)var f=u.index;c=c.slice(0,void 0===f?l:f)}}else if(e.indexOf(Xr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+r},Cn.unescape=function(e){return(e=ll(e))&&F.test(e)?e.replace(A,qt):e},Cn.uniqueId=function(e){var t=++Oe;return ll(e)+t},Cn.upperCase=Fl,Cn.upperFirst=Dl,Cn.each=la,Cn.eachRight=ca,Cn.first=Ni,Yl(Cn,(sc={},cr(Cn,(function(e,t){ke.call(Cn.prototype,t)||(sc[t]=e)})),sc),{chain:!1}),Cn.VERSION="4.17.19",lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Cn[e].placeholder=Cn})),lt(["drop","take"],(function(e,t){zn.prototype[e]=function(n){n=void 0===n?1:an(rl(n),0);var r=this.__filtered__&&!t?new zn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");zn.prototype[e]=function(){return this[n](1).value()[0]}})),lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");zn.prototype[e]=function(){return this.__filtered__?new zn(this):this[n](1)}})),zn.prototype.compact=function(){return this.filter(Kl)},zn.prototype.find=function(e){return this.filter(e).head()},zn.prototype.findLast=function(e){return this.reverse().find(e)},zn.prototype.invokeMap=Fr((function(e,t){return"function"==typeof e?new zn(this):this.map((function(n){return yr(n,e,t)}))})),zn.prototype.reject=function(e){return this.filter(ka(Xo(e)))},zn.prototype.slice=function(e,t){e=rl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=rl(t))<0?n.dropRight(-t):n.take(t-e)),n)},zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},zn.prototype.toArray=function(){return this.take(4294967295)},cr(zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Cn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Cn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,l=t instanceof zn,c=a[0],u=l||Ra(t),s=function(e){var t=o.apply(Cn,ht([e],a));return r&&f?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=l&&!p;if(!i&&u){t=h?t:new zn(this);var v=e.apply(t,a);return v.__actions__.push({func:na,args:[s],thisArg:void 0}),new jn(v,f)}return d&&h?e.apply(this,a):(v=this.thru(s),d?r?v.value()[0]:v.value():v)})})),lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Cn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ra(o)?o:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(zn.prototype,(function(e,t){var n=Cn[t];if(n){var r=n.name+"";ke.call(bn,r)||(bn[r]=[]),bn[r].push({name:t,func:n})}})),bn[Po(void 0,2).name]=[{name:"wrapper",func:void 0}],zn.prototype.clone=function(){var e=new zn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},zn.prototype.reverse=function(){if(this.__filtered__){var e=new zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Cn.prototype.plant=function(e){for(var t,n=this;n instanceof In;){var r=Ci(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Cn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof zn){var t=e;return this.__actions__.length&&(t=new zn(this)),(t=t.reverse()).__actions__.push({func:na,args:[Bi],thisArg:void 0}),new jn(t,this.__chain__)}return this.thru(Bi)},Cn.prototype.toJSON=Cn.prototype.valueOf=Cn.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Cn.prototype.first=Cn.prototype.head,Je&&(Cn.prototype[Je]=function(){return this}),Cn}();qe._=$t,void 0===(o=function(){return $t}.call(t,n,t,r))||(r.exports=o)}).call(this)}).call(this,n(108),n(243)(e))},function(e,t,n){var r=n(26),o=n(335);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(26),o=n(376);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(173),o=n(132);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(113),l=n(138),c=n(139),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(140)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(121);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(202),o=n(148);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(108))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(172)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(81);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(249),i=n(60),a=n(94),l=n(174);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(172),i=n(132),a=n(131)("IE_PROTO"),l=function(){},c=function(){var e,t=n(171)("iframe"),r=i.length;for(t.style.display="none",n(251).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write(" - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

createTestEventsDispatcher

-
-
-
-
common
-
-
- -
-
fun <T : Any> createTestEventsDispatcher(): EventsDispatcher<T>
-
-
-
- -
-
- - - diff --git a/docs/mvvm-test/mvvm-test/dev.icerock.moko.mvvm.test/index.html b/docs/mvvm-test/mvvm-test/dev.icerock.moko.mvvm.test/index.html deleted file mode 100644 index f905c29f..00000000 --- a/docs/mvvm-test/mvvm-test/dev.icerock.moko.mvvm.test/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - dev.icerock.moko.mvvm.test - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm.test

-
-
-
-
-

Functions

-
-
-
-
createTestEventsDispatcher -
Link copied to clipboard
-
-
-
-
-
common
-
-
- -
-
fun <T : Any> createTestEventsDispatcher(): EventsDispatcher<T>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-test/mvvm-test/index.html b/docs/mvvm-test/mvvm-test/index.html deleted file mode 100644 index a58935f3..00000000 --- a/docs/mvvm-test/mvvm-test/index.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - mvvm-test - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mvvm-test

-
-

Packages

-
-
-
-
-
dev.icerock.moko.mvvm.test -
Link copied to clipboard
-
-
-
- -
common
-
ios
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-test/mvvm-test/package-list b/docs/mvvm-test/mvvm-test/package-list deleted file mode 100644 index a2d09a9f..00000000 --- a/docs/mvvm-test/mvvm-test/package-list +++ /dev/null @@ -1,5 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - -dev.icerock.moko.mvvm.test - diff --git a/docs/mvvm-test/navigation.html b/docs/mvvm-test/navigation.html deleted file mode 100644 index 48ca71dc..00000000 --- a/docs/mvvm-test/navigation.html +++ /dev/null @@ -1,10 +0,0 @@ - - diff --git a/docs/mvvm-test/scripts/clipboard.js b/docs/mvvm-test/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/mvvm-test/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/mvvm-test/scripts/main.js b/docs/mvvm-test/scripts/main.js deleted file mode 100644 index 12373ea9..00000000 --- a/docs/mvvm-test/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=390)}([function(e,t,n){e.exports=n(264)()},function(e,t,n){"use strict";e.exports=n(239)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},X=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,A)&&this[A][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,A)&&e[A][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=z(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==A||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=z(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((R=function(){if(this instanceof R)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,A)&&o(this[A],e)&&(this[A][e]=!1),K(this,e,S(1,n))};return i&&G&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(114).f=O.f=Z,n(95).f=X,T.f=ee,i&&!n(111)&&l(W,"propertyIsEnumerable",X,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:R});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=R(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){G=!0},useSimple:function(){G=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):Y(k(e),t)},defineProperty:Q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=R();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,N.apply(M,r)}}),R.prototype[L]||n(59)(R.prototype,L,R.prototype.valueOf),f(R,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(257);var r=n(27),o=n(135),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(182)("asyncIterator")},function(e,t,n){var r=n(32),o=n(79),i=n(59),a=n(42),l=n(80),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(70),i=n(42),a=n(32),l=n(59),c=n(96),u=n(25),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(83)})},function(e,t,n){var r=n(10),o=n(83),i=n(81),a=n(27),l=n(29),c=n(31),u=n(184),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(180).set})},function(e,t,n){var r=n(54),o=n(70);n(252)("keys",(function(){return function(e){return o(r(e))}}))},function(e,t,n){"use strict";var r=n(10),o=n(130)(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(72)(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},function(e,t,n){var r=n(26),o=n(266);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(10);r(r.S+r.F,"Object",{assign:n(185)})},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(98),a=n(74),l=n(75),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(26),o=n(332);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(113),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(72)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(85)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(80),o=n(10),i=n(54),a=n(189),l=n(190),c=n(53),u=n(174),s=n(191);o(o.S+o.F*!n(192)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(91);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(112),o=n(71);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(72)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(80),o=n(112),i=n(54),a=n(53),l=n(259);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(200),i=n(147),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(282),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(304)),o=a(n(308)),i=a(n(205));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){(function(e,r){var o; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var i="Expected a function",a="__lodash_placeholder__",l=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",s="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Object]",y="[object RegExp]",b="[object Set]",_="[object String]",w="[object Symbol]",x="[object WeakMap]",S="[object ArrayBuffer]",k="[object DataView]",O="[object Float32Array]",E="[object Float64Array]",T="[object Int8Array]",C="[object Int16Array]",P="[object Int32Array]",I="[object Uint8Array]",j="[object Uint16Array]",z="[object Uint32Array]",R=/\b__p \+= '';/g,M=/\b(__p \+=) '' \+/g,N=/(__e\(.*?\)|\b__t\)) \+\n'';/g,A=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,F=RegExp(A.source),D=RegExp(L.source),H=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,W=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,G=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,K=/[\\^$.*+?()[\]{}|]/g,q=RegExp(K.source),$=/^\s+|\s+$/g,Q=/^\s+/,Y=/\s+$/,X=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,J=/\{\n\/\* \[wrapped with (.+)\] \*/,Z=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,fe=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ve="["+de+"]",ge="["+pe+"]",me="\\d+",ye="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",xe="[^\\ud800-\\udfff]",Se="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Oe="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ee="(?:"+be+"|"+_e+")",Te="(?:"+Oe+"|"+_e+")",Ce="(?:"+ge+"|"+we+")"+"?",Pe="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[xe,Se,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),Ie="(?:"+[ye,Se,ke].join("|")+")"+Pe,je="(?:"+[xe+ge+"?",ge,Se,ke,he].join("|")+")",ze=RegExp("['’]","g"),Re=RegExp(ge,"g"),Me=RegExp(we+"(?="+we+")|"+je+Pe,"g"),Ne=RegExp([Oe+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Oe,"$"].join("|")+")",Te+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Oe+Ee,"$"].join("|")+")",Oe+"?"+Ee+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Oe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Ie].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],De=-1,He={};He[O]=He[E]=He[T]=He[C]=He[P]=He[I]=He["[object Uint8ClampedArray]"]=He[j]=He[z]=!0,He[c]=He[u]=He[S]=He[s]=He[k]=He[f]=He[p]=He[d]=He[v]=He[g]=He[m]=He[y]=He[b]=He[_]=He[x]=!1;var Ue={};Ue[c]=Ue[u]=Ue[S]=Ue[k]=Ue[s]=Ue[f]=Ue[O]=Ue[E]=Ue[T]=Ue[C]=Ue[P]=Ue[v]=Ue[g]=Ue[m]=Ue[y]=Ue[b]=Ue[_]=Ue[w]=Ue[I]=Ue["[object Uint8ClampedArray]"]=Ue[j]=Ue[z]=!0,Ue[p]=Ue[d]=Ue[x]=!1;var We={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ve=parseInt,Ge="object"==typeof e&&e&&e.Object===Object&&e,Ke="object"==typeof self&&self&&self.Object===Object&&self,qe=Ge||Ke||Function("return this")(),$e=t&&!t.nodeType&&t,Qe=$e&&"object"==typeof r&&r&&!r.nodeType&&r,Ye=Qe&&Qe.exports===$e,Xe=Ye&&Ge.process,Je=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Xe&&Xe.binding&&Xe.binding("util")}catch(e){}}(),Ze=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,ot=Je&&Je.isTypedArray;function it(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o-1}function pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Mt(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=Et({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Lt=Et({"&":"&","<":"<",">":">",'"':""","'":"'"});function Ft(e){return"\\"+We[e]}function Dt(e){return Ae.test(e)}function Ht(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ut(e,t){return function(n){return e(t(n))}}function Wt(e,t){for(var n=-1,r=e.length,o=0,i=[];++n",""":'"',"'":"'"});var $t=function e(t){var n,r=(t=null==t?qe:$t.defaults(qe.Object(),t,$t.pick(qe,Fe))).Array,o=t.Date,pe=t.Error,de=t.Function,he=t.Math,ve=t.Object,ge=t.RegExp,me=t.String,ye=t.TypeError,be=r.prototype,_e=de.prototype,we=ve.prototype,xe=t["__core-js_shared__"],Se=_e.toString,ke=we.hasOwnProperty,Oe=0,Ee=(n=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Te=we.toString,Ce=Se.call(ve),Pe=qe._,Ie=ge("^"+Se.call(ke).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=Ye?t.Buffer:void 0,Me=t.Symbol,Ae=t.Uint8Array,We=je?je.allocUnsafe:void 0,Ge=Ut(ve.getPrototypeOf,ve),Ke=ve.create,$e=we.propertyIsEnumerable,Qe=be.splice,Xe=Me?Me.isConcatSpreadable:void 0,Je=Me?Me.iterator:void 0,yt=Me?Me.toStringTag:void 0,Et=function(){try{var e=ei(ve,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=o&&o.now!==qe.Date.now&&o.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=he.ceil,Zt=he.floor,en=ve.getOwnPropertySymbols,tn=je?je.isBuffer:void 0,nn=t.isFinite,rn=be.join,on=Ut(ve.keys,ve),an=he.max,ln=he.min,cn=o.now,un=t.parseInt,sn=he.random,fn=be.reverse,pn=ei(t,"DataView"),dn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),mn=ei(ve,"create"),yn=gn&&new gn,bn={},_n=Ti(pn),wn=Ti(dn),xn=Ti(hn),Sn=Ti(vn),kn=Ti(gn),On=Me?Me.prototype:void 0,En=On?On.valueOf:void 0,Tn=On?On.toString:void 0;function Cn(e){if(Va(e)&&!Ra(e)&&!(e instanceof zn)){if(e instanceof jn)return e;if(ke.call(e,"__wrapped__"))return Ci(e)}return new jn(e)}var Pn=function(){function e(){}return function(t){if(!Ba(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function In(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,l=1&t,u=2&t,p=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Ba(e))return e;var x=Ra(e);if(x){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return yo(e,a)}else{var R=ri(e),M=R==d||R==h;if(La(e))return fo(e,l);if(R==m||R==c||M&&!o){if(a=u||M?{}:ii(e),!l)return u?function(e,t){return bo(e,ni(e),t)}(e,function(e,t){return e&&bo(t,wl(t),e)}(a,e)):function(e,t){return bo(e,ti(e),t)}(e,Kn(a,e))}else{if(!Ue[R])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case S:return po(e);case s:case f:return new r(+e);case k:return function(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case O:case E:case T:case C:case P:case I:case"[object Uint8ClampedArray]":case j:case z:return ho(e,n);case v:return new r;case g:case _:return new r(e);case y:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new r;case w:return o=e,En?ve(En.call(o)):{}}var o}(e,R,l)}}i||(i=new Ln);var N=i.get(e);if(N)return N;i.set(e,a),Qa(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):Ga(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=x?void 0:(p?u?qo:Ko:u?wl:_l)(e);return lt(A||e,(function(r,o){A&&(r=e[o=r]),Bn(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=ve(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new ye(i);return _i((function(){e.apply(void 0,n)}),t)}function Zn(e,t,n,r){var o=-1,i=ft,a=!0,l=e.length,c=[],u=t.length;if(!l)return c;n&&(t=dt(t,It(n))),r?(i=pt,a=!1):t.length>=200&&(i=zt,a=!1,t=new An(t));e:for(;++o-1},Mn.prototype.set=function(e,t){var n=this.__data__,r=Vn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(dn||Mn),string:new Rn}},Nn.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Jo(this,e).get(e)},Nn.prototype.has=function(e){return Jo(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},An.prototype.add=An.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},An.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.clear=function(){this.__data__=new Mn,this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ln.prototype.get=function(e){return this.__data__.get(e)},Ln.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Mn){var r=n.__data__;if(!dn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var er=xo(cr),tr=xo(ur,!0);function nr(e,t){var n=!0;return er(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function rr(e,t,n){for(var r=-1,o=e.length;++r0&&n(l)?t>1?ir(l,t-1,n,r,o):ht(o,l):r||(o[o.length]=l)}return o}var ar=So(),lr=So(!0);function cr(e,t){return e&&ar(e,t,_l)}function ur(e,t){return e&&lr(e,t,_l)}function sr(e,t){return st(t,(function(t){return Ha(e[t])}))}function fr(e,t){for(var n=0,r=(t=lo(t,e)).length;null!=e&&nt}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in ve(e)}function mr(e,t,n){for(var o=n?pt:ft,i=e[0].length,a=e.length,l=a,c=r(a),u=1/0,s=[];l--;){var f=e[l];l&&t&&(f=dt(f,It(t))),u=ln(f.length,u),c[l]=!n&&(t||i>=120&&f.length>=120)?new An(l&&f):void 0}f=e[0];var p=-1,d=c[0];e:for(;++p=l)return c;var u=n[r];return c*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,o=t.length,i={};++r-1;)l!==e&&Qe.call(l,c,1),Qe.call(e,c,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;li(o)?Qe.call(e,o,1):Zr(e,o)}}return e}function Ar(e,t){return e+Zt(sn()*(t-e+1))}function Lr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=Zt(t/2))&&(e+=e)}while(t);return n}function Fr(e,t){return wi(vi(e,t,Kl),e+"")}function Dr(e){return Dn(Pl(e))}function Hr(e,t){var n=Pl(e);return ki(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!Ba(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,l=e;null!=l&&++oi?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a=200){var u=t?null:Fo(e);if(u)return Bt(u);a=!1,o=zt,c=new An}else c=t?[]:l;e:for(;++r=r?e:Gr(e,t,n)}var so=Qt||function(e){return qe.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function po(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function ho(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function vo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,l=null===t,c=t==t,u=Xa(t);if(!l&&!u&&!i&&e>t||i&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!i&&!u&&e1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&ci(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=ve(t);++r-1?o[i?t[a]:a]:void 0}}function Co(e){return Go((function(t){var n=t.length,r=n,o=jn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ye(i);if(o&&!l&&"wrapper"==Qo(a))var l=new jn([],!0)}for(r=l?r:n;++r1&&b.reverse(),f&&ul))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var f=-1,p=!0,d=2&n?new An:void 0;for(i.set(e,t),i.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(X,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return lt(l,(function(n){var r="_."+n[0];t&n[1]&&!ft(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(J);return t?t[1].split(Z):[]}(r),n)))}function Si(e){var t=0,n=0;return function(){var r=cn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ki(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$i(e,n)}));function ta(e){var t=Cn(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var ra=Go((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return $n(t,e)};return!(t>1||this.__actions__.length)&&r instanceof zn&&li(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new jn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var oa=_o((function(e,t,n){ke.call(e,n)?++e[n]:qn(e,n,1)}));var ia=To(zi),aa=To(Ri);function la(e,t){return(Ra(e)?lt:er)(e,Xo(t,3))}function ca(e,t){return(Ra(e)?ct:tr)(e,Xo(t,3))}var ua=_o((function(e,t,n){ke.call(e,n)?e[n].push(t):qn(e,n,[t])}));var sa=Fr((function(e,t,n){var o=-1,i="function"==typeof t,a=Na(e)?r(e.length):[];return er(e,(function(e){a[++o]=i?it(t,e,n):yr(e,t,n)})),a})),fa=_o((function(e,t,n){qn(e,n,t)}));function pa(e,t){return(Ra(e)?dt:Tr)(e,Xo(t,3))}var da=_o((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ha=Fr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ci(e,t[0],t[1])?t=[]:n>2&&ci(t[0],t[1],t[2])&&(t=[t[0]]),zr(e,ir(t,1),[])})),va=Yt||function(){return qe.Date.now()};function ga(e,t,n){return t=n?void 0:t,Ho(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ma(e,t){var n;if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Fr((function(e,t,n){var r=1;if(n.length){var o=Wt(n,Yo(ya));r|=32}return Ho(e,r,t,n,o)})),ba=Fr((function(e,t,n){var r=3;if(n.length){var o=Wt(n,Yo(ba));r|=32}return Ho(t,r,e,n,o)}));function _a(e,t,n){var r,o,a,l,c,u,s=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new ye(i);function h(t){var n=r,i=o;return r=o=void 0,s=t,l=e.apply(i,n)}function v(e){return s=e,c=_i(m,t),f?h(e):l}function g(e){var n=e-u;return void 0===u||n>=t||n<0||p&&e-s>=a}function m(){var e=va();if(g(e))return y(e);c=_i(m,function(e){var n=t-(e-u);return p?ln(n,a-(e-s)):n}(e))}function y(e){return c=void 0,d&&r?h(e):(r=o=void 0,l)}function b(){var e=va(),n=g(e);if(r=arguments,o=this,u=e,n){if(void 0===c)return v(u);if(p)return so(c),c=_i(m,t),h(u)}return void 0===c&&(c=_i(m,t)),l}return t=il(t)||0,Ba(n)&&(f=!!n.leading,a=(p="maxWait"in n)?an(il(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),b.cancel=function(){void 0!==c&&so(c),s=0,r=u=o=c=void 0},b.flush=function(){return void 0===c?l:y(va())},b}var wa=Fr((function(e,t){return Jn(e,1,t)})),xa=Fr((function(e,t,n){return Jn(e,il(t)||0,n)}));function Sa(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ye(i);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sa.Cache||Nn),n}function ka(e){if("function"!=typeof e)throw new ye(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Sa.Cache=Nn;var Oa=co((function(e,t){var n=(t=1==t.length&&Ra(t[0])?dt(t[0],It(Xo())):dt(ir(t,1),It(Xo()))).length;return Fr((function(r){for(var o=-1,i=ln(r.length,n);++o=t})),za=br(function(){return arguments}())?br:function(e){return Va(e)&&ke.call(e,"callee")&&!$e.call(e,"callee")},Ra=r.isArray,Ma=Ze?It(Ze):function(e){return Va(e)&&dr(e)==S};function Na(e){return null!=e&&Wa(e.length)&&!Ha(e)}function Aa(e){return Va(e)&&Na(e)}var La=tn||ic,Fa=et?It(et):function(e){return Va(e)&&dr(e)==f};function Da(e){if(!Va(e))return!1;var t=dr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!qa(e)}function Ha(e){if(!Ba(e))return!1;var t=dr(e);return t==d||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ua(e){return"number"==typeof e&&e==rl(e)}function Wa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ba(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Va(e){return null!=e&&"object"==typeof e}var Ga=tt?It(tt):function(e){return Va(e)&&ri(e)==v};function Ka(e){return"number"==typeof e||Va(e)&&dr(e)==g}function qa(e){if(!Va(e)||dr(e)!=m)return!1;var t=Ge(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Se.call(n)==Ce}var $a=nt?It(nt):function(e){return Va(e)&&dr(e)==y};var Qa=rt?It(rt):function(e){return Va(e)&&ri(e)==b};function Ya(e){return"string"==typeof e||!Ra(e)&&Va(e)&&dr(e)==_}function Xa(e){return"symbol"==typeof e||Va(e)&&dr(e)==w}var Ja=ot?It(ot):function(e){return Va(e)&&Wa(e.length)&&!!He[dr(e)]};var Za=No(Er),el=No((function(e,t){return e<=t}));function tl(e){if(!e)return[];if(Na(e))return Ya(e)?Kt(e):yo(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=ri(e);return(t==v?Ht:t==b?Bt:Pl)(e)}function nl(e){return e?(e=il(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function rl(e){var t=nl(e),n=t%1;return t==t?n?t-n:t:0}function ol(e){return e?Qn(rl(e),0,4294967295):0}function il(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if(Ba(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ba(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace($,"");var n=ie.test(e);return n||le.test(e)?Ve(e.slice(2),n?2:8):oe.test(e)?NaN:+e}function al(e){return bo(e,wl(e))}function ll(e){return null==e?"":Xr(e)}var cl=wo((function(e,t){if(pi(t)||Na(t))bo(t,_l(t),e);else for(var n in t)ke.call(t,n)&&Bn(e,n,t[n])})),ul=wo((function(e,t){bo(t,wl(t),e)})),sl=wo((function(e,t,n,r){bo(t,wl(t),e,r)})),fl=wo((function(e,t,n,r){bo(t,_l(t),e,r)})),pl=Go($n);var dl=Fr((function(e,t){e=ve(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&ci(t[0],t[1],o)&&(r=1);++n1),t})),bo(e,qo(e),n),r&&(n=Yn(n,7,Bo));for(var o=t.length;o--;)Zr(n,t[o]);return n}));var Ol=Go((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gl(e,n)}))}(e,t)}));function El(e,t){if(null==e)return{};var n=dt(qo(e),(function(e){return[e]}));return t=Xo(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Tl=Do(_l),Cl=Do(wl);function Pl(e){return null==e?[]:jt(e,_l(e))}var Il=Oo((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Dl(ll(e).toLowerCase())}function zl(e){return(e=ll(e))&&e.replace(ue,At).replace(Re,"")}var Rl=Oo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ml=Oo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Nl=ko("toLowerCase");var Al=Oo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ll=Oo((function(e,t,n){return e+(n?" ":"")+Dl(t)}));var Fl=Oo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dl=ko("toUpperCase");function Hl(e,t,n){return e=ll(e),void 0===(t=n?void 0:t)?function(e){return Le.test(e)}(e)?function(e){return e.match(Ne)||[]}(e):function(e){return e.match(ee)||[]}(e):e.match(t)||[]}var Ul=Fr((function(e,t){try{return it(e,void 0,t)}catch(e){return Da(e)?e:new pe(e)}})),Wl=Go((function(e,t){return lt(t,(function(t){t=Ei(t),qn(e,t,ya(e[t],e))})),e}));function Bl(e){return function(){return e}}var Vl=Co(),Gl=Co(!0);function Kl(e){return e}function ql(e){return Sr("function"==typeof e?e:Yn(e,1))}var $l=Fr((function(e,t){return function(n){return yr(n,e,t)}})),Ql=Fr((function(e,t){return function(n){return yr(e,n,t)}}));function Yl(e,t,n){var r=_l(t),o=sr(t,r);null!=n||Ba(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=sr(t,_l(t)));var i=!(Ba(n)&&"chain"in n&&!n.chain),a=Ha(e);return lt(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Xl(){}var Jl=zo(dt),Zl=zo(ut),ec=zo(mt);function tc(e){return ui(e)?Ot(Ei(e)):function(e){return function(t){return fr(t,e)}}(e)}var nc=Mo(),rc=Mo(!0);function oc(){return[]}function ic(){return!1}var ac=jo((function(e,t){return e+t}),0),lc=Lo("ceil"),cc=jo((function(e,t){return e/t}),1),uc=Lo("floor");var sc,fc=jo((function(e,t){return e*t}),1),pc=Lo("round"),dc=jo((function(e,t){return e-t}),0);return Cn.after=function(e,t){if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){if(--e<1)return t.apply(this,arguments)}},Cn.ary=ga,Cn.assign=cl,Cn.assignIn=ul,Cn.assignInWith=sl,Cn.assignWith=fl,Cn.at=pl,Cn.before=ma,Cn.bind=ya,Cn.bindAll=Wl,Cn.bindKey=ba,Cn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},Cn.chain=ta,Cn.chunk=function(e,t,n){t=(n?ci(e,t,n):void 0===t)?1:an(rl(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,l=r(Jt(o/t));io?0:o+n),(r=void 0===r||r>o?o:rl(r))<0&&(r+=o),r=n>r?0:ol(r);n>>0)?(e=ll(e))&&("string"==typeof t||null!=t&&!$a(t))&&!(t=Xr(t))&&Dt(e)?uo(Kt(e),0,n):e.split(t,n):[]},Cn.spread=function(e,t){if("function"!=typeof e)throw new ye(i);return t=null==t?0:an(rl(t),0),Fr((function(n){var r=n[t],o=uo(n,0,t);return r&&ht(o,r),it(e,this,o)}))},Cn.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},Cn.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:rl(t))<0?0:t):[]},Cn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:rl(t)))<0?0:t,r):[]},Cn.takeRightWhile=function(e,t){return e&&e.length?to(e,Xo(t,3),!1,!0):[]},Cn.takeWhile=function(e,t){return e&&e.length?to(e,Xo(t,3)):[]},Cn.tap=function(e,t){return t(e),e},Cn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ye(i);return Ba(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),_a(e,t,{leading:r,maxWait:t,trailing:o})},Cn.thru=na,Cn.toArray=tl,Cn.toPairs=Tl,Cn.toPairsIn=Cl,Cn.toPath=function(e){return Ra(e)?dt(e,Ei):Xa(e)?[e]:yo(Oi(ll(e)))},Cn.toPlainObject=al,Cn.transform=function(e,t,n){var r=Ra(e),o=r||La(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Ba(e)&&Ha(i)?Pn(Ge(e)):{}}return(o?lt:cr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Cn.unary=function(e){return ga(e,1)},Cn.union=Vi,Cn.unionBy=Gi,Cn.unionWith=Ki,Cn.uniq=function(e){return e&&e.length?Jr(e):[]},Cn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Cn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Cn.unset=function(e,t){return null==e||Zr(e,t)},Cn.unzip=qi,Cn.unzipWith=$i,Cn.update=function(e,t,n){return null==e?e:eo(e,t,ao(n))},Cn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:eo(e,t,ao(n),r)},Cn.values=Pl,Cn.valuesIn=function(e){return null==e?[]:jt(e,wl(e))},Cn.without=Qi,Cn.words=Hl,Cn.wrap=function(e,t){return Ea(ao(t),e)},Cn.xor=Yi,Cn.xorBy=Xi,Cn.xorWith=Ji,Cn.zip=Zi,Cn.zipObject=function(e,t){return oo(e||[],t||[],Bn)},Cn.zipObjectDeep=function(e,t){return oo(e||[],t||[],Ur)},Cn.zipWith=ea,Cn.entries=Tl,Cn.entriesIn=Cl,Cn.extend=ul,Cn.extendWith=sl,Yl(Cn,Cn),Cn.add=ac,Cn.attempt=Ul,Cn.camelCase=Il,Cn.capitalize=jl,Cn.ceil=lc,Cn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=il(n))==n?n:0),void 0!==t&&(t=(t=il(t))==t?t:0),Qn(il(e),t,n)},Cn.clone=function(e){return Yn(e,4)},Cn.cloneDeep=function(e){return Yn(e,5)},Cn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Cn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Cn.conformsTo=function(e,t){return null==t||Xn(e,t,_l(t))},Cn.deburr=zl,Cn.defaultTo=function(e,t){return null==e||e!=e?t:e},Cn.divide=cc,Cn.endsWith=function(e,t,n){e=ll(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Qn(rl(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Cn.eq=Pa,Cn.escape=function(e){return(e=ll(e))&&D.test(e)?e.replace(L,Lt):e},Cn.escapeRegExp=function(e){return(e=ll(e))&&q.test(e)?e.replace(K,"\\$&"):e},Cn.every=function(e,t,n){var r=Ra(e)?ut:nr;return n&&ci(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Cn.find=ia,Cn.findIndex=zi,Cn.findKey=function(e,t){return bt(e,Xo(t,3),cr)},Cn.findLast=aa,Cn.findLastIndex=Ri,Cn.findLastKey=function(e,t){return bt(e,Xo(t,3),ur)},Cn.floor=uc,Cn.forEach=la,Cn.forEachRight=ca,Cn.forIn=function(e,t){return null==e?e:ar(e,Xo(t,3),wl)},Cn.forInRight=function(e,t){return null==e?e:lr(e,Xo(t,3),wl)},Cn.forOwn=function(e,t){return e&&cr(e,Xo(t,3))},Cn.forOwnRight=function(e,t){return e&&ur(e,Xo(t,3))},Cn.get=vl,Cn.gt=Ia,Cn.gte=ja,Cn.has=function(e,t){return null!=e&&oi(e,t,vr)},Cn.hasIn=gl,Cn.head=Ni,Cn.identity=Kl,Cn.includes=function(e,t,n,r){e=Na(e)?e:Pl(e),n=n&&!r?rl(n):0;var o=e.length;return n<0&&(n=an(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&wt(e,t,n)>-1},Cn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:rl(n);return o<0&&(o=an(r+o,0)),wt(e,t,o)},Cn.inRange=function(e,t,n){return t=nl(t),void 0===n?(n=t,t=0):n=nl(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},Cn.isSet=Qa,Cn.isString=Ya,Cn.isSymbol=Xa,Cn.isTypedArray=Ja,Cn.isUndefined=function(e){return void 0===e},Cn.isWeakMap=function(e){return Va(e)&&ri(e)==x},Cn.isWeakSet=function(e){return Va(e)&&"[object WeakSet]"==dr(e)},Cn.join=function(e,t){return null==e?"":rn.call(e,t)},Cn.kebabCase=Rl,Cn.last=Di,Cn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=rl(n))<0?an(r+o,0):ln(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):_t(e,St,o,!0)},Cn.lowerCase=Ml,Cn.lowerFirst=Nl,Cn.lt=Za,Cn.lte=el,Cn.max=function(e){return e&&e.length?rr(e,Kl,hr):void 0},Cn.maxBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),hr):void 0},Cn.mean=function(e){return kt(e,Kl)},Cn.meanBy=function(e,t){return kt(e,Xo(t,2))},Cn.min=function(e){return e&&e.length?rr(e,Kl,Er):void 0},Cn.minBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),Er):void 0},Cn.stubArray=oc,Cn.stubFalse=ic,Cn.stubObject=function(){return{}},Cn.stubString=function(){return""},Cn.stubTrue=function(){return!0},Cn.multiply=fc,Cn.nth=function(e,t){return e&&e.length?jr(e,rl(t)):void 0},Cn.noConflict=function(){return qe._===this&&(qe._=Pe),this},Cn.noop=Xl,Cn.now=va,Cn.pad=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ro(Zt(o),n)+e+Ro(Jt(o),n)},Cn.padEnd=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=sn();return ln(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Ar(e,t)},Cn.reduce=function(e,t,n){var r=Ra(e)?vt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,er)},Cn.reduceRight=function(e,t,n){var r=Ra(e)?gt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Cn.repeat=function(e,t,n){return t=(n?ci(e,t,n):void 0===t)?1:rl(t),Lr(ll(e),t)},Cn.replace=function(){var e=arguments,t=ll(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Cn.result=function(e,t,n){var r=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var o=Pt(r,t=Xo(t));++n=i)return e;var l=n-Gt(r);if(l<1)return r;var c=a?uo(a,0,l).join(""):e.slice(0,l);if(void 0===o)return c+r;if(a&&(l+=c.length-l),$a(o)){if(e.slice(l).search(o)){var u,s=c;for(o.global||(o=ge(o.source,ll(re.exec(o))+"g")),o.lastIndex=0;u=o.exec(s);)var f=u.index;c=c.slice(0,void 0===f?l:f)}}else if(e.indexOf(Xr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+r},Cn.unescape=function(e){return(e=ll(e))&&F.test(e)?e.replace(A,qt):e},Cn.uniqueId=function(e){var t=++Oe;return ll(e)+t},Cn.upperCase=Fl,Cn.upperFirst=Dl,Cn.each=la,Cn.eachRight=ca,Cn.first=Ni,Yl(Cn,(sc={},cr(Cn,(function(e,t){ke.call(Cn.prototype,t)||(sc[t]=e)})),sc),{chain:!1}),Cn.VERSION="4.17.19",lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Cn[e].placeholder=Cn})),lt(["drop","take"],(function(e,t){zn.prototype[e]=function(n){n=void 0===n?1:an(rl(n),0);var r=this.__filtered__&&!t?new zn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");zn.prototype[e]=function(){return this[n](1).value()[0]}})),lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");zn.prototype[e]=function(){return this.__filtered__?new zn(this):this[n](1)}})),zn.prototype.compact=function(){return this.filter(Kl)},zn.prototype.find=function(e){return this.filter(e).head()},zn.prototype.findLast=function(e){return this.reverse().find(e)},zn.prototype.invokeMap=Fr((function(e,t){return"function"==typeof e?new zn(this):this.map((function(n){return yr(n,e,t)}))})),zn.prototype.reject=function(e){return this.filter(ka(Xo(e)))},zn.prototype.slice=function(e,t){e=rl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=rl(t))<0?n.dropRight(-t):n.take(t-e)),n)},zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},zn.prototype.toArray=function(){return this.take(4294967295)},cr(zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Cn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Cn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,l=t instanceof zn,c=a[0],u=l||Ra(t),s=function(e){var t=o.apply(Cn,ht([e],a));return r&&f?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=l&&!p;if(!i&&u){t=h?t:new zn(this);var v=e.apply(t,a);return v.__actions__.push({func:na,args:[s],thisArg:void 0}),new jn(v,f)}return d&&h?e.apply(this,a):(v=this.thru(s),d?r?v.value()[0]:v.value():v)})})),lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Cn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ra(o)?o:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(zn.prototype,(function(e,t){var n=Cn[t];if(n){var r=n.name+"";ke.call(bn,r)||(bn[r]=[]),bn[r].push({name:t,func:n})}})),bn[Po(void 0,2).name]=[{name:"wrapper",func:void 0}],zn.prototype.clone=function(){var e=new zn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},zn.prototype.reverse=function(){if(this.__filtered__){var e=new zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Cn.prototype.plant=function(e){for(var t,n=this;n instanceof In;){var r=Ci(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Cn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof zn){var t=e;return this.__actions__.length&&(t=new zn(this)),(t=t.reverse()).__actions__.push({func:na,args:[Bi],thisArg:void 0}),new jn(t,this.__chain__)}return this.thru(Bi)},Cn.prototype.toJSON=Cn.prototype.valueOf=Cn.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Cn.prototype.first=Cn.prototype.head,Je&&(Cn.prototype[Je]=function(){return this}),Cn}();qe._=$t,void 0===(o=function(){return $t}.call(t,n,t,r))||(r.exports=o)}).call(this)}).call(this,n(108),n(243)(e))},function(e,t,n){var r=n(26),o=n(335);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(26),o=n(376);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(173),o=n(132);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(113),l=n(138),c=n(139),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(140)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(121);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(202),o=n(148);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(108))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(172)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(81);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(249),i=n(60),a=n(94),l=n(174);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(172),i=n(132),a=n(131)("IE_PROTO"),l=function(){},c=function(){var e,t=n(171)("iframe"),r=i.length;for(t.style.display="none",n(251).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write(" - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmActivity

-
-
- -
-
fun MvvmActivity()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-activity/index.html b/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-activity/index.html deleted file mode 100644 index a480db2d..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-activity/index.html +++ /dev/null @@ -1,6570 +0,0 @@ - - - - MvvmActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmActivity

-
abstract class MvvmActivity<VB : ViewBinding, VM : ViewModel> : AppCompatActivity
-
-
-
-
-

Functions

-
-
-
-
addContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun addContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
applyOverrideConfiguration -
Link copied to clipboard
-
-
-
- -
-
open fun applyOverrideConfiguration(p0: Configuration)
-
-
-
-
-
-
- -
-
-
attachBaseContext -
Link copied to clipboard
-
-
-
- -
-
open override fun attachBaseContext(p0: Context)
-
-
-
-
-
-
- -
-
-
bindIsolatedService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindIsolatedService(p0: Intent, p1: Int, p2: String, p3: Executor, p4: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
bindService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
-
-
- -
-
-
checkSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
-
-
- -
-
-
clearWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun clearWallpaper()
-
-
-
-
-
-
- -
-
-
closeContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun closeContextMenu()
-
-
-
-
-
-
- -
-
-
closeOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun closeOptionsMenu()
-
-
-
-
-
-
- -
-
-
createConfigurationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createConfigurationContext(p0: Configuration): Context
-
-
-
-
-
-
- -
-
-
createContextForSplit -
Link copied to clipboard
-
-
-
- -
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
-
-
- -
-
-
createDeviceProtectedStorageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDeviceProtectedStorageContext(): Context
-
-
-
-
-
-
- -
-
-
createDisplayContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
-
-
- -
-
-
createPackageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
-
-
- -
-
-
createPendingResult -
Link copied to clipboard
-
-
-
- -
-
open fun createPendingResult(p0: Int, p1: Intent, p2: Int): PendingIntent
-
-
-
-
-
-
- -
-
-
databaseList -
Link copied to clipboard
-
-
-
- -
-
open override fun databaseList(): Array<String>
-
-
-
-
-
-
- -
-
-
deleteDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteFile -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
dismissDialog -
Link copied to clipboard
-
-
-
- -
-
fun dismissDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
dismissKeyboardShortcutsHelper -
Link copied to clipboard
-
-
-
- -
-
fun dismissKeyboardShortcutsHelper()
-
-
-
-
-
-
- -
-
-
dispatchFragmentsOnCreateView -
Link copied to clipboard
-
-
-
- -
-
fun dispatchFragmentsOnCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
dispatchGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyShortcutEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchPopulateAccessibilityEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open override fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforceCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforcePermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
-
-
- -
-
-
enforceUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
-
-
- -
-
-
enterPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun enterPictureInPictureMode()
open fun enterPictureInPictureMode(p0: PictureInPictureParams): Boolean
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
fileList -
Link copied to clipboard
-
-
-
- -
-
open override fun fileList(): Array<String>
-
-
-
-
-
-
- -
-
-
findViewById -
Link copied to clipboard
-
-
-
- -
-
open override fun <T : View> findViewById(@IdRes() p0: Int): T
-
-
-
-
-
-
- -
-
-
finish -
Link copied to clipboard
-
-
-
- -
-
open fun finish()
-
-
-
-
-
-
- -
-
-
finishActivity -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivity(p0: Int)
-
-
-
-
-
-
- -
-
-
finishActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivityFromChild(p0: Activity, p1: Int)
-
-
-
-
-
-
- -
-
-
finishAffinity -
Link copied to clipboard
-
-
-
- -
-
open fun finishAffinity()
-
-
-
-
-
-
- -
-
-
finishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun finishAfterTransition()
-
-
-
-
-
-
- -
-
-
finishAndRemoveTask -
Link copied to clipboard
-
-
-
- -
-
open fun finishAndRemoveTask()
-
-
-
-
-
-
- -
-
-
finishFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishFromChild(p0: Activity)
-
-
-
-
-
-
- -
-
-
getActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getApplication -
Link copied to clipboard
-
-
-
- -
-
fun getApplication(): Application
-
-
-
-
-
-
- -
-
-
getApplicationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationContext(): Context
-
-
-
-
-
-
- -
-
-
getApplicationInfo -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
-
-
- -
-
-
getAssets -
Link copied to clipboard
-
-
-
- -
-
open override fun getAssets(): AssetManager
-
-
-
-
-
-
- -
-
-
getBaseContext -
Link copied to clipboard
-
-
-
- -
-
open fun getBaseContext(): Context
-
-
-
-
-
-
- -
-
-
getCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCacheDir(): File
-
-
-
-
-
-
- -
-
-
getCallingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingActivity(): ComponentName?
-
-
-
-
-
-
- -
-
-
getCallingPackage -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingPackage(): String?
-
-
-
-
-
-
- -
-
-
getChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun getChangingConfigurations(): Int
-
-
-
-
-
-
- -
-
-
getClassLoader -
Link copied to clipboard
-
-
-
- -
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
-
-
- -
-
-
getCodeCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCodeCacheDir(): File
-
-
-
-
-
-
- -
-
-
getColor -
Link copied to clipboard
-
-
-
- -
-
fun getColor(p0: Int): Int
-
-
-
-
-
-
- -
-
-
getColorStateList -
Link copied to clipboard
-
-
-
- -
-
fun getColorStateList(p0: Int): ColorStateList
-
-
-
-
-
-
- -
-
-
getComponentName -
Link copied to clipboard
-
-
-
- -
-
open fun getComponentName(): ComponentName
-
-
-
-
-
-
- -
-
-
getContentResolver -
Link copied to clipboard
-
-
-
- -
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
-
-
- -
-
-
getContentScene -
Link copied to clipboard
-
-
-
- -
-
open fun getContentScene(): Scene
-
-
-
-
-
-
- -
-
-
getContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun getContentTransitionManager(): TransitionManager
-
-
-
-
-
-
- -
-
-
getCurrentFocus -
Link copied to clipboard
-
-
-
- -
-
open fun getCurrentFocus(): View?
-
-
-
-
-
-
- -
-
-
getDatabasePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
-
-
- -
-
-
getDataDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDataDir(): File
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getDelegate -
Link copied to clipboard
-
-
-
- -
-
open fun getDelegate(): AppCompatDelegate
-
-
-
-
-
-
- -
-
-
getDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
-
-
- -
-
-
getDrawable -
Link copied to clipboard
-
-
-
- -
-
fun getDrawable(p0: Int): Drawable?
-
-
-
-
-
-
- -
-
-
getDrawerToggleDelegate -
Link copied to clipboard
-
-
-
- -
-
open override fun getDrawerToggleDelegate(): ActionBarDrawerToggle.Delegate?
-
-
-
-
-
-
- -
-
-
getExternalCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDir(): File?
-
-
-
-
-
-
- -
-
-
getExternalCacheDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
-
-
- -
-
-
getExternalFilesDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalMediaDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun <T : ComponentActivity.ExtraData> getExtraData(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getFilesDir(): File
-
-
-
-
-
-
- -
-
-
getFileStreamPath -
Link copied to clipboard
-
-
-
- -
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getIntent(): Intent
-
-
-
-
-
-
- -
-
-
getLastCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLastNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun getLayoutInflater(): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getLocalClassName -
Link copied to clipboard
-
-
-
- -
-
open fun getLocalClassName(): String
-
-
-
-
-
-
- -
-
-
getMainExecutor -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainExecutor(): Executor
-
-
-
-
-
-
- -
-
-
getMainLooper -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainLooper(): Looper
-
-
-
-
-
-
- -
-
-
getMaxNumPictureInPictureActions -
Link copied to clipboard
-
-
-
- -
-
open fun getMaxNumPictureInPictureActions(): Int
-
-
-
-
-
-
- -
-
-
getMediaController -
Link copied to clipboard
-
-
-
- -
-
fun getMediaController(): MediaController
-
-
-
-
-
-
- -
-
-
getMenuInflater -
Link copied to clipboard
-
-
-
- -
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
-
-
- -
-
-
getNoBackupFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
-
-
- -
-
-
getObbDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDir(): File
-
-
-
-
-
-
- -
-
-
getObbDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getOnBackPressedDispatcher -
Link copied to clipboard
-
-
-
- -
-
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher
-
-
-
-
-
-
- -
-
-
getOpPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getOpPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageCodePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageCodePath(): String
-
-
-
-
-
-
- -
-
-
getPackageManager -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageManager(): PackageManager
-
-
-
-
-
-
- -
-
-
getPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageResourcePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageResourcePath(): String
-
-
-
-
-
-
- -
-
-
getParent -
Link copied to clipboard
-
-
-
- -
-
fun getParent(): Activity
-
-
-
-
-
-
- -
-
-
getParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getPreferences -
Link copied to clipboard
-
-
-
- -
-
open fun getPreferences(p0: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun getReferrer(): Uri?
-
-
-
-
-
-
- -
-
-
getRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun getRequestedOrientation(): Int
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
open override fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSearchEvent -
Link copied to clipboard
-
-
-
- -
-
fun getSearchEvent(): SearchEvent
-
-
-
-
-
-
- -
-
-
getSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getSupportFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getSupportLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getSupportParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun getSupportParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getSystemService -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getSystemServiceName -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
-
-
- -
-
-
getTaskId -
Link copied to clipboard
-
-
-
- -
-
open fun getTaskId(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getTheme -
Link copied to clipboard
-
-
-
- -
-
open override fun getTheme(): Resources.Theme
-
-
-
-
-
-
- -
-
-
getTitle -
Link copied to clipboard
-
-
-
- -
-
fun getTitle(): CharSequence
-
-
-
-
-
-
- -
-
-
getTitleColor -
Link copied to clipboard
-
-
-
- -
-
fun getTitleColor(): Int
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
getVoiceInteractor -
Link copied to clipboard
-
-
-
- -
-
open fun getVoiceInteractor(): VoiceInteractor
-
-
-
-
-
-
- -
-
-
getVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun getVolumeControlStream(): Int
-
-
-
-
-
-
- -
-
-
getWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumHeight -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumHeight(): Int
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumWidth -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumWidth(): Int
-
-
-
-
-
-
- -
-
-
getWindow -
Link copied to clipboard
-
-
-
- -
-
open fun getWindow(): Window
-
-
-
-
-
-
- -
-
-
getWindowManager -
Link copied to clipboard
-
-
-
- -
-
open fun getWindowManager(): WindowManager
-
-
-
-
-
-
- -
-
-
grantUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasWindowFocus -
Link copied to clipboard
-
-
-
- -
-
open fun hasWindowFocus(): Boolean
-
-
-
-
-
-
- -
-
-
invalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun invalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
isActivityTransitionRunning -
Link copied to clipboard
-
-
-
- -
-
open fun isActivityTransitionRunning(): Boolean
-
-
-
-
-
-
- -
-
-
isChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun isChangingConfigurations(): Boolean
-
-
-
-
-
-
- -
-
-
isChild -
Link copied to clipboard
-
-
-
- -
-
fun isChild(): Boolean
-
-
-
-
-
-
- -
-
-
isDestroyed -
Link copied to clipboard
-
-
-
- -
-
open fun isDestroyed(): Boolean
-
-
-
-
-
-
- -
-
-
isDeviceProtectedStorage -
Link copied to clipboard
-
-
-
- -
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
-
-
- -
-
-
isFinishing -
Link copied to clipboard
-
-
-
- -
-
open fun isFinishing(): Boolean
-
-
-
-
-
-
- -
-
-
isImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun isImmersive(): Boolean
-
-
-
-
-
-
- -
-
-
isInMultiWindowMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInMultiWindowMode(): Boolean
-
-
-
-
-
-
- -
-
-
isInPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInPictureInPictureMode(): Boolean
-
-
-
-
-
-
- -
-
-
isLocalVoiceInteractionSupported -
Link copied to clipboard
-
-
-
- -
-
open fun isLocalVoiceInteractionSupported(): Boolean
-
-
-
-
-
-
- -
-
-
isRestricted -
Link copied to clipboard
-
-
-
- -
-
open override fun isRestricted(): Boolean
-
-
-
-
-
-
- -
-
-
isTaskRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isTaskRoot(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteraction(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteractionRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteractionRoot(): Boolean
-
-
-
-
-
-
- -
-
-
managedQuery -
Link copied to clipboard
-
-
-
- -
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
-
-
- -
-
-
moveDatabaseFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveSharedPreferencesFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveTaskToBack -
Link copied to clipboard
-
-
-
- -
-
open fun moveTaskToBack(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpToFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpToFromChild(p0: Activity, p1: Intent): Boolean
-
-
-
-
-
-
- -
-
-
obtainStyledAttributes -
Link copied to clipboard
-
-
-
- -
-
fun obtainStyledAttributes(p0: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: Int, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray, p2: Int, p3: Int): TypedArray
-
-
-
-
-
-
- -
-
-
onActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActivityReenter -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onApplyThemeResource -
Link copied to clipboard
-
-
-
- -
-
open override fun onApplyThemeResource(p0: Resources.Theme, p1: Int, p2: Boolean)
-
-
-
-
-
-
- -
-
-
onAttachedToWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onAttachedToWindow()
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(p0: Fragment)
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onBackPressed -
Link copied to clipboard
-
-
-
- -
-
open override fun onBackPressed()
-
-
-
-
-
-
- -
-
-
onChildTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onChildTitleChanged(p0: Activity, p1: CharSequence)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContentChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onContentChanged()
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onContextMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onContextMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(p0: ContextMenu, p1: View, p2: ContextMenu.ContextMenuInfo)
-
-
-
-
-
-
- -
-
-
onCreateDescription -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDescription(): CharSequence?
-
-
-
-
-
-
- -
-
-
onCreateDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDialog(p0: Int): Dialog
open fun onCreateDialog(p0: Int, p1: Bundle): Dialog?
-
-
-
-
-
-
- -
-
-
onCreateNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelMenu(p0: Int, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
-
-
- -
-
-
onCreateSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateThumbnail -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateThumbnail(p0: Bitmap, p1: Canvas): Boolean
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(@NonNull() p0: String, @NonNull() p1: Context, @NonNull() p2: AttributeSet): View?
open override fun onCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDetachedFromWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onDetachedFromWindow()
-
-
-
-
-
-
- -
-
-
onEnterAnimationComplete -
Link copied to clipboard
-
-
-
- -
-
open fun onEnterAnimationComplete()
-
-
-
-
-
-
- -
-
-
onGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onGetDirectActions -
Link copied to clipboard
-
-
-
- -
-
open fun onGetDirectActions(p0: CancellationSignal, p1: Consumer<MutableList<DirectAction>>)
-
-
-
-
-
-
- -
-
-
onKeyDown -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyLongPress -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyMultiple -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyShortcut -
Link copied to clipboard
-
-
-
- -
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyUp -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStarted -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStarted()
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStopped -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStopped()
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMenuItemSelected -
Link copied to clipboard
-
-
-
- -
-
override fun onMenuItemSelected(p0: Int, @NonNull() p1: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onMenuOpened -
Link copied to clipboard
-
-
-
- -
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onMultiWindowModeChanged(p0: Boolean)
open fun onMultiWindowModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onNavigateUpFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUpFromChild(p0: Activity): Boolean
-
-
-
-
-
-
- -
-
-
onNewIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun onNewIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
onNightModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onNightModeChanged(p0: Int)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onPanelClosed -
Link copied to clipboard
-
-
-
- -
-
open override fun onPanelClosed(p0: Int, @NonNull() p1: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open override fun onPause()
-
-
-
-
-
-
- -
-
-
onPerformDirectAction -
Link copied to clipboard
-
-
-
- -
-
open fun onPerformDirectAction(p0: String, p1: Bundle, p2: CancellationSignal, p3: Consumer<Bundle>)
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onPictureInPictureModeChanged(p0: Boolean)
open fun onPictureInPictureModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onPointerCaptureChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPointerCaptureChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPostCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostCreate(@Nullable() p0: Bundle?)
open fun onPostCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onPostResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostResume()
-
-
-
-
-
-
- -
-
-
onPrepareDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareDialog(p0: Int, p1: Dialog)
open fun onPrepareDialog(p0: Int, p1: Dialog, p2: Bundle)
-
-
-
-
-
-
- -
-
-
onPrepareNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareOptionsPanel -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsPanel(@Nullable() p0: View?, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPreparePanel -
Link copied to clipboard
-
-
-
- -
-
open override fun onPreparePanel(p0: Int, @Nullable() p1: View?, @NonNull() p2: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onProvideAssistContent -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistContent(p0: AssistContent)
-
-
-
-
-
-
- -
-
-
onProvideAssistData -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistData(p0: Bundle)
-
-
-
-
-
-
- -
-
-
onProvideKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
open override fun onProvideKeyboardShortcuts(p0: MutableList<KeyboardShortcutGroup>, p1: Menu?, p2: Int)
-
-
-
-
-
-
- -
-
-
onProvideReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideReferrer(): Uri
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onRestart -
Link copied to clipboard
-
-
-
- -
-
open fun onRestart()
-
-
-
-
-
-
- -
-
-
onRestoreInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onRestoreInstanceState(p0: Bundle)
open fun onRestoreInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onResume()
-
-
-
-
-
-
- -
-
-
onResumeFragments -
Link copied to clipboard
-
-
-
- -
-
open fun onResumeFragments()
-
-
-
-
-
-
- -
-
-
onRetainCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun onRetainCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onRetainNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
override fun onRetainNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open override fun onSaveInstanceState(@NonNull() p0: Bundle)
open fun onSaveInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onSearchRequested -
Link copied to clipboard
-
-
-
- -
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open override fun onStart()
-
-
-
-
-
-
- -
-
-
onStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open override fun onStateNotSaved()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open override fun onStop()
-
-
-
-
-
-
- -
-
-
onSupportActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeFinished(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeStarted(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportContentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportContentChanged()
-
-
-
-
-
-
- -
-
-
onSupportNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onTitleChanged(p0: CharSequence, p1: Int)
-
-
-
-
-
-
- -
-
-
onTopResumedActivityChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onTopResumedActivityChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrimMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onTrimMemory(p0: Int)
-
-
-
-
-
-
- -
-
-
onUserInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun onUserInteraction()
-
-
-
-
-
-
- -
-
-
onUserLeaveHint -
Link copied to clipboard
-
-
-
- -
-
open fun onUserLeaveHint()
-
-
-
-
-
-
- -
-
-
onVisibleBehindCanceled -
Link copied to clipboard
-
-
-
- -
-
open fun onVisibleBehindCanceled()
-
-
-
-
-
-
- -
-
-
onWindowAttributesChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowAttributesChanged(p0: WindowManager.LayoutParams)
-
-
-
-
-
-
- -
-
-
onWindowFocusChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onWindowStartingActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingActionMode(p0: ActionMode.Callback): ActionMode?
open override fun onWindowStartingActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
onWindowStartingSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
openContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun openContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
openFileInput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
-
-
- -
-
-
openFileOutput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
-
-
- -
-
-
openOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun openOptionsMenu()
-
-
-
-
-
-
- -
-
-
openOrCreateDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory): SQLiteDatabase
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory, p3: DatabaseErrorHandler?): SQLiteDatabase
-
-
-
-
-
-
- -
-
-
overridePendingTransition -
Link copied to clipboard
-
-
-
- -
-
open fun overridePendingTransition(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
peekWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun peekWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
-
-
-
-
-
-
- -
-
-
putExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun putExtraData(p0: ComponentActivity.ExtraData)
-
-
-
-
-
-
- -
-
-
recreate -
Link copied to clipboard
-
-
-
- -
-
open fun recreate()
-
-
-
-
-
-
- -
-
-
registerActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
registerComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun registerComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
registerReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
-
-
- -
-
-
releaseInstance -
Link copied to clipboard
-
-
-
- -
-
open fun releaseInstance(): Boolean
-
-
-
-
-
-
- -
-
-
removeDialog -
Link copied to clipboard
-
-
-
- -
-
fun removeDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
reportFullyDrawn -
Link copied to clipboard
-
-
-
- -
-
open fun reportFullyDrawn()
-
-
-
-
-
-
- -
-
-
requestDragAndDropPermissions -
Link copied to clipboard
-
-
-
- -
-
open fun requestDragAndDropPermissions(p0: DragEvent): DragAndDropPermissions
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requestPermissionsFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun requestPermissionsFromFragment(@NonNull() p0: Fragment, @NonNull() p1: Array<String>, p2: Int)
-
-
-
-
-
-
- -
-
-
requestShowKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
fun requestShowKeyboardShortcuts()
-
-
-
-
-
-
- -
-
-
requestVisibleBehind -
Link copied to clipboard
-
-
-
- -
-
open fun requestVisibleBehind(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
requestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
fun requestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
requireViewById -
Link copied to clipboard
-
-
-
- -
-
fun <T : View> requireViewById(p0: Int): T
-
-
-
-
-
-
- -
-
-
revokeUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
runOnUiThread -
Link copied to clipboard
-
-
-
- -
-
fun runOnUiThread(p0: Runnable)
-
-
-
-
-
-
- -
-
-
sendBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
-
-
-
-
-
-
- -
-
-
sendBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
setActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun setContentTransitionManager(p0: TransitionManager)
-
-
-
-
-
-
- -
-
-
setContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun setContentView(p0: View)
open override fun setContentView(@LayoutRes() p0: Int)
open override fun setContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
setDefaultKeyMode -
Link copied to clipboard
-
-
-
- -
-
fun setDefaultKeyMode(p0: Int)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(p0: SharedElementCallback)
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(p0: SharedElementCallback)
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setFeatureDrawable -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawable(p0: Int, p1: Drawable)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableAlpha -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableAlpha(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableResource -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableResource(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableUri -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableUri(p0: Int, p1: Uri)
-
-
-
-
-
-
- -
-
-
setFinishOnTouchOutside -
Link copied to clipboard
-
-
-
- -
-
open fun setFinishOnTouchOutside(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun setImmersive(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInheritShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setInheritShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setIntent -
Link copied to clipboard
-
-
-
- -
-
open fun setIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
setMediaController -
Link copied to clipboard
-
-
-
- -
-
fun setMediaController(p0: MediaController)
-
-
-
-
-
-
- -
-
-
setPictureInPictureParams -
Link copied to clipboard
-
-
-
- -
-
open fun setPictureInPictureParams(p0: PictureInPictureParams)
-
-
-
-
-
-
- -
-
-
setProgress -
Link copied to clipboard
-
-
-
- -
-
fun setProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun setRequestedOrientation(p0: Int)
-
-
-
-
-
-
- -
-
-
setResult -
Link copied to clipboard
-
-
-
- -
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
setSecondaryProgress -
Link copied to clipboard
-
-
-
- -
-
fun setSecondaryProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportActionBar(@Nullable() p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setSupportProgress -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setTaskDescription -
Link copied to clipboard
-
-
-
- -
-
open fun setTaskDescription(p0: ActivityManager.TaskDescription)
-
-
-
-
-
-
- -
-
-
setTheme -
Link copied to clipboard
-
-
-
- -
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes() p0: Int)
-
-
-
-
-
-
- -
-
-
setTitle -
Link copied to clipboard
-
-
-
- -
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
-
-
- -
-
-
setTitleColor -
Link copied to clipboard
-
-
-
- -
-
open fun setTitleColor(p0: Int)
-
-
-
-
-
-
- -
-
-
setTurnScreenOn -
Link copied to clipboard
-
-
-
- -
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVisible -
Link copied to clipboard
-
-
-
- -
-
open fun setVisible(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun setVolumeControlStream(p0: Int)
-
-
-
-
-
-
- -
-
-
setVrModeEnabled -
Link copied to clipboard
-
-
-
- -
-
open fun setVrModeEnabled(p0: Boolean, p1: ComponentName)
-
-
-
-
-
-
- -
-
-
setWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
shouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun shouldUpRecreateTask(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
showAssist -
Link copied to clipboard
-
-
-
- -
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showDialog -
Link copied to clipboard
-
-
-
- -
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showLockTaskEscapeMessage -
Link copied to clipboard
-
-
-
- -
-
open fun showLockTaskEscapeMessage()
-
-
-
-
-
-
- -
-
-
startActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startActionMode(p0: ActionMode.Callback): ActionMode?
open fun startActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
startActivities -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle)
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivityForResult(p0: Intent, p1: Int)
open override fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int, p3: Bundle?)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int, @Nullable() p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityIfNeeded -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityIfNeeded(p0: Intent, p1: Int): Boolean
open fun startActivityIfNeeded(p0: Intent, p1: Int, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startForegroundService -
Link copied to clipboard
-
-
-
- -
-
open override fun startForegroundService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startInstrumentation -
Link copied to clipboard
-
-
-
- -
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startIntentSender -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int)
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromFragment(@NonNull() p0: Fragment, p1: IntentSender, p2: Int, @Nullable() p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable() p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun startLocalVoiceInteraction(p0: Bundle)
-
-
-
-
-
-
- -
-
-
startLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun startLockTask()
-
-
-
-
-
-
- -
-
-
startManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun startManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
startNextMatchingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startNextMatchingActivity(p0: Intent): Boolean
open fun startNextMatchingActivity(p0: Intent, p1: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
startSearch -
Link copied to clipboard
-
-
-
- -
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
-
-
- -
-
-
startService -
Link copied to clipboard
-
-
-
- -
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
stopLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun stopLocalVoiceInteraction()
-
-
-
-
-
-
- -
-
-
stopLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun stopLockTask()
-
-
-
-
-
-
- -
-
-
stopManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun stopManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
stopService -
Link copied to clipboard
-
-
-
- -
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
superDispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun superDispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
supportFinishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportFinishAfterTransition()
-
-
-
-
-
-
- -
-
-
supportInvalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
supportNavigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun supportNavigateUpTo(@NonNull() p0: Intent)
-
-
-
-
-
-
- -
-
-
supportPostponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportPostponeEnterTransition()
-
-
-
-
-
-
- -
-
-
supportRequestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
open fun supportRequestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
supportShouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun supportShouldUpRecreateTask(@NonNull() p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
supportStartPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportStartPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
takeKeyEvents -
Link copied to clipboard
-
-
-
- -
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
- -
-
-
triggerSearch -
Link copied to clipboard
-
-
-
- -
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
unbindService -
Link copied to clipboard
-
-
-
- -
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
-
-
- -
-
-
unregisterActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- - -
-
-
-
-
- -
-
-
unregisterComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
unregisterReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
-
-
- -
-
-
updateServiceGroup -
Link copied to clipboard
-
-
-
- -
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
-
-
- -
-
-
validateRequestPermissionsRequestCode -
Link copied to clipboard
-
-
-
- -
-
override fun validateRequestPermissionsRequestCode(p0: Int)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mCreated -
Link copied to clipboard
-
-
-
-
val mCreated: Boolean
-
-
-
-
- -
-
-
mFragmentLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mFragmentLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mFragments -
Link copied to clipboard
-
-
-
-
val mFragments: FragmentController
-
-
-
-
- -
-
-
mNextCandidateRequestIndex -
Link copied to clipboard
-
-
-
-
val mNextCandidateRequestIndex: Int
-
-
-
-
- -
-
-
mPendingFragmentActivityResults -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mRequestedPermissionsFromFragment -
Link copied to clipboard
-
-
-
-
val mRequestedPermissionsFromFragment: Boolean
-
-
-
-
- -
-
-
mResumed -
Link copied to clipboard
-
-
-
-
val mResumed: Boolean
-
-
-
-
- -
-
-
mStartedActivityFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedActivityFromFragment: Boolean
-
-
-
-
- -
-
-
mStartedIntentSenderFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedIntentSenderFromFragment: Boolean
-
-
-
-
- -
-
-
mStopped -
Link copied to clipboard
-
-
-
-
val mStopped: Boolean
-
-
-
-
-
-

Inheritors

-
-
-
-
MvvmEventsActivity -
Link copied to clipboard
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-activity/-mvvm-events-activity.html b/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-activity/-mvvm-events-activity.html deleted file mode 100644 index c09c42bf..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-activity/-mvvm-events-activity.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - MvvmEventsActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmEventsActivity

-
-
- -
-
fun MvvmEventsActivity()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-activity/index.html b/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-activity/index.html deleted file mode 100644 index a32b7892..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-activity/index.html +++ /dev/null @@ -1,6559 +0,0 @@ - - - - MvvmEventsActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmEventsActivity

-
abstract class MvvmEventsActivity<VB : ViewBinding, VM : ViewModel, EventsDispatcherOwner<Listener>, Listener : Any> : MvvmActivity<VB, VM>
-
-
-
-
-

Functions

-
-
-
-
addContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun addContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
applyOverrideConfiguration -
Link copied to clipboard
-
-
-
- -
-
open fun applyOverrideConfiguration(p0: Configuration)
-
-
-
-
-
-
- -
-
-
attachBaseContext -
Link copied to clipboard
-
-
-
- -
-
open override fun attachBaseContext(p0: Context)
-
-
-
-
-
-
- -
-
-
bindIsolatedService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindIsolatedService(p0: Intent, p1: Int, p2: String, p3: Executor, p4: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
bindService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
-
-
- -
-
-
checkSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
-
-
- -
-
-
clearWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun clearWallpaper()
-
-
-
-
-
-
- -
-
-
closeContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun closeContextMenu()
-
-
-
-
-
-
- -
-
-
closeOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun closeOptionsMenu()
-
-
-
-
-
-
- -
-
-
createConfigurationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createConfigurationContext(p0: Configuration): Context
-
-
-
-
-
-
- -
-
-
createContextForSplit -
Link copied to clipboard
-
-
-
- -
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
-
-
- -
-
-
createDeviceProtectedStorageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDeviceProtectedStorageContext(): Context
-
-
-
-
-
-
- -
-
-
createDisplayContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
-
-
- -
-
-
createPackageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
-
-
- -
-
-
createPendingResult -
Link copied to clipboard
-
-
-
- -
-
open fun createPendingResult(p0: Int, p1: Intent, p2: Int): PendingIntent
-
-
-
-
-
-
- -
-
-
databaseList -
Link copied to clipboard
-
-
-
- -
-
open override fun databaseList(): Array<String>
-
-
-
-
-
-
- -
-
-
deleteDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteFile -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
dismissDialog -
Link copied to clipboard
-
-
-
- -
-
fun dismissDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
dismissKeyboardShortcutsHelper -
Link copied to clipboard
-
-
-
- -
-
fun dismissKeyboardShortcutsHelper()
-
-
-
-
-
-
- -
-
-
dispatchFragmentsOnCreateView -
Link copied to clipboard
-
-
-
- -
-
fun dispatchFragmentsOnCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
dispatchGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyShortcutEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchPopulateAccessibilityEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open override fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforceCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforcePermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
-
-
- -
-
-
enforceUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
-
-
- -
-
-
enterPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun enterPictureInPictureMode()
open fun enterPictureInPictureMode(p0: PictureInPictureParams): Boolean
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
fileList -
Link copied to clipboard
-
-
-
- -
-
open override fun fileList(): Array<String>
-
-
-
-
-
-
- -
-
-
findViewById -
Link copied to clipboard
-
-
-
- -
-
open override fun <T : View> findViewById(@IdRes() p0: Int): T
-
-
-
-
-
-
- -
-
-
finish -
Link copied to clipboard
-
-
-
- -
-
open fun finish()
-
-
-
-
-
-
- -
-
-
finishActivity -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivity(p0: Int)
-
-
-
-
-
-
- -
-
-
finishActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivityFromChild(p0: Activity, p1: Int)
-
-
-
-
-
-
- -
-
-
finishAffinity -
Link copied to clipboard
-
-
-
- -
-
open fun finishAffinity()
-
-
-
-
-
-
- -
-
-
finishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun finishAfterTransition()
-
-
-
-
-
-
- -
-
-
finishAndRemoveTask -
Link copied to clipboard
-
-
-
- -
-
open fun finishAndRemoveTask()
-
-
-
-
-
-
- -
-
-
finishFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishFromChild(p0: Activity)
-
-
-
-
-
-
- -
-
-
getActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getApplication -
Link copied to clipboard
-
-
-
- -
-
fun getApplication(): Application
-
-
-
-
-
-
- -
-
-
getApplicationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationContext(): Context
-
-
-
-
-
-
- -
-
-
getApplicationInfo -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
-
-
- -
-
-
getAssets -
Link copied to clipboard
-
-
-
- -
-
open override fun getAssets(): AssetManager
-
-
-
-
-
-
- -
-
-
getBaseContext -
Link copied to clipboard
-
-
-
- -
-
open fun getBaseContext(): Context
-
-
-
-
-
-
- -
-
-
getCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCacheDir(): File
-
-
-
-
-
-
- -
-
-
getCallingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingActivity(): ComponentName?
-
-
-
-
-
-
- -
-
-
getCallingPackage -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingPackage(): String?
-
-
-
-
-
-
- -
-
-
getChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun getChangingConfigurations(): Int
-
-
-
-
-
-
- -
-
-
getClassLoader -
Link copied to clipboard
-
-
-
- -
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
-
-
- -
-
-
getCodeCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCodeCacheDir(): File
-
-
-
-
-
-
- -
-
-
getColor -
Link copied to clipboard
-
-
-
- -
-
fun getColor(p0: Int): Int
-
-
-
-
-
-
- -
-
-
getColorStateList -
Link copied to clipboard
-
-
-
- -
-
fun getColorStateList(p0: Int): ColorStateList
-
-
-
-
-
-
- -
-
-
getComponentName -
Link copied to clipboard
-
-
-
- -
-
open fun getComponentName(): ComponentName
-
-
-
-
-
-
- -
-
-
getContentResolver -
Link copied to clipboard
-
-
-
- -
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
-
-
- -
-
-
getContentScene -
Link copied to clipboard
-
-
-
- -
-
open fun getContentScene(): Scene
-
-
-
-
-
-
- -
-
-
getContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun getContentTransitionManager(): TransitionManager
-
-
-
-
-
-
- -
-
-
getCurrentFocus -
Link copied to clipboard
-
-
-
- -
-
open fun getCurrentFocus(): View?
-
-
-
-
-
-
- -
-
-
getDatabasePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
-
-
- -
-
-
getDataDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDataDir(): File
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getDelegate -
Link copied to clipboard
-
-
-
- -
-
open fun getDelegate(): AppCompatDelegate
-
-
-
-
-
-
- -
-
-
getDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
-
-
- -
-
-
getDrawable -
Link copied to clipboard
-
-
-
- -
-
fun getDrawable(p0: Int): Drawable?
-
-
-
-
-
-
- -
-
-
getDrawerToggleDelegate -
Link copied to clipboard
-
-
-
- -
-
open override fun getDrawerToggleDelegate(): ActionBarDrawerToggle.Delegate?
-
-
-
-
-
-
- -
-
-
getExternalCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDir(): File?
-
-
-
-
-
-
- -
-
-
getExternalCacheDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
-
-
- -
-
-
getExternalFilesDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalMediaDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun <T : ComponentActivity.ExtraData> getExtraData(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getFilesDir(): File
-
-
-
-
-
-
- -
-
-
getFileStreamPath -
Link copied to clipboard
-
-
-
- -
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getIntent(): Intent
-
-
-
-
-
-
- -
-
-
getLastCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLastNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun getLayoutInflater(): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getLocalClassName -
Link copied to clipboard
-
-
-
- -
-
open fun getLocalClassName(): String
-
-
-
-
-
-
- -
-
-
getMainExecutor -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainExecutor(): Executor
-
-
-
-
-
-
- -
-
-
getMainLooper -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainLooper(): Looper
-
-
-
-
-
-
- -
-
-
getMaxNumPictureInPictureActions -
Link copied to clipboard
-
-
-
- -
-
open fun getMaxNumPictureInPictureActions(): Int
-
-
-
-
-
-
- -
-
-
getMediaController -
Link copied to clipboard
-
-
-
- -
-
fun getMediaController(): MediaController
-
-
-
-
-
-
- -
-
-
getMenuInflater -
Link copied to clipboard
-
-
-
- -
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
-
-
- -
-
-
getNoBackupFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
-
-
- -
-
-
getObbDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDir(): File
-
-
-
-
-
-
- -
-
-
getObbDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getOnBackPressedDispatcher -
Link copied to clipboard
-
-
-
- -
-
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher
-
-
-
-
-
-
- -
-
-
getOpPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getOpPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageCodePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageCodePath(): String
-
-
-
-
-
-
- -
-
-
getPackageManager -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageManager(): PackageManager
-
-
-
-
-
-
- -
-
-
getPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageResourcePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageResourcePath(): String
-
-
-
-
-
-
- -
-
-
getParent -
Link copied to clipboard
-
-
-
- -
-
fun getParent(): Activity
-
-
-
-
-
-
- -
-
-
getParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getPreferences -
Link copied to clipboard
-
-
-
- -
-
open fun getPreferences(p0: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun getReferrer(): Uri?
-
-
-
-
-
-
- -
-
-
getRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun getRequestedOrientation(): Int
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
open override fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSearchEvent -
Link copied to clipboard
-
-
-
- -
-
fun getSearchEvent(): SearchEvent
-
-
-
-
-
-
- -
-
-
getSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getSupportFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getSupportLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getSupportParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun getSupportParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getSystemService -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getSystemServiceName -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
-
-
- -
-
-
getTaskId -
Link copied to clipboard
-
-
-
- -
-
open fun getTaskId(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getTheme -
Link copied to clipboard
-
-
-
- -
-
open override fun getTheme(): Resources.Theme
-
-
-
-
-
-
- -
-
-
getTitle -
Link copied to clipboard
-
-
-
- -
-
fun getTitle(): CharSequence
-
-
-
-
-
-
- -
-
-
getTitleColor -
Link copied to clipboard
-
-
-
- -
-
fun getTitleColor(): Int
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
getVoiceInteractor -
Link copied to clipboard
-
-
-
- -
-
open fun getVoiceInteractor(): VoiceInteractor
-
-
-
-
-
-
- -
-
-
getVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun getVolumeControlStream(): Int
-
-
-
-
-
-
- -
-
-
getWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumHeight -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumHeight(): Int
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumWidth -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumWidth(): Int
-
-
-
-
-
-
- -
-
-
getWindow -
Link copied to clipboard
-
-
-
- -
-
open fun getWindow(): Window
-
-
-
-
-
-
- -
-
-
getWindowManager -
Link copied to clipboard
-
-
-
- -
-
open fun getWindowManager(): WindowManager
-
-
-
-
-
-
- -
-
-
grantUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasWindowFocus -
Link copied to clipboard
-
-
-
- -
-
open fun hasWindowFocus(): Boolean
-
-
-
-
-
-
- -
-
-
invalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun invalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
isActivityTransitionRunning -
Link copied to clipboard
-
-
-
- -
-
open fun isActivityTransitionRunning(): Boolean
-
-
-
-
-
-
- -
-
-
isChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun isChangingConfigurations(): Boolean
-
-
-
-
-
-
- -
-
-
isChild -
Link copied to clipboard
-
-
-
- -
-
fun isChild(): Boolean
-
-
-
-
-
-
- -
-
-
isDestroyed -
Link copied to clipboard
-
-
-
- -
-
open fun isDestroyed(): Boolean
-
-
-
-
-
-
- -
-
-
isDeviceProtectedStorage -
Link copied to clipboard
-
-
-
- -
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
-
-
- -
-
-
isFinishing -
Link copied to clipboard
-
-
-
- -
-
open fun isFinishing(): Boolean
-
-
-
-
-
-
- -
-
-
isImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun isImmersive(): Boolean
-
-
-
-
-
-
- -
-
-
isInMultiWindowMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInMultiWindowMode(): Boolean
-
-
-
-
-
-
- -
-
-
isInPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInPictureInPictureMode(): Boolean
-
-
-
-
-
-
- -
-
-
isLocalVoiceInteractionSupported -
Link copied to clipboard
-
-
-
- -
-
open fun isLocalVoiceInteractionSupported(): Boolean
-
-
-
-
-
-
- -
-
-
isRestricted -
Link copied to clipboard
-
-
-
- -
-
open override fun isRestricted(): Boolean
-
-
-
-
-
-
- -
-
-
isTaskRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isTaskRoot(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteraction(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteractionRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteractionRoot(): Boolean
-
-
-
-
-
-
- -
-
-
managedQuery -
Link copied to clipboard
-
-
-
- -
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
-
-
- -
-
-
moveDatabaseFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveSharedPreferencesFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveTaskToBack -
Link copied to clipboard
-
-
-
- -
-
open fun moveTaskToBack(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpToFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpToFromChild(p0: Activity, p1: Intent): Boolean
-
-
-
-
-
-
- -
-
-
obtainStyledAttributes -
Link copied to clipboard
-
-
-
- -
-
fun obtainStyledAttributes(p0: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: Int, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray, p2: Int, p3: Int): TypedArray
-
-
-
-
-
-
- -
-
-
onActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActivityReenter -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onApplyThemeResource -
Link copied to clipboard
-
-
-
- -
-
open override fun onApplyThemeResource(p0: Resources.Theme, p1: Int, p2: Boolean)
-
-
-
-
-
-
- -
-
-
onAttachedToWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onAttachedToWindow()
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(p0: Fragment)
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onBackPressed -
Link copied to clipboard
-
-
-
- -
-
open override fun onBackPressed()
-
-
-
-
-
-
- -
-
-
onChildTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onChildTitleChanged(p0: Activity, p1: CharSequence)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContentChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onContentChanged()
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onContextMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onContextMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(p0: ContextMenu, p1: View, p2: ContextMenu.ContextMenuInfo)
-
-
-
-
-
-
- -
-
-
onCreateDescription -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDescription(): CharSequence?
-
-
-
-
-
-
- -
-
-
onCreateDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDialog(p0: Int): Dialog
open fun onCreateDialog(p0: Int, p1: Bundle): Dialog?
-
-
-
-
-
-
- -
-
-
onCreateNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelMenu(p0: Int, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
-
-
- -
-
-
onCreateSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateThumbnail -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateThumbnail(p0: Bitmap, p1: Canvas): Boolean
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(@NonNull() p0: String, @NonNull() p1: Context, @NonNull() p2: AttributeSet): View?
open override fun onCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDetachedFromWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onDetachedFromWindow()
-
-
-
-
-
-
- -
-
-
onEnterAnimationComplete -
Link copied to clipboard
-
-
-
- -
-
open fun onEnterAnimationComplete()
-
-
-
-
-
-
- -
-
-
onGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onGetDirectActions -
Link copied to clipboard
-
-
-
- -
-
open fun onGetDirectActions(p0: CancellationSignal, p1: Consumer<MutableList<DirectAction>>)
-
-
-
-
-
-
- -
-
-
onKeyDown -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyLongPress -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyMultiple -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyShortcut -
Link copied to clipboard
-
-
-
- -
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyUp -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStarted -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStarted()
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStopped -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStopped()
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMenuItemSelected -
Link copied to clipboard
-
-
-
- -
-
override fun onMenuItemSelected(p0: Int, @NonNull() p1: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onMenuOpened -
Link copied to clipboard
-
-
-
- -
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onMultiWindowModeChanged(p0: Boolean)
open fun onMultiWindowModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onNavigateUpFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUpFromChild(p0: Activity): Boolean
-
-
-
-
-
-
- -
-
-
onNewIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun onNewIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
onNightModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onNightModeChanged(p0: Int)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onPanelClosed -
Link copied to clipboard
-
-
-
- -
-
open override fun onPanelClosed(p0: Int, @NonNull() p1: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open override fun onPause()
-
-
-
-
-
-
- -
-
-
onPerformDirectAction -
Link copied to clipboard
-
-
-
- -
-
open fun onPerformDirectAction(p0: String, p1: Bundle, p2: CancellationSignal, p3: Consumer<Bundle>)
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onPictureInPictureModeChanged(p0: Boolean)
open fun onPictureInPictureModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onPointerCaptureChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPointerCaptureChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPostCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostCreate(@Nullable() p0: Bundle?)
open fun onPostCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onPostResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostResume()
-
-
-
-
-
-
- -
-
-
onPrepareDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareDialog(p0: Int, p1: Dialog)
open fun onPrepareDialog(p0: Int, p1: Dialog, p2: Bundle)
-
-
-
-
-
-
- -
-
-
onPrepareNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareOptionsPanel -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsPanel(@Nullable() p0: View?, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPreparePanel -
Link copied to clipboard
-
-
-
- -
-
open override fun onPreparePanel(p0: Int, @Nullable() p1: View?, @NonNull() p2: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onProvideAssistContent -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistContent(p0: AssistContent)
-
-
-
-
-
-
- -
-
-
onProvideAssistData -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistData(p0: Bundle)
-
-
-
-
-
-
- -
-
-
onProvideKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
open override fun onProvideKeyboardShortcuts(p0: MutableList<KeyboardShortcutGroup>, p1: Menu?, p2: Int)
-
-
-
-
-
-
- -
-
-
onProvideReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideReferrer(): Uri
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onRestart -
Link copied to clipboard
-
-
-
- -
-
open fun onRestart()
-
-
-
-
-
-
- -
-
-
onRestoreInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onRestoreInstanceState(p0: Bundle)
open fun onRestoreInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onResume()
-
-
-
-
-
-
- -
-
-
onResumeFragments -
Link copied to clipboard
-
-
-
- -
-
open fun onResumeFragments()
-
-
-
-
-
-
- -
-
-
onRetainCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun onRetainCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onRetainNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
override fun onRetainNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open override fun onSaveInstanceState(@NonNull() p0: Bundle)
open fun onSaveInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onSearchRequested -
Link copied to clipboard
-
-
-
- -
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open override fun onStart()
-
-
-
-
-
-
- -
-
-
onStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open override fun onStateNotSaved()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open override fun onStop()
-
-
-
-
-
-
- -
-
-
onSupportActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeFinished(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeStarted(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportContentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportContentChanged()
-
-
-
-
-
-
- -
-
-
onSupportNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onTitleChanged(p0: CharSequence, p1: Int)
-
-
-
-
-
-
- -
-
-
onTopResumedActivityChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onTopResumedActivityChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrimMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onTrimMemory(p0: Int)
-
-
-
-
-
-
- -
-
-
onUserInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun onUserInteraction()
-
-
-
-
-
-
- -
-
-
onUserLeaveHint -
Link copied to clipboard
-
-
-
- -
-
open fun onUserLeaveHint()
-
-
-
-
-
-
- -
-
-
onVisibleBehindCanceled -
Link copied to clipboard
-
-
-
- -
-
open fun onVisibleBehindCanceled()
-
-
-
-
-
-
- -
-
-
onWindowAttributesChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowAttributesChanged(p0: WindowManager.LayoutParams)
-
-
-
-
-
-
- -
-
-
onWindowFocusChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onWindowStartingActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingActionMode(p0: ActionMode.Callback): ActionMode?
open override fun onWindowStartingActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
onWindowStartingSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
openContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun openContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
openFileInput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
-
-
- -
-
-
openFileOutput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
-
-
- -
-
-
openOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun openOptionsMenu()
-
-
-
-
-
-
- -
-
-
openOrCreateDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory): SQLiteDatabase
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory, p3: DatabaseErrorHandler?): SQLiteDatabase
-
-
-
-
-
-
- -
-
-
overridePendingTransition -
Link copied to clipboard
-
-
-
- -
-
open fun overridePendingTransition(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
peekWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun peekWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
-
-
-
-
-
-
- -
-
-
putExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun putExtraData(p0: ComponentActivity.ExtraData)
-
-
-
-
-
-
- -
-
-
recreate -
Link copied to clipboard
-
-
-
- -
-
open fun recreate()
-
-
-
-
-
-
- -
-
-
registerActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
registerComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun registerComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
registerReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
-
-
- -
-
-
releaseInstance -
Link copied to clipboard
-
-
-
- -
-
open fun releaseInstance(): Boolean
-
-
-
-
-
-
- -
-
-
removeDialog -
Link copied to clipboard
-
-
-
- -
-
fun removeDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
reportFullyDrawn -
Link copied to clipboard
-
-
-
- -
-
open fun reportFullyDrawn()
-
-
-
-
-
-
- -
-
-
requestDragAndDropPermissions -
Link copied to clipboard
-
-
-
- -
-
open fun requestDragAndDropPermissions(p0: DragEvent): DragAndDropPermissions
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requestPermissionsFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun requestPermissionsFromFragment(@NonNull() p0: Fragment, @NonNull() p1: Array<String>, p2: Int)
-
-
-
-
-
-
- -
-
-
requestShowKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
fun requestShowKeyboardShortcuts()
-
-
-
-
-
-
- -
-
-
requestVisibleBehind -
Link copied to clipboard
-
-
-
- -
-
open fun requestVisibleBehind(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
requestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
fun requestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
requireViewById -
Link copied to clipboard
-
-
-
- -
-
fun <T : View> requireViewById(p0: Int): T
-
-
-
-
-
-
- -
-
-
revokeUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
runOnUiThread -
Link copied to clipboard
-
-
-
- -
-
fun runOnUiThread(p0: Runnable)
-
-
-
-
-
-
- -
-
-
sendBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
-
-
-
-
-
-
- -
-
-
sendBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
setActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun setContentTransitionManager(p0: TransitionManager)
-
-
-
-
-
-
- -
-
-
setContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun setContentView(p0: View)
open override fun setContentView(@LayoutRes() p0: Int)
open override fun setContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
setDefaultKeyMode -
Link copied to clipboard
-
-
-
- -
-
fun setDefaultKeyMode(p0: Int)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(p0: SharedElementCallback)
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(p0: SharedElementCallback)
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setFeatureDrawable -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawable(p0: Int, p1: Drawable)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableAlpha -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableAlpha(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableResource -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableResource(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableUri -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableUri(p0: Int, p1: Uri)
-
-
-
-
-
-
- -
-
-
setFinishOnTouchOutside -
Link copied to clipboard
-
-
-
- -
-
open fun setFinishOnTouchOutside(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun setImmersive(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInheritShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setInheritShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setIntent -
Link copied to clipboard
-
-
-
- -
-
open fun setIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
setMediaController -
Link copied to clipboard
-
-
-
- -
-
fun setMediaController(p0: MediaController)
-
-
-
-
-
-
- -
-
-
setPictureInPictureParams -
Link copied to clipboard
-
-
-
- -
-
open fun setPictureInPictureParams(p0: PictureInPictureParams)
-
-
-
-
-
-
- -
-
-
setProgress -
Link copied to clipboard
-
-
-
- -
-
fun setProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun setRequestedOrientation(p0: Int)
-
-
-
-
-
-
- -
-
-
setResult -
Link copied to clipboard
-
-
-
- -
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
setSecondaryProgress -
Link copied to clipboard
-
-
-
- -
-
fun setSecondaryProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportActionBar(@Nullable() p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setSupportProgress -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setTaskDescription -
Link copied to clipboard
-
-
-
- -
-
open fun setTaskDescription(p0: ActivityManager.TaskDescription)
-
-
-
-
-
-
- -
-
-
setTheme -
Link copied to clipboard
-
-
-
- -
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes() p0: Int)
-
-
-
-
-
-
- -
-
-
setTitle -
Link copied to clipboard
-
-
-
- -
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
-
-
- -
-
-
setTitleColor -
Link copied to clipboard
-
-
-
- -
-
open fun setTitleColor(p0: Int)
-
-
-
-
-
-
- -
-
-
setTurnScreenOn -
Link copied to clipboard
-
-
-
- -
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVisible -
Link copied to clipboard
-
-
-
- -
-
open fun setVisible(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun setVolumeControlStream(p0: Int)
-
-
-
-
-
-
- -
-
-
setVrModeEnabled -
Link copied to clipboard
-
-
-
- -
-
open fun setVrModeEnabled(p0: Boolean, p1: ComponentName)
-
-
-
-
-
-
- -
-
-
setWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
shouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun shouldUpRecreateTask(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
showAssist -
Link copied to clipboard
-
-
-
- -
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showDialog -
Link copied to clipboard
-
-
-
- -
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showLockTaskEscapeMessage -
Link copied to clipboard
-
-
-
- -
-
open fun showLockTaskEscapeMessage()
-
-
-
-
-
-
- -
-
-
startActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startActionMode(p0: ActionMode.Callback): ActionMode?
open fun startActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
startActivities -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle)
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivityForResult(p0: Intent, p1: Int)
open override fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int, p3: Bundle?)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int, @Nullable() p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityIfNeeded -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityIfNeeded(p0: Intent, p1: Int): Boolean
open fun startActivityIfNeeded(p0: Intent, p1: Int, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startForegroundService -
Link copied to clipboard
-
-
-
- -
-
open override fun startForegroundService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startInstrumentation -
Link copied to clipboard
-
-
-
- -
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startIntentSender -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int)
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromFragment(@NonNull() p0: Fragment, p1: IntentSender, p2: Int, @Nullable() p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable() p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun startLocalVoiceInteraction(p0: Bundle)
-
-
-
-
-
-
- -
-
-
startLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun startLockTask()
-
-
-
-
-
-
- -
-
-
startManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun startManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
startNextMatchingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startNextMatchingActivity(p0: Intent): Boolean
open fun startNextMatchingActivity(p0: Intent, p1: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
startSearch -
Link copied to clipboard
-
-
-
- -
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
-
-
- -
-
-
startService -
Link copied to clipboard
-
-
-
- -
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
stopLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun stopLocalVoiceInteraction()
-
-
-
-
-
-
- -
-
-
stopLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun stopLockTask()
-
-
-
-
-
-
- -
-
-
stopManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun stopManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
stopService -
Link copied to clipboard
-
-
-
- -
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
superDispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun superDispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
supportFinishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportFinishAfterTransition()
-
-
-
-
-
-
- -
-
-
supportInvalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
supportNavigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun supportNavigateUpTo(@NonNull() p0: Intent)
-
-
-
-
-
-
- -
-
-
supportPostponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportPostponeEnterTransition()
-
-
-
-
-
-
- -
-
-
supportRequestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
open fun supportRequestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
supportShouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun supportShouldUpRecreateTask(@NonNull() p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
supportStartPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportStartPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
takeKeyEvents -
Link copied to clipboard
-
-
-
- -
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
- -
-
-
triggerSearch -
Link copied to clipboard
-
-
-
- -
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
unbindService -
Link copied to clipboard
-
-
-
- -
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
-
-
- -
-
-
unregisterActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- - -
-
-
-
-
- -
-
-
unregisterComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
unregisterReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
-
-
- -
-
-
updateServiceGroup -
Link copied to clipboard
-
-
-
- -
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
-
-
- -
-
-
validateRequestPermissionsRequestCode -
Link copied to clipboard
-
-
-
- -
-
override fun validateRequestPermissionsRequestCode(p0: Int)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mCreated -
Link copied to clipboard
-
-
-
-
val mCreated: Boolean
-
-
-
-
- -
-
-
mFragmentLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mFragmentLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mFragments -
Link copied to clipboard
-
-
-
-
val mFragments: FragmentController
-
-
-
-
- -
-
-
mNextCandidateRequestIndex -
Link copied to clipboard
-
-
-
-
val mNextCandidateRequestIndex: Int
-
-
-
-
- -
-
-
mPendingFragmentActivityResults -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mRequestedPermissionsFromFragment -
Link copied to clipboard
-
-
-
-
val mRequestedPermissionsFromFragment: Boolean
-
-
-
-
- -
-
-
mResumed -
Link copied to clipboard
-
-
-
-
val mResumed: Boolean
-
-
-
-
- -
-
-
mStartedActivityFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedActivityFromFragment: Boolean
-
-
-
-
- -
-
-
mStartedIntentSenderFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedIntentSenderFromFragment: Boolean
-
-
-
-
- -
-
-
mStopped -
Link copied to clipboard
-
-
-
-
val mStopped: Boolean
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-fragment/-mvvm-events-fragment.html b/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-fragment/-mvvm-events-fragment.html deleted file mode 100644 index 458b4414..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-fragment/-mvvm-events-fragment.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - MvvmEventsFragment - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmEventsFragment

-
-
- -
-
fun MvvmEventsFragment()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-fragment/index.html b/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-fragment/index.html deleted file mode 100644 index 86ff1c47..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-fragment/index.html +++ /dev/null @@ -1,3393 +0,0 @@ - - - - MvvmEventsFragment - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmEventsFragment

-
abstract class MvvmEventsFragment<VB : ViewBinding, VM : ViewModel, EventsDispatcherOwner<Listener>, Listener : Any> : MvvmFragment<VB, VM>
-
-
-
-
-

Functions

-
-
-
-
callStartTransitionListener -
Link copied to clipboard
-
-
-
- -
-
open fun callStartTransitionListener()
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
operator override fun equals(@Nullable() other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
findFragmentByWho -
Link copied to clipboard
-
-
-
- -
-
open fun findFragmentByWho(@NonNull() p0: String): Fragment?
-
-
-
-
-
-
- -
-
-
getActivity -
Link copied to clipboard
-
-
-
- -
-
fun getActivity(): FragmentActivity?
-
-
-
-
-
-
- -
-
-
getAllowEnterTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun getAllowEnterTransitionOverlap(): Boolean
-
-
-
-
-
-
- -
-
-
getAllowReturnTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun getAllowReturnTransitionOverlap(): Boolean
-
-
-
-
-
-
- -
-
-
getAnimatingAway -
Link copied to clipboard
-
-
-
- -
-
open fun getAnimatingAway(): View
-
-
-
-
-
-
- -
-
-
getAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun getAnimator(): Animator
-
-
-
-
-
-
- -
-
-
getArguments -
Link copied to clipboard
-
-
-
- -
-
fun getArguments(): Bundle?
-
-
-
-
-
-
- -
-
-
getChildFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getChildFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getContext -
Link copied to clipboard
-
-
-
- -
-
open fun getContext(): Context?
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getEnterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getEnterTransitionCallback -
Link copied to clipboard
-
-
-
- -
-
open fun getEnterTransitionCallback(): SharedElementCallback
-
-
-
-
-
-
- -
-
-
getExitTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getExitTransition(): Any?
-
-
-
-
-
-
- -
-
-
getExitTransitionCallback -
Link copied to clipboard
-
-
-
- -
-
open fun getExitTransitionCallback(): SharedElementCallback
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getFragmentManager(): FragmentManager?
-
-
-
-
-
-
- -
-
-
getHost -
Link copied to clipboard
-
-
-
- -
-
fun getHost(): Any?
-
-
-
-
-
-
- -
-
-
getId -
Link copied to clipboard
-
-
-
- -
-
fun getId(): Int
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
fun getLayoutInflater(): LayoutInflater
open fun getLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getNextAnim -
Link copied to clipboard
-
-
-
- -
-
open fun getNextAnim(): Int
-
-
-
-
-
-
- -
-
-
getNextTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getNextTransition(): Int
-
-
-
-
-
-
- -
-
-
getParentFragment -
Link copied to clipboard
-
-
-
- -
-
fun getParentFragment(): Fragment?
-
-
-
-
-
-
- -
-
-
getParentFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getParentFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getReenterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getReenterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getRetainInstance -
Link copied to clipboard
-
-
-
- -
-
fun getRetainInstance(): Boolean
-
-
-
-
-
-
- -
-
-
getReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getReturnTransition(): Any?
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSharedElementEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getSharedElementEnterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getSharedElementReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getSharedElementReturnTransition(): Any?
-
-
-
-
-
-
- -
-
-
getStateAfterAnimating -
Link copied to clipboard
-
-
-
- -
-
open fun getStateAfterAnimating(): Int
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(@StringRes() p0: Int): String
fun getString(@StringRes() p0: Int, @Nullable() vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getTag -
Link copied to clipboard
-
-
-
- -
-
fun getTag(): String?
-
-
-
-
-
-
- -
-
-
getTargetFragment -
Link copied to clipboard
-
-
-
- -
-
fun getTargetFragment(): Fragment?
-
-
-
-
-
-
- -
-
-
getTargetRequestCode -
Link copied to clipboard
-
-
-
- -
-
fun getTargetRequestCode(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(@StringRes() p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getUserVisibleHint -
Link copied to clipboard
-
-
-
- -
-
open fun getUserVisibleHint(): Boolean
-
-
-
-
-
-
- -
-
-
getView -
Link copied to clipboard
-
-
-
- -
-
open fun getView(): View?
-
-
-
-
-
-
- -
-
-
getViewLifecycleOwner -
Link copied to clipboard
-
-
-
- -
-
open fun getViewLifecycleOwner(): LifecycleOwner
-
-
-
-
-
-
- -
-
-
getViewLifecycleOwnerLiveData -
Link copied to clipboard
-
-
-
- -
-
open fun getViewLifecycleOwnerLiveData(): LiveData<LifecycleOwner>
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
override fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
fun hasOptionsMenu(): Boolean
-
-
-
-
-
-
- -
-
-
initState -
Link copied to clipboard
-
-
-
- -
-
open fun initState()
-
-
-
-
-
-
- -
-
-
isAdded -
Link copied to clipboard
-
-
-
- -
-
fun isAdded(): Boolean
-
-
-
-
-
-
- -
-
-
isDetached -
Link copied to clipboard
-
-
-
- -
-
fun isDetached(): Boolean
-
-
-
-
-
-
- -
-
-
isHidden -
Link copied to clipboard
-
-
-
- -
-
fun isHidden(): Boolean
-
-
-
-
-
-
- -
-
-
isHideReplaced -
Link copied to clipboard
-
-
-
- -
-
open fun isHideReplaced(): Boolean
-
-
-
-
-
-
- -
-
-
isInBackStack -
Link copied to clipboard
-
-
-
- -
-
fun isInBackStack(): Boolean
-
-
-
-
-
-
- -
-
-
isInLayout -
Link copied to clipboard
-
-
-
- -
-
fun isInLayout(): Boolean
-
-
-
-
-
-
- -
-
-
isMenuVisible -
Link copied to clipboard
-
-
-
- -
-
fun isMenuVisible(): Boolean
-
-
-
-
-
-
- -
-
-
isPostponed -
Link copied to clipboard
-
-
-
- -
-
open fun isPostponed(): Boolean
-
-
-
-
-
-
- -
-
-
isRemoving -
Link copied to clipboard
-
-
-
- -
-
fun isRemoving(): Boolean
-
-
-
-
-
-
- -
-
-
isRemovingParent -
Link copied to clipboard
-
-
-
- -
-
fun isRemovingParent(): Boolean
-
-
-
-
-
-
- -
-
-
isResumed -
Link copied to clipboard
-
-
-
- -
-
fun isResumed(): Boolean
-
-
-
-
-
-
- -
-
-
isStateSaved -
Link copied to clipboard
-
-
-
- -
-
fun isStateSaved(): Boolean
-
-
-
-
-
-
- -
-
-
isVisible -
Link copied to clipboard
-
-
-
- -
-
fun isVisible(): Boolean
-
-
-
-
-
-
- -
-
-
noteStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open fun noteStateNotSaved()
-
-
-
-
-
-
- -
-
-
onActivityCreated -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityCreated(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onAttach -
Link copied to clipboard
-
-
-
- -
-
open fun onAttach(@NonNull() p0: Activity)
open fun onAttach(@NonNull() p0: Context)
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreate(savedInstanceState: Bundle?)
-
-
-
-
-
-
- -
-
-
onCreateAnimation -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateAnimation(p0: Int, p1: Boolean, p2: Int): Animation?
-
-
-
-
-
-
- -
-
-
onCreateAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateAnimator(p0: Int, p1: Boolean, p2: Int): Animator?
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(@NonNull() p0: ContextMenu, @NonNull() p1: View, @Nullable() p2: ContextMenu.ContextMenuInfo?)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(@NonNull() p0: Menu, @NonNull() p1: MenuInflater)
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDestroyOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onDestroyOptionsMenu()
-
-
-
-
-
-
- -
-
-
onDestroyView -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroyView()
-
-
-
-
-
-
- -
-
-
onDetach -
Link copied to clipboard
-
-
-
- -
-
open fun onDetach()
-
-
-
-
-
-
- -
-
-
onGetLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun onGetLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
onHiddenChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onHiddenChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onInflate -
Link copied to clipboard
-
-
-
- -
-
open fun onInflate(@NonNull() p0: Activity, @NonNull() p1: AttributeSet, @Nullable() p2: Bundle?)
open fun onInflate(@NonNull() p0: Context, @NonNull() p1: AttributeSet, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onMultiWindowModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open fun onPause()
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPictureInPictureModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
onPrimaryNavigationFragmentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPrimaryNavigationFragmentChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open fun onResume()
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onSaveInstanceState(@NonNull() p0: Bundle)
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open fun onStart()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open fun onStop()
-
-
-
-
-
-
- -
-
-
onViewCreated -
Link copied to clipboard
-
-
-
- -
-
open fun onViewCreated(@NonNull() p0: View, @Nullable() p1: Bundle?)
-
-
-
-
-
-
- -
-
-
onViewStateRestored -
Link copied to clipboard
-
-
-
- -
-
open fun onViewStateRestored(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
performActivityCreated -
Link copied to clipboard
-
-
-
- -
-
open fun performActivityCreated(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performAttach -
Link copied to clipboard
-
-
-
- -
-
open fun performAttach()
-
-
-
-
-
-
- -
-
-
performConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
performContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun performContextItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
performCreate -
Link copied to clipboard
-
-
-
- -
-
open fun performCreate(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun performCreateOptionsMenu(@NonNull() p0: Menu, @NonNull() p1: MenuInflater): Boolean
-
-
-
-
-
-
- -
-
-
performCreateView -
Link copied to clipboard
-
-
-
- -
-
open fun performCreateView(@NonNull() p0: LayoutInflater, @Nullable() p1: ViewGroup?, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
performDestroy -
Link copied to clipboard
-
-
-
- -
-
open fun performDestroy()
-
-
-
-
-
-
- -
-
-
performDestroyView -
Link copied to clipboard
-
-
-
- -
-
open fun performDestroyView()
-
-
-
-
-
-
- -
-
-
performDetach -
Link copied to clipboard
-
-
-
- -
-
open fun performDetach()
-
-
-
-
-
-
- -
-
-
performGetLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun performGetLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
performLowMemory -
Link copied to clipboard
-
-
-
- -
-
open fun performLowMemory()
-
-
-
-
-
-
- -
-
-
performMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performMultiWindowModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
performOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun performOptionsItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
performOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun performOptionsMenuClosed(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
performPause -
Link copied to clipboard
-
-
-
- -
-
open fun performPause()
-
-
-
-
-
-
- -
-
-
performPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performPictureInPictureModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
performPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun performPrepareOptionsMenu(@NonNull() p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
performPrimaryNavigationFragmentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performPrimaryNavigationFragmentChanged()
-
-
-
-
-
-
- -
-
-
performResume -
Link copied to clipboard
-
-
-
- -
-
open fun performResume()
-
-
-
-
-
-
- -
-
-
performSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun performSaveInstanceState(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performStart -
Link copied to clipboard
-
-
-
- -
-
open fun performStart()
-
-
-
-
-
-
- -
-
-
performStop -
Link copied to clipboard
-
-
-
- -
-
open fun performStop()
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
fun postponeEnterTransition(p0: Long, @NonNull() p1: TimeUnit)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(@NonNull() p0: View)
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(@NonNull() p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requireActivity -
Link copied to clipboard
-
-
-
- -
-
fun requireActivity(): FragmentActivity
-
-
-
-
-
-
- -
-
-
requireArguments -
Link copied to clipboard
-
-
-
- -
-
fun requireArguments(): Bundle
-
-
-
-
-
-
- -
-
-
requireContext -
Link copied to clipboard
-
-
-
- -
-
fun requireContext(): Context
-
-
-
-
-
-
- -
-
-
requireFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun requireFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
requireHost -
Link copied to clipboard
-
-
-
- -
-
fun requireHost(): Any
-
-
-
-
-
-
- -
-
-
requireParentFragment -
Link copied to clipboard
-
-
-
- -
-
fun requireParentFragment(): Fragment
-
-
-
-
-
-
- -
-
-
requireView -
Link copied to clipboard
-
-
-
- -
-
fun requireView(): View
-
-
-
-
-
-
- -
-
-
restoreChildFragmentState -
Link copied to clipboard
-
-
-
- -
-
open fun restoreChildFragmentState(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
restoreViewState -
Link copied to clipboard
-
-
-
- -
-
fun restoreViewState(p0: Bundle)
-
-
-
-
-
-
- -
-
-
setAllowEnterTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun setAllowEnterTransitionOverlap(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setAllowReturnTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun setAllowReturnTransitionOverlap(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setAnimatingAway -
Link copied to clipboard
-
-
-
- -
-
open fun setAnimatingAway(p0: View)
-
-
-
-
-
-
- -
-
-
setAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun setAnimator(p0: Animator)
-
-
-
-
-
-
- -
-
-
setArguments -
Link copied to clipboard
-
-
-
- -
-
open fun setArguments(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setExitTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setHasOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun setHasOptionsMenu(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setHideReplaced -
Link copied to clipboard
-
-
-
- -
-
open fun setHideReplaced(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInitialSavedState -
Link copied to clipboard
-
-
-
- -
-
open fun setInitialSavedState(@Nullable() p0: Fragment.SavedState?)
-
-
-
-
-
-
- -
-
-
setMenuVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setMenuVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setNextAnim -
Link copied to clipboard
-
-
-
- -
-
open fun setNextAnim(p0: Int)
-
-
-
-
-
-
- -
-
-
setNextTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setNextTransition(p0: Int)
-
-
-
-
-
-
- -
-
-
setOnStartEnterTransitionListener -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
setReenterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setReenterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setRetainInstance -
Link copied to clipboard
-
-
-
- -
-
open fun setRetainInstance(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setReturnTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setSharedElementEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setSharedElementEnterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setSharedElementReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setSharedElementReturnTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setStateAfterAnimating -
Link copied to clipboard
-
-
-
- -
-
open fun setStateAfterAnimating(p0: Int)
-
-
-
-
-
-
- -
-
-
setTargetFragment -
Link copied to clipboard
-
-
-
- -
-
open fun setTargetFragment(@Nullable() p0: Fragment?, p1: Int)
-
-
-
-
-
-
- -
-
-
setUserVisibleHint -
Link copied to clipboard
-
-
-
- -
-
open fun setUserVisibleHint(p0: Boolean)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(@NonNull() p0: String): Boolean
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startActivity(p0: Intent)
open fun startActivity(p0: Intent, @Nullable() p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityForResult(p0: Intent, p1: Int)
open fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open override fun toString(): String
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(@NonNull() p0: View)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mAdded -
Link copied to clipboard
-
-
-
-
val mAdded: Boolean
-
-
-
-
- -
-
-
mAnimationInfo -
Link copied to clipboard
-
-
-
-
val mAnimationInfo: Fragment.AnimationInfo
-
-
-
-
- -
-
-
mArguments -
Link copied to clipboard
-
-
-
-
val mArguments: Bundle
-
-
-
-
- -
-
-
mBackStackNesting -
Link copied to clipboard
-
-
-
-
val mBackStackNesting: Int
-
-
-
-
- -
-
-
mChildFragmentManager -
Link copied to clipboard
-
-
-
-
val mChildFragmentManager: FragmentManager
-
-
-
-
- -
-
-
mContainer -
Link copied to clipboard
-
-
-
-
val mContainer: ViewGroup
-
-
-
-
- -
-
-
mContainerId -
Link copied to clipboard
-
-
-
-
val mContainerId: Int
-
-
-
-
- -
-
-
mDeferStart -
Link copied to clipboard
-
-
-
-
val mDeferStart: Boolean
-
-
-
-
- -
-
-
mDetached -
Link copied to clipboard
-
-
-
-
val mDetached: Boolean
-
-
-
-
- -
-
-
mFragmentId -
Link copied to clipboard
-
-
-
-
val mFragmentId: Int
-
-
-
-
- -
-
-
mFragmentManager -
Link copied to clipboard
-
-
-
-
val mFragmentManager: FragmentManager
-
-
-
-
- -
-
-
mFromLayout -
Link copied to clipboard
-
-
-
-
val mFromLayout: Boolean
-
-
-
-
- -
-
-
mHasMenu -
Link copied to clipboard
-
-
-
-
val mHasMenu: Boolean
-
-
-
-
- -
-
-
mHidden -
Link copied to clipboard
-
-
-
-
val mHidden: Boolean
-
-
-
-
- -
-
-
mHiddenChanged -
Link copied to clipboard
-
-
-
-
val mHiddenChanged: Boolean
-
-
-
-
- -
-
-
mHost -
Link copied to clipboard
-
-
-
-
val mHost: FragmentHostCallback<*>
-
-
-
-
- -
-
-
mInLayout -
Link copied to clipboard
-
-
-
-
val mInLayout: Boolean
-
-
-
-
- -
-
-
mIsCreated -
Link copied to clipboard
-
-
-
-
val mIsCreated: Boolean
-
-
-
-
- -
-
-
mIsNewlyAdded -
Link copied to clipboard
-
-
-
-
val mIsNewlyAdded: Boolean
-
-
-
-
- -
-
-
mLayoutInflater -
Link copied to clipboard
-
-
-
-
val mLayoutInflater: LayoutInflater
-
-
-
-
- -
-
-
mLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mMaxState -
Link copied to clipboard
-
-
-
-
val mMaxState: Lifecycle.State
-
-
-
-
- -
-
-
mMenuVisible -
Link copied to clipboard
-
-
-
-
val mMenuVisible: Boolean
-
-
-
-
- -
-
-
mParentFragment -
Link copied to clipboard
-
-
-
-
val mParentFragment: Fragment
-
-
-
-
- -
-
-
mPerformedCreateView -
Link copied to clipboard
-
-
-
-
val mPerformedCreateView: Boolean
-
-
-
-
- -
-
-
mPostponedAlpha -
Link copied to clipboard
-
-
-
-
val mPostponedAlpha: Float
-
-
-
-
- -
-
-
mPostponedDurationRunnable -
Link copied to clipboard
-
-
-
-
val mPostponedDurationRunnable: Runnable
-
-
-
-
- -
-
-
mRemoving -
Link copied to clipboard
-
-
-
-
val mRemoving: Boolean
-
-
-
-
- -
-
-
mRestored -
Link copied to clipboard
-
-
-
-
val mRestored: Boolean
-
-
-
-
- -
-
-
mRetainInstance -
Link copied to clipboard
-
-
-
-
val mRetainInstance: Boolean
-
-
-
-
- -
-
-
mRetainInstanceChangedWhileDetached -
Link copied to clipboard
-
-
-
-
val mRetainInstanceChangedWhileDetached: Boolean
-
-
-
-
- -
-
-
mSavedFragmentState -
Link copied to clipboard
-
-
-
-
val mSavedFragmentState: Bundle
-
-
-
-
- -
-
-
mSavedStateRegistryController -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mSavedUserVisibleHint -
Link copied to clipboard
-
-
-
-
val mSavedUserVisibleHint: Boolean?
-
-
-
-
- -
-
-
mSavedViewState -
Link copied to clipboard
-
-
-
-
val mSavedViewState: SparseArray<Parcelable>
-
-
-
-
- -
-
-
mState -
Link copied to clipboard
-
-
-
-
val mState: Int
-
-
-
-
- -
-
-
mTag -
Link copied to clipboard
-
-
-
-
val mTag: String
-
-
-
-
- -
-
-
mTarget -
Link copied to clipboard
-
-
-
-
val mTarget: Fragment
-
-
-
-
- -
-
-
mTargetRequestCode -
Link copied to clipboard
-
-
-
-
val mTargetRequestCode: Int
-
-
-
-
- -
-
-
mTargetWho -
Link copied to clipboard
-
-
-
-
val mTargetWho: String
-
-
-
-
- -
-
-
mUserVisibleHint -
Link copied to clipboard
-
-
-
-
val mUserVisibleHint: Boolean
-
-
-
-
- -
-
-
mView -
Link copied to clipboard
-
-
-
-
val mView: View
-
-
-
-
- -
-
-
mViewLifecycleOwner -
Link copied to clipboard
-
-
-
-
val mViewLifecycleOwner: FragmentViewLifecycleOwner?
-
-
-
-
- -
-
-
mViewLifecycleOwnerLiveData -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mWho -
Link copied to clipboard
-
-
-
-
val mWho: String
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-fragment/on-create.html b/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-fragment/on-create.html deleted file mode 100644 index 4095d352..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-events-fragment/on-create.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onCreate - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onCreate

-
-
- -
-
open override fun onCreate(savedInstanceState: Bundle?)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/-mvvm-fragment.html b/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/-mvvm-fragment.html deleted file mode 100644 index e1722d22..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/-mvvm-fragment.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - MvvmFragment - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmFragment

-
-
- -
-
fun MvvmFragment()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/index.html b/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/index.html deleted file mode 100644 index a0e1cbd8..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/index.html +++ /dev/null @@ -1,3404 +0,0 @@ - - - - MvvmFragment - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MvvmFragment

-
abstract class MvvmFragment<VB : ViewBinding, VM : ViewModel> : Fragment
-
-
-
-
-

Functions

-
-
-
-
callStartTransitionListener -
Link copied to clipboard
-
-
-
- -
-
open fun callStartTransitionListener()
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
operator override fun equals(@Nullable() other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
findFragmentByWho -
Link copied to clipboard
-
-
-
- -
-
open fun findFragmentByWho(@NonNull() p0: String): Fragment?
-
-
-
-
-
-
- -
-
-
getActivity -
Link copied to clipboard
-
-
-
- -
-
fun getActivity(): FragmentActivity?
-
-
-
-
-
-
- -
-
-
getAllowEnterTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun getAllowEnterTransitionOverlap(): Boolean
-
-
-
-
-
-
- -
-
-
getAllowReturnTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun getAllowReturnTransitionOverlap(): Boolean
-
-
-
-
-
-
- -
-
-
getAnimatingAway -
Link copied to clipboard
-
-
-
- -
-
open fun getAnimatingAway(): View
-
-
-
-
-
-
- -
-
-
getAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun getAnimator(): Animator
-
-
-
-
-
-
- -
-
-
getArguments -
Link copied to clipboard
-
-
-
- -
-
fun getArguments(): Bundle?
-
-
-
-
-
-
- -
-
-
getChildFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getChildFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getContext -
Link copied to clipboard
-
-
-
- -
-
open fun getContext(): Context?
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getEnterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getEnterTransitionCallback -
Link copied to clipboard
-
-
-
- -
-
open fun getEnterTransitionCallback(): SharedElementCallback
-
-
-
-
-
-
- -
-
-
getExitTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getExitTransition(): Any?
-
-
-
-
-
-
- -
-
-
getExitTransitionCallback -
Link copied to clipboard
-
-
-
- -
-
open fun getExitTransitionCallback(): SharedElementCallback
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getFragmentManager(): FragmentManager?
-
-
-
-
-
-
- -
-
-
getHost -
Link copied to clipboard
-
-
-
- -
-
fun getHost(): Any?
-
-
-
-
-
-
- -
-
-
getId -
Link copied to clipboard
-
-
-
- -
-
fun getId(): Int
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
fun getLayoutInflater(): LayoutInflater
open fun getLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getNextAnim -
Link copied to clipboard
-
-
-
- -
-
open fun getNextAnim(): Int
-
-
-
-
-
-
- -
-
-
getNextTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getNextTransition(): Int
-
-
-
-
-
-
- -
-
-
getParentFragment -
Link copied to clipboard
-
-
-
- -
-
fun getParentFragment(): Fragment?
-
-
-
-
-
-
- -
-
-
getParentFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getParentFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getReenterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getReenterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getRetainInstance -
Link copied to clipboard
-
-
-
- -
-
fun getRetainInstance(): Boolean
-
-
-
-
-
-
- -
-
-
getReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getReturnTransition(): Any?
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSharedElementEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getSharedElementEnterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getSharedElementReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getSharedElementReturnTransition(): Any?
-
-
-
-
-
-
- -
-
-
getStateAfterAnimating -
Link copied to clipboard
-
-
-
- -
-
open fun getStateAfterAnimating(): Int
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(@StringRes() p0: Int): String
fun getString(@StringRes() p0: Int, @Nullable() vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getTag -
Link copied to clipboard
-
-
-
- -
-
fun getTag(): String?
-
-
-
-
-
-
- -
-
-
getTargetFragment -
Link copied to clipboard
-
-
-
- -
-
fun getTargetFragment(): Fragment?
-
-
-
-
-
-
- -
-
-
getTargetRequestCode -
Link copied to clipboard
-
-
-
- -
-
fun getTargetRequestCode(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(@StringRes() p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getUserVisibleHint -
Link copied to clipboard
-
-
-
- -
-
open fun getUserVisibleHint(): Boolean
-
-
-
-
-
-
- -
-
-
getView -
Link copied to clipboard
-
-
-
- -
-
open fun getView(): View?
-
-
-
-
-
-
- -
-
-
getViewLifecycleOwner -
Link copied to clipboard
-
-
-
- -
-
open fun getViewLifecycleOwner(): LifecycleOwner
-
-
-
-
-
-
- -
-
-
getViewLifecycleOwnerLiveData -
Link copied to clipboard
-
-
-
- -
-
open fun getViewLifecycleOwnerLiveData(): LiveData<LifecycleOwner>
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
override fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
fun hasOptionsMenu(): Boolean
-
-
-
-
-
-
- -
-
-
initState -
Link copied to clipboard
-
-
-
- -
-
open fun initState()
-
-
-
-
-
-
- -
-
-
isAdded -
Link copied to clipboard
-
-
-
- -
-
fun isAdded(): Boolean
-
-
-
-
-
-
- -
-
-
isDetached -
Link copied to clipboard
-
-
-
- -
-
fun isDetached(): Boolean
-
-
-
-
-
-
- -
-
-
isHidden -
Link copied to clipboard
-
-
-
- -
-
fun isHidden(): Boolean
-
-
-
-
-
-
- -
-
-
isHideReplaced -
Link copied to clipboard
-
-
-
- -
-
open fun isHideReplaced(): Boolean
-
-
-
-
-
-
- -
-
-
isInBackStack -
Link copied to clipboard
-
-
-
- -
-
fun isInBackStack(): Boolean
-
-
-
-
-
-
- -
-
-
isInLayout -
Link copied to clipboard
-
-
-
- -
-
fun isInLayout(): Boolean
-
-
-
-
-
-
- -
-
-
isMenuVisible -
Link copied to clipboard
-
-
-
- -
-
fun isMenuVisible(): Boolean
-
-
-
-
-
-
- -
-
-
isPostponed -
Link copied to clipboard
-
-
-
- -
-
open fun isPostponed(): Boolean
-
-
-
-
-
-
- -
-
-
isRemoving -
Link copied to clipboard
-
-
-
- -
-
fun isRemoving(): Boolean
-
-
-
-
-
-
- -
-
-
isRemovingParent -
Link copied to clipboard
-
-
-
- -
-
fun isRemovingParent(): Boolean
-
-
-
-
-
-
- -
-
-
isResumed -
Link copied to clipboard
-
-
-
- -
-
fun isResumed(): Boolean
-
-
-
-
-
-
- -
-
-
isStateSaved -
Link copied to clipboard
-
-
-
- -
-
fun isStateSaved(): Boolean
-
-
-
-
-
-
- -
-
-
isVisible -
Link copied to clipboard
-
-
-
- -
-
fun isVisible(): Boolean
-
-
-
-
-
-
- -
-
-
noteStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open fun noteStateNotSaved()
-
-
-
-
-
-
- -
-
-
onActivityCreated -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityCreated(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onAttach -
Link copied to clipboard
-
-
-
- -
-
open fun onAttach(@NonNull() p0: Activity)
open fun onAttach(@NonNull() p0: Context)
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreate(savedInstanceState: Bundle?)
-
-
-
-
-
-
- -
-
-
onCreateAnimation -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateAnimation(p0: Int, p1: Boolean, p2: Int): Animation?
-
-
-
-
-
-
- -
-
-
onCreateAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateAnimator(p0: Int, p1: Boolean, p2: Int): Animator?
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(@NonNull() p0: ContextMenu, @NonNull() p1: View, @Nullable() p2: ContextMenu.ContextMenuInfo?)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(@NonNull() p0: Menu, @NonNull() p1: MenuInflater)
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDestroyOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onDestroyOptionsMenu()
-
-
-
-
-
-
- -
-
-
onDestroyView -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroyView()
-
-
-
-
-
-
- -
-
-
onDetach -
Link copied to clipboard
-
-
-
- -
-
open fun onDetach()
-
-
-
-
-
-
- -
-
-
onGetLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun onGetLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
onHiddenChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onHiddenChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onInflate -
Link copied to clipboard
-
-
-
- -
-
open fun onInflate(@NonNull() p0: Activity, @NonNull() p1: AttributeSet, @Nullable() p2: Bundle?)
open fun onInflate(@NonNull() p0: Context, @NonNull() p1: AttributeSet, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onMultiWindowModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open fun onPause()
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPictureInPictureModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
onPrimaryNavigationFragmentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPrimaryNavigationFragmentChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open fun onResume()
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onSaveInstanceState(@NonNull() p0: Bundle)
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open fun onStart()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open fun onStop()
-
-
-
-
-
-
- -
-
-
onViewCreated -
Link copied to clipboard
-
-
-
- -
-
open fun onViewCreated(@NonNull() p0: View, @Nullable() p1: Bundle?)
-
-
-
-
-
-
- -
-
-
onViewStateRestored -
Link copied to clipboard
-
-
-
- -
-
open fun onViewStateRestored(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
performActivityCreated -
Link copied to clipboard
-
-
-
- -
-
open fun performActivityCreated(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performAttach -
Link copied to clipboard
-
-
-
- -
-
open fun performAttach()
-
-
-
-
-
-
- -
-
-
performConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
performContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun performContextItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
performCreate -
Link copied to clipboard
-
-
-
- -
-
open fun performCreate(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun performCreateOptionsMenu(@NonNull() p0: Menu, @NonNull() p1: MenuInflater): Boolean
-
-
-
-
-
-
- -
-
-
performCreateView -
Link copied to clipboard
-
-
-
- -
-
open fun performCreateView(@NonNull() p0: LayoutInflater, @Nullable() p1: ViewGroup?, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
performDestroy -
Link copied to clipboard
-
-
-
- -
-
open fun performDestroy()
-
-
-
-
-
-
- -
-
-
performDestroyView -
Link copied to clipboard
-
-
-
- -
-
open fun performDestroyView()
-
-
-
-
-
-
- -
-
-
performDetach -
Link copied to clipboard
-
-
-
- -
-
open fun performDetach()
-
-
-
-
-
-
- -
-
-
performGetLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun performGetLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
performLowMemory -
Link copied to clipboard
-
-
-
- -
-
open fun performLowMemory()
-
-
-
-
-
-
- -
-
-
performMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performMultiWindowModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
performOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun performOptionsItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
performOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun performOptionsMenuClosed(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
performPause -
Link copied to clipboard
-
-
-
- -
-
open fun performPause()
-
-
-
-
-
-
- -
-
-
performPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performPictureInPictureModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
performPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun performPrepareOptionsMenu(@NonNull() p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
performPrimaryNavigationFragmentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performPrimaryNavigationFragmentChanged()
-
-
-
-
-
-
- -
-
-
performResume -
Link copied to clipboard
-
-
-
- -
-
open fun performResume()
-
-
-
-
-
-
- -
-
-
performSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun performSaveInstanceState(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performStart -
Link copied to clipboard
-
-
-
- -
-
open fun performStart()
-
-
-
-
-
-
- -
-
-
performStop -
Link copied to clipboard
-
-
-
- -
-
open fun performStop()
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
fun postponeEnterTransition(p0: Long, @NonNull() p1: TimeUnit)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(@NonNull() p0: View)
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(@NonNull() p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requireActivity -
Link copied to clipboard
-
-
-
- -
-
fun requireActivity(): FragmentActivity
-
-
-
-
-
-
- -
-
-
requireArguments -
Link copied to clipboard
-
-
-
- -
-
fun requireArguments(): Bundle
-
-
-
-
-
-
- -
-
-
requireContext -
Link copied to clipboard
-
-
-
- -
-
fun requireContext(): Context
-
-
-
-
-
-
- -
-
-
requireFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun requireFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
requireHost -
Link copied to clipboard
-
-
-
- -
-
fun requireHost(): Any
-
-
-
-
-
-
- -
-
-
requireParentFragment -
Link copied to clipboard
-
-
-
- -
-
fun requireParentFragment(): Fragment
-
-
-
-
-
-
- -
-
-
requireView -
Link copied to clipboard
-
-
-
- -
-
fun requireView(): View
-
-
-
-
-
-
- -
-
-
restoreChildFragmentState -
Link copied to clipboard
-
-
-
- -
-
open fun restoreChildFragmentState(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
restoreViewState -
Link copied to clipboard
-
-
-
- -
-
fun restoreViewState(p0: Bundle)
-
-
-
-
-
-
- -
-
-
setAllowEnterTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun setAllowEnterTransitionOverlap(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setAllowReturnTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun setAllowReturnTransitionOverlap(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setAnimatingAway -
Link copied to clipboard
-
-
-
- -
-
open fun setAnimatingAway(p0: View)
-
-
-
-
-
-
- -
-
-
setAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun setAnimator(p0: Animator)
-
-
-
-
-
-
- -
-
-
setArguments -
Link copied to clipboard
-
-
-
- -
-
open fun setArguments(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setExitTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setHasOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun setHasOptionsMenu(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setHideReplaced -
Link copied to clipboard
-
-
-
- -
-
open fun setHideReplaced(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInitialSavedState -
Link copied to clipboard
-
-
-
- -
-
open fun setInitialSavedState(@Nullable() p0: Fragment.SavedState?)
-
-
-
-
-
-
- -
-
-
setMenuVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setMenuVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setNextAnim -
Link copied to clipboard
-
-
-
- -
-
open fun setNextAnim(p0: Int)
-
-
-
-
-
-
- -
-
-
setNextTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setNextTransition(p0: Int)
-
-
-
-
-
-
- -
-
-
setOnStartEnterTransitionListener -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
setReenterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setReenterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setRetainInstance -
Link copied to clipboard
-
-
-
- -
-
open fun setRetainInstance(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setReturnTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setSharedElementEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setSharedElementEnterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setSharedElementReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setSharedElementReturnTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setStateAfterAnimating -
Link copied to clipboard
-
-
-
- -
-
open fun setStateAfterAnimating(p0: Int)
-
-
-
-
-
-
- -
-
-
setTargetFragment -
Link copied to clipboard
-
-
-
- -
-
open fun setTargetFragment(@Nullable() p0: Fragment?, p1: Int)
-
-
-
-
-
-
- -
-
-
setUserVisibleHint -
Link copied to clipboard
-
-
-
- -
-
open fun setUserVisibleHint(p0: Boolean)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(@NonNull() p0: String): Boolean
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startActivity(p0: Intent)
open fun startActivity(p0: Intent, @Nullable() p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityForResult(p0: Intent, p1: Int)
open fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open override fun toString(): String
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(@NonNull() p0: View)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mAdded -
Link copied to clipboard
-
-
-
-
val mAdded: Boolean
-
-
-
-
- -
-
-
mAnimationInfo -
Link copied to clipboard
-
-
-
-
val mAnimationInfo: Fragment.AnimationInfo
-
-
-
-
- -
-
-
mArguments -
Link copied to clipboard
-
-
-
-
val mArguments: Bundle
-
-
-
-
- -
-
-
mBackStackNesting -
Link copied to clipboard
-
-
-
-
val mBackStackNesting: Int
-
-
-
-
- -
-
-
mChildFragmentManager -
Link copied to clipboard
-
-
-
-
val mChildFragmentManager: FragmentManager
-
-
-
-
- -
-
-
mContainer -
Link copied to clipboard
-
-
-
-
val mContainer: ViewGroup
-
-
-
-
- -
-
-
mContainerId -
Link copied to clipboard
-
-
-
-
val mContainerId: Int
-
-
-
-
- -
-
-
mDeferStart -
Link copied to clipboard
-
-
-
-
val mDeferStart: Boolean
-
-
-
-
- -
-
-
mDetached -
Link copied to clipboard
-
-
-
-
val mDetached: Boolean
-
-
-
-
- -
-
-
mFragmentId -
Link copied to clipboard
-
-
-
-
val mFragmentId: Int
-
-
-
-
- -
-
-
mFragmentManager -
Link copied to clipboard
-
-
-
-
val mFragmentManager: FragmentManager
-
-
-
-
- -
-
-
mFromLayout -
Link copied to clipboard
-
-
-
-
val mFromLayout: Boolean
-
-
-
-
- -
-
-
mHasMenu -
Link copied to clipboard
-
-
-
-
val mHasMenu: Boolean
-
-
-
-
- -
-
-
mHidden -
Link copied to clipboard
-
-
-
-
val mHidden: Boolean
-
-
-
-
- -
-
-
mHiddenChanged -
Link copied to clipboard
-
-
-
-
val mHiddenChanged: Boolean
-
-
-
-
- -
-
-
mHost -
Link copied to clipboard
-
-
-
-
val mHost: FragmentHostCallback<*>
-
-
-
-
- -
-
-
mInLayout -
Link copied to clipboard
-
-
-
-
val mInLayout: Boolean
-
-
-
-
- -
-
-
mIsCreated -
Link copied to clipboard
-
-
-
-
val mIsCreated: Boolean
-
-
-
-
- -
-
-
mIsNewlyAdded -
Link copied to clipboard
-
-
-
-
val mIsNewlyAdded: Boolean
-
-
-
-
- -
-
-
mLayoutInflater -
Link copied to clipboard
-
-
-
-
val mLayoutInflater: LayoutInflater
-
-
-
-
- -
-
-
mLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mMaxState -
Link copied to clipboard
-
-
-
-
val mMaxState: Lifecycle.State
-
-
-
-
- -
-
-
mMenuVisible -
Link copied to clipboard
-
-
-
-
val mMenuVisible: Boolean
-
-
-
-
- -
-
-
mParentFragment -
Link copied to clipboard
-
-
-
-
val mParentFragment: Fragment
-
-
-
-
- -
-
-
mPerformedCreateView -
Link copied to clipboard
-
-
-
-
val mPerformedCreateView: Boolean
-
-
-
-
- -
-
-
mPostponedAlpha -
Link copied to clipboard
-
-
-
-
val mPostponedAlpha: Float
-
-
-
-
- -
-
-
mPostponedDurationRunnable -
Link copied to clipboard
-
-
-
-
val mPostponedDurationRunnable: Runnable
-
-
-
-
- -
-
-
mRemoving -
Link copied to clipboard
-
-
-
-
val mRemoving: Boolean
-
-
-
-
- -
-
-
mRestored -
Link copied to clipboard
-
-
-
-
val mRestored: Boolean
-
-
-
-
- -
-
-
mRetainInstance -
Link copied to clipboard
-
-
-
-
val mRetainInstance: Boolean
-
-
-
-
- -
-
-
mRetainInstanceChangedWhileDetached -
Link copied to clipboard
-
-
-
-
val mRetainInstanceChangedWhileDetached: Boolean
-
-
-
-
- -
-
-
mSavedFragmentState -
Link copied to clipboard
-
-
-
-
val mSavedFragmentState: Bundle
-
-
-
-
- -
-
-
mSavedStateRegistryController -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mSavedUserVisibleHint -
Link copied to clipboard
-
-
-
-
val mSavedUserVisibleHint: Boolean?
-
-
-
-
- -
-
-
mSavedViewState -
Link copied to clipboard
-
-
-
-
val mSavedViewState: SparseArray<Parcelable>
-
-
-
-
- -
-
-
mState -
Link copied to clipboard
-
-
-
-
val mState: Int
-
-
-
-
- -
-
-
mTag -
Link copied to clipboard
-
-
-
-
val mTag: String
-
-
-
-
- -
-
-
mTarget -
Link copied to clipboard
-
-
-
-
val mTarget: Fragment
-
-
-
-
- -
-
-
mTargetRequestCode -
Link copied to clipboard
-
-
-
-
val mTargetRequestCode: Int
-
-
-
-
- -
-
-
mTargetWho -
Link copied to clipboard
-
-
-
-
val mTargetWho: String
-
-
-
-
- -
-
-
mUserVisibleHint -
Link copied to clipboard
-
-
-
-
val mUserVisibleHint: Boolean
-
-
-
-
- -
-
-
mView -
Link copied to clipboard
-
-
-
-
val mView: View
-
-
-
-
- -
-
-
mViewLifecycleOwner -
Link copied to clipboard
-
-
-
-
val mViewLifecycleOwner: FragmentViewLifecycleOwner?
-
-
-
-
- -
-
-
mViewLifecycleOwnerLiveData -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mWho -
Link copied to clipboard
-
-
-
-
val mWho: String
-
-
-
-
-
-

Inheritors

-
-
-
-
MvvmEventsFragment -
Link copied to clipboard
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/on-create-view.html b/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/on-create-view.html deleted file mode 100644 index 897049be..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/on-create-view.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onCreateView - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onCreateView

-
-
- -
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/on-create.html b/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/on-create.html deleted file mode 100644 index aeb5a15e..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/on-create.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onCreate - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onCreate

-
-
- -
-
open override fun onCreate(savedInstanceState: Bundle?)
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/on-destroy-view.html b/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/on-destroy-view.html deleted file mode 100644 index 180a9c0f..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/-mvvm-fragment/on-destroy-view.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onDestroyView - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onDestroyView

-
-
- -
-
open override fun onDestroyView()
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/index.html b/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/index.html deleted file mode 100644 index 31214376..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/dev.icerock.moko.mvvm.viewbinding/index.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - dev.icerock.moko.mvvm.viewbinding - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package dev.icerock.moko.mvvm.viewbinding

-
-
-
-
-

Types

-
-
-
-
MvvmActivity -
Link copied to clipboard
-
-
-
- -
-
abstract class MvvmActivity<VB : ViewBinding, VM : ViewModel> : AppCompatActivity
-
-
-
-
-
-
- -
-
-
MvvmEventsActivity -
Link copied to clipboard
-
-
-
- -
-
abstract class MvvmEventsActivity<VB : ViewBinding, VM : ViewModel, EventsDispatcherOwner<Listener>, Listener : Any> : MvvmActivity<VB, VM>
-
-
-
-
-
-
- -
-
-
MvvmEventsFragment -
Link copied to clipboard
-
-
-
- -
-
abstract class MvvmEventsFragment<VB : ViewBinding, VM : ViewModel, EventsDispatcherOwner<Listener>, Listener : Any> : MvvmFragment<VB, VM>
-
-
-
-
-
-
- -
-
-
MvvmFragment -
Link copied to clipboard
-
-
-
- -
-
abstract class MvvmFragment<VB : ViewBinding, VM : ViewModel> : Fragment
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/index.html b/docs/mvvm-viewbinding/mvvm-viewbinding/index.html deleted file mode 100644 index d4671b6c..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - mvvm-viewbinding - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mvvm-viewbinding

-
-

Packages

-
-
-
-
-
dev.icerock.moko.mvvm.viewbinding -
Link copied to clipboard
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/mvvm-viewbinding/mvvm-viewbinding/package-list b/docs/mvvm-viewbinding/mvvm-viewbinding/package-list deleted file mode 100644 index e0d747ad..00000000 --- a/docs/mvvm-viewbinding/mvvm-viewbinding/package-list +++ /dev/null @@ -1,5 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - -dev.icerock.moko.mvvm.viewbinding - diff --git a/docs/mvvm-viewbinding/navigation.html b/docs/mvvm-viewbinding/navigation.html deleted file mode 100644 index 39773f26..00000000 --- a/docs/mvvm-viewbinding/navigation.html +++ /dev/null @@ -1,19 +0,0 @@ - - diff --git a/docs/mvvm-viewbinding/scripts/clipboard.js b/docs/mvvm-viewbinding/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/mvvm-viewbinding/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/mvvm-viewbinding/scripts/main.js b/docs/mvvm-viewbinding/scripts/main.js deleted file mode 100644 index 12373ea9..00000000 --- a/docs/mvvm-viewbinding/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=390)}([function(e,t,n){e.exports=n(264)()},function(e,t,n){"use strict";e.exports=n(239)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},X=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,A)&&this[A][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,A)&&e[A][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=z(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==A||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=z(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((R=function(){if(this instanceof R)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,A)&&o(this[A],e)&&(this[A][e]=!1),K(this,e,S(1,n))};return i&&G&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(114).f=O.f=Z,n(95).f=X,T.f=ee,i&&!n(111)&&l(W,"propertyIsEnumerable",X,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:R});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=R(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){G=!0},useSimple:function(){G=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):Y(k(e),t)},defineProperty:Q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=R();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,N.apply(M,r)}}),R.prototype[L]||n(59)(R.prototype,L,R.prototype.valueOf),f(R,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(257);var r=n(27),o=n(135),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(182)("asyncIterator")},function(e,t,n){var r=n(32),o=n(79),i=n(59),a=n(42),l=n(80),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(70),i=n(42),a=n(32),l=n(59),c=n(96),u=n(25),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(83)})},function(e,t,n){var r=n(10),o=n(83),i=n(81),a=n(27),l=n(29),c=n(31),u=n(184),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(180).set})},function(e,t,n){var r=n(54),o=n(70);n(252)("keys",(function(){return function(e){return o(r(e))}}))},function(e,t,n){"use strict";var r=n(10),o=n(130)(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(72)(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},function(e,t,n){var r=n(26),o=n(266);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(10);r(r.S+r.F,"Object",{assign:n(185)})},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(98),a=n(74),l=n(75),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(26),o=n(332);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(113),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(72)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(85)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(80),o=n(10),i=n(54),a=n(189),l=n(190),c=n(53),u=n(174),s=n(191);o(o.S+o.F*!n(192)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(91);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(112),o=n(71);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(72)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(80),o=n(112),i=n(54),a=n(53),l=n(259);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(200),i=n(147),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(282),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(304)),o=a(n(308)),i=a(n(205));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){(function(e,r){var o; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var i="Expected a function",a="__lodash_placeholder__",l=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",s="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Object]",y="[object RegExp]",b="[object Set]",_="[object String]",w="[object Symbol]",x="[object WeakMap]",S="[object ArrayBuffer]",k="[object DataView]",O="[object Float32Array]",E="[object Float64Array]",T="[object Int8Array]",C="[object Int16Array]",P="[object Int32Array]",I="[object Uint8Array]",j="[object Uint16Array]",z="[object Uint32Array]",R=/\b__p \+= '';/g,M=/\b(__p \+=) '' \+/g,N=/(__e\(.*?\)|\b__t\)) \+\n'';/g,A=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,F=RegExp(A.source),D=RegExp(L.source),H=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,W=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,G=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,K=/[\\^$.*+?()[\]{}|]/g,q=RegExp(K.source),$=/^\s+|\s+$/g,Q=/^\s+/,Y=/\s+$/,X=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,J=/\{\n\/\* \[wrapped with (.+)\] \*/,Z=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,fe=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ve="["+de+"]",ge="["+pe+"]",me="\\d+",ye="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",xe="[^\\ud800-\\udfff]",Se="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Oe="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ee="(?:"+be+"|"+_e+")",Te="(?:"+Oe+"|"+_e+")",Ce="(?:"+ge+"|"+we+")"+"?",Pe="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[xe,Se,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),Ie="(?:"+[ye,Se,ke].join("|")+")"+Pe,je="(?:"+[xe+ge+"?",ge,Se,ke,he].join("|")+")",ze=RegExp("['’]","g"),Re=RegExp(ge,"g"),Me=RegExp(we+"(?="+we+")|"+je+Pe,"g"),Ne=RegExp([Oe+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Oe,"$"].join("|")+")",Te+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Oe+Ee,"$"].join("|")+")",Oe+"?"+Ee+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Oe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Ie].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],De=-1,He={};He[O]=He[E]=He[T]=He[C]=He[P]=He[I]=He["[object Uint8ClampedArray]"]=He[j]=He[z]=!0,He[c]=He[u]=He[S]=He[s]=He[k]=He[f]=He[p]=He[d]=He[v]=He[g]=He[m]=He[y]=He[b]=He[_]=He[x]=!1;var Ue={};Ue[c]=Ue[u]=Ue[S]=Ue[k]=Ue[s]=Ue[f]=Ue[O]=Ue[E]=Ue[T]=Ue[C]=Ue[P]=Ue[v]=Ue[g]=Ue[m]=Ue[y]=Ue[b]=Ue[_]=Ue[w]=Ue[I]=Ue["[object Uint8ClampedArray]"]=Ue[j]=Ue[z]=!0,Ue[p]=Ue[d]=Ue[x]=!1;var We={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ve=parseInt,Ge="object"==typeof e&&e&&e.Object===Object&&e,Ke="object"==typeof self&&self&&self.Object===Object&&self,qe=Ge||Ke||Function("return this")(),$e=t&&!t.nodeType&&t,Qe=$e&&"object"==typeof r&&r&&!r.nodeType&&r,Ye=Qe&&Qe.exports===$e,Xe=Ye&&Ge.process,Je=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Xe&&Xe.binding&&Xe.binding("util")}catch(e){}}(),Ze=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,ot=Je&&Je.isTypedArray;function it(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o-1}function pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Mt(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=Et({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Lt=Et({"&":"&","<":"<",">":">",'"':""","'":"'"});function Ft(e){return"\\"+We[e]}function Dt(e){return Ae.test(e)}function Ht(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ut(e,t){return function(n){return e(t(n))}}function Wt(e,t){for(var n=-1,r=e.length,o=0,i=[];++n",""":'"',"'":"'"});var $t=function e(t){var n,r=(t=null==t?qe:$t.defaults(qe.Object(),t,$t.pick(qe,Fe))).Array,o=t.Date,pe=t.Error,de=t.Function,he=t.Math,ve=t.Object,ge=t.RegExp,me=t.String,ye=t.TypeError,be=r.prototype,_e=de.prototype,we=ve.prototype,xe=t["__core-js_shared__"],Se=_e.toString,ke=we.hasOwnProperty,Oe=0,Ee=(n=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Te=we.toString,Ce=Se.call(ve),Pe=qe._,Ie=ge("^"+Se.call(ke).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=Ye?t.Buffer:void 0,Me=t.Symbol,Ae=t.Uint8Array,We=je?je.allocUnsafe:void 0,Ge=Ut(ve.getPrototypeOf,ve),Ke=ve.create,$e=we.propertyIsEnumerable,Qe=be.splice,Xe=Me?Me.isConcatSpreadable:void 0,Je=Me?Me.iterator:void 0,yt=Me?Me.toStringTag:void 0,Et=function(){try{var e=ei(ve,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=o&&o.now!==qe.Date.now&&o.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=he.ceil,Zt=he.floor,en=ve.getOwnPropertySymbols,tn=je?je.isBuffer:void 0,nn=t.isFinite,rn=be.join,on=Ut(ve.keys,ve),an=he.max,ln=he.min,cn=o.now,un=t.parseInt,sn=he.random,fn=be.reverse,pn=ei(t,"DataView"),dn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),mn=ei(ve,"create"),yn=gn&&new gn,bn={},_n=Ti(pn),wn=Ti(dn),xn=Ti(hn),Sn=Ti(vn),kn=Ti(gn),On=Me?Me.prototype:void 0,En=On?On.valueOf:void 0,Tn=On?On.toString:void 0;function Cn(e){if(Va(e)&&!Ra(e)&&!(e instanceof zn)){if(e instanceof jn)return e;if(ke.call(e,"__wrapped__"))return Ci(e)}return new jn(e)}var Pn=function(){function e(){}return function(t){if(!Ba(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function In(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,l=1&t,u=2&t,p=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Ba(e))return e;var x=Ra(e);if(x){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return yo(e,a)}else{var R=ri(e),M=R==d||R==h;if(La(e))return fo(e,l);if(R==m||R==c||M&&!o){if(a=u||M?{}:ii(e),!l)return u?function(e,t){return bo(e,ni(e),t)}(e,function(e,t){return e&&bo(t,wl(t),e)}(a,e)):function(e,t){return bo(e,ti(e),t)}(e,Kn(a,e))}else{if(!Ue[R])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case S:return po(e);case s:case f:return new r(+e);case k:return function(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case O:case E:case T:case C:case P:case I:case"[object Uint8ClampedArray]":case j:case z:return ho(e,n);case v:return new r;case g:case _:return new r(e);case y:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new r;case w:return o=e,En?ve(En.call(o)):{}}var o}(e,R,l)}}i||(i=new Ln);var N=i.get(e);if(N)return N;i.set(e,a),Qa(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):Ga(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=x?void 0:(p?u?qo:Ko:u?wl:_l)(e);return lt(A||e,(function(r,o){A&&(r=e[o=r]),Bn(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=ve(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new ye(i);return _i((function(){e.apply(void 0,n)}),t)}function Zn(e,t,n,r){var o=-1,i=ft,a=!0,l=e.length,c=[],u=t.length;if(!l)return c;n&&(t=dt(t,It(n))),r?(i=pt,a=!1):t.length>=200&&(i=zt,a=!1,t=new An(t));e:for(;++o-1},Mn.prototype.set=function(e,t){var n=this.__data__,r=Vn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(dn||Mn),string:new Rn}},Nn.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Jo(this,e).get(e)},Nn.prototype.has=function(e){return Jo(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},An.prototype.add=An.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},An.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.clear=function(){this.__data__=new Mn,this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ln.prototype.get=function(e){return this.__data__.get(e)},Ln.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Mn){var r=n.__data__;if(!dn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var er=xo(cr),tr=xo(ur,!0);function nr(e,t){var n=!0;return er(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function rr(e,t,n){for(var r=-1,o=e.length;++r0&&n(l)?t>1?ir(l,t-1,n,r,o):ht(o,l):r||(o[o.length]=l)}return o}var ar=So(),lr=So(!0);function cr(e,t){return e&&ar(e,t,_l)}function ur(e,t){return e&&lr(e,t,_l)}function sr(e,t){return st(t,(function(t){return Ha(e[t])}))}function fr(e,t){for(var n=0,r=(t=lo(t,e)).length;null!=e&&nt}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in ve(e)}function mr(e,t,n){for(var o=n?pt:ft,i=e[0].length,a=e.length,l=a,c=r(a),u=1/0,s=[];l--;){var f=e[l];l&&t&&(f=dt(f,It(t))),u=ln(f.length,u),c[l]=!n&&(t||i>=120&&f.length>=120)?new An(l&&f):void 0}f=e[0];var p=-1,d=c[0];e:for(;++p=l)return c;var u=n[r];return c*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,o=t.length,i={};++r-1;)l!==e&&Qe.call(l,c,1),Qe.call(e,c,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;li(o)?Qe.call(e,o,1):Zr(e,o)}}return e}function Ar(e,t){return e+Zt(sn()*(t-e+1))}function Lr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=Zt(t/2))&&(e+=e)}while(t);return n}function Fr(e,t){return wi(vi(e,t,Kl),e+"")}function Dr(e){return Dn(Pl(e))}function Hr(e,t){var n=Pl(e);return ki(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!Ba(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,l=e;null!=l&&++oi?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a=200){var u=t?null:Fo(e);if(u)return Bt(u);a=!1,o=zt,c=new An}else c=t?[]:l;e:for(;++r=r?e:Gr(e,t,n)}var so=Qt||function(e){return qe.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function po(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function ho(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function vo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,l=null===t,c=t==t,u=Xa(t);if(!l&&!u&&!i&&e>t||i&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!i&&!u&&e1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&ci(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=ve(t);++r-1?o[i?t[a]:a]:void 0}}function Co(e){return Go((function(t){var n=t.length,r=n,o=jn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ye(i);if(o&&!l&&"wrapper"==Qo(a))var l=new jn([],!0)}for(r=l?r:n;++r1&&b.reverse(),f&&ul))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var f=-1,p=!0,d=2&n?new An:void 0;for(i.set(e,t),i.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(X,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return lt(l,(function(n){var r="_."+n[0];t&n[1]&&!ft(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(J);return t?t[1].split(Z):[]}(r),n)))}function Si(e){var t=0,n=0;return function(){var r=cn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ki(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$i(e,n)}));function ta(e){var t=Cn(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var ra=Go((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return $n(t,e)};return!(t>1||this.__actions__.length)&&r instanceof zn&&li(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new jn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var oa=_o((function(e,t,n){ke.call(e,n)?++e[n]:qn(e,n,1)}));var ia=To(zi),aa=To(Ri);function la(e,t){return(Ra(e)?lt:er)(e,Xo(t,3))}function ca(e,t){return(Ra(e)?ct:tr)(e,Xo(t,3))}var ua=_o((function(e,t,n){ke.call(e,n)?e[n].push(t):qn(e,n,[t])}));var sa=Fr((function(e,t,n){var o=-1,i="function"==typeof t,a=Na(e)?r(e.length):[];return er(e,(function(e){a[++o]=i?it(t,e,n):yr(e,t,n)})),a})),fa=_o((function(e,t,n){qn(e,n,t)}));function pa(e,t){return(Ra(e)?dt:Tr)(e,Xo(t,3))}var da=_o((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ha=Fr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ci(e,t[0],t[1])?t=[]:n>2&&ci(t[0],t[1],t[2])&&(t=[t[0]]),zr(e,ir(t,1),[])})),va=Yt||function(){return qe.Date.now()};function ga(e,t,n){return t=n?void 0:t,Ho(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ma(e,t){var n;if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Fr((function(e,t,n){var r=1;if(n.length){var o=Wt(n,Yo(ya));r|=32}return Ho(e,r,t,n,o)})),ba=Fr((function(e,t,n){var r=3;if(n.length){var o=Wt(n,Yo(ba));r|=32}return Ho(t,r,e,n,o)}));function _a(e,t,n){var r,o,a,l,c,u,s=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new ye(i);function h(t){var n=r,i=o;return r=o=void 0,s=t,l=e.apply(i,n)}function v(e){return s=e,c=_i(m,t),f?h(e):l}function g(e){var n=e-u;return void 0===u||n>=t||n<0||p&&e-s>=a}function m(){var e=va();if(g(e))return y(e);c=_i(m,function(e){var n=t-(e-u);return p?ln(n,a-(e-s)):n}(e))}function y(e){return c=void 0,d&&r?h(e):(r=o=void 0,l)}function b(){var e=va(),n=g(e);if(r=arguments,o=this,u=e,n){if(void 0===c)return v(u);if(p)return so(c),c=_i(m,t),h(u)}return void 0===c&&(c=_i(m,t)),l}return t=il(t)||0,Ba(n)&&(f=!!n.leading,a=(p="maxWait"in n)?an(il(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),b.cancel=function(){void 0!==c&&so(c),s=0,r=u=o=c=void 0},b.flush=function(){return void 0===c?l:y(va())},b}var wa=Fr((function(e,t){return Jn(e,1,t)})),xa=Fr((function(e,t,n){return Jn(e,il(t)||0,n)}));function Sa(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ye(i);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sa.Cache||Nn),n}function ka(e){if("function"!=typeof e)throw new ye(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Sa.Cache=Nn;var Oa=co((function(e,t){var n=(t=1==t.length&&Ra(t[0])?dt(t[0],It(Xo())):dt(ir(t,1),It(Xo()))).length;return Fr((function(r){for(var o=-1,i=ln(r.length,n);++o=t})),za=br(function(){return arguments}())?br:function(e){return Va(e)&&ke.call(e,"callee")&&!$e.call(e,"callee")},Ra=r.isArray,Ma=Ze?It(Ze):function(e){return Va(e)&&dr(e)==S};function Na(e){return null!=e&&Wa(e.length)&&!Ha(e)}function Aa(e){return Va(e)&&Na(e)}var La=tn||ic,Fa=et?It(et):function(e){return Va(e)&&dr(e)==f};function Da(e){if(!Va(e))return!1;var t=dr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!qa(e)}function Ha(e){if(!Ba(e))return!1;var t=dr(e);return t==d||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ua(e){return"number"==typeof e&&e==rl(e)}function Wa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ba(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Va(e){return null!=e&&"object"==typeof e}var Ga=tt?It(tt):function(e){return Va(e)&&ri(e)==v};function Ka(e){return"number"==typeof e||Va(e)&&dr(e)==g}function qa(e){if(!Va(e)||dr(e)!=m)return!1;var t=Ge(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Se.call(n)==Ce}var $a=nt?It(nt):function(e){return Va(e)&&dr(e)==y};var Qa=rt?It(rt):function(e){return Va(e)&&ri(e)==b};function Ya(e){return"string"==typeof e||!Ra(e)&&Va(e)&&dr(e)==_}function Xa(e){return"symbol"==typeof e||Va(e)&&dr(e)==w}var Ja=ot?It(ot):function(e){return Va(e)&&Wa(e.length)&&!!He[dr(e)]};var Za=No(Er),el=No((function(e,t){return e<=t}));function tl(e){if(!e)return[];if(Na(e))return Ya(e)?Kt(e):yo(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=ri(e);return(t==v?Ht:t==b?Bt:Pl)(e)}function nl(e){return e?(e=il(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function rl(e){var t=nl(e),n=t%1;return t==t?n?t-n:t:0}function ol(e){return e?Qn(rl(e),0,4294967295):0}function il(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if(Ba(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ba(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace($,"");var n=ie.test(e);return n||le.test(e)?Ve(e.slice(2),n?2:8):oe.test(e)?NaN:+e}function al(e){return bo(e,wl(e))}function ll(e){return null==e?"":Xr(e)}var cl=wo((function(e,t){if(pi(t)||Na(t))bo(t,_l(t),e);else for(var n in t)ke.call(t,n)&&Bn(e,n,t[n])})),ul=wo((function(e,t){bo(t,wl(t),e)})),sl=wo((function(e,t,n,r){bo(t,wl(t),e,r)})),fl=wo((function(e,t,n,r){bo(t,_l(t),e,r)})),pl=Go($n);var dl=Fr((function(e,t){e=ve(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&ci(t[0],t[1],o)&&(r=1);++n1),t})),bo(e,qo(e),n),r&&(n=Yn(n,7,Bo));for(var o=t.length;o--;)Zr(n,t[o]);return n}));var Ol=Go((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gl(e,n)}))}(e,t)}));function El(e,t){if(null==e)return{};var n=dt(qo(e),(function(e){return[e]}));return t=Xo(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Tl=Do(_l),Cl=Do(wl);function Pl(e){return null==e?[]:jt(e,_l(e))}var Il=Oo((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Dl(ll(e).toLowerCase())}function zl(e){return(e=ll(e))&&e.replace(ue,At).replace(Re,"")}var Rl=Oo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ml=Oo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Nl=ko("toLowerCase");var Al=Oo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ll=Oo((function(e,t,n){return e+(n?" ":"")+Dl(t)}));var Fl=Oo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dl=ko("toUpperCase");function Hl(e,t,n){return e=ll(e),void 0===(t=n?void 0:t)?function(e){return Le.test(e)}(e)?function(e){return e.match(Ne)||[]}(e):function(e){return e.match(ee)||[]}(e):e.match(t)||[]}var Ul=Fr((function(e,t){try{return it(e,void 0,t)}catch(e){return Da(e)?e:new pe(e)}})),Wl=Go((function(e,t){return lt(t,(function(t){t=Ei(t),qn(e,t,ya(e[t],e))})),e}));function Bl(e){return function(){return e}}var Vl=Co(),Gl=Co(!0);function Kl(e){return e}function ql(e){return Sr("function"==typeof e?e:Yn(e,1))}var $l=Fr((function(e,t){return function(n){return yr(n,e,t)}})),Ql=Fr((function(e,t){return function(n){return yr(e,n,t)}}));function Yl(e,t,n){var r=_l(t),o=sr(t,r);null!=n||Ba(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=sr(t,_l(t)));var i=!(Ba(n)&&"chain"in n&&!n.chain),a=Ha(e);return lt(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Xl(){}var Jl=zo(dt),Zl=zo(ut),ec=zo(mt);function tc(e){return ui(e)?Ot(Ei(e)):function(e){return function(t){return fr(t,e)}}(e)}var nc=Mo(),rc=Mo(!0);function oc(){return[]}function ic(){return!1}var ac=jo((function(e,t){return e+t}),0),lc=Lo("ceil"),cc=jo((function(e,t){return e/t}),1),uc=Lo("floor");var sc,fc=jo((function(e,t){return e*t}),1),pc=Lo("round"),dc=jo((function(e,t){return e-t}),0);return Cn.after=function(e,t){if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){if(--e<1)return t.apply(this,arguments)}},Cn.ary=ga,Cn.assign=cl,Cn.assignIn=ul,Cn.assignInWith=sl,Cn.assignWith=fl,Cn.at=pl,Cn.before=ma,Cn.bind=ya,Cn.bindAll=Wl,Cn.bindKey=ba,Cn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},Cn.chain=ta,Cn.chunk=function(e,t,n){t=(n?ci(e,t,n):void 0===t)?1:an(rl(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,l=r(Jt(o/t));io?0:o+n),(r=void 0===r||r>o?o:rl(r))<0&&(r+=o),r=n>r?0:ol(r);n>>0)?(e=ll(e))&&("string"==typeof t||null!=t&&!$a(t))&&!(t=Xr(t))&&Dt(e)?uo(Kt(e),0,n):e.split(t,n):[]},Cn.spread=function(e,t){if("function"!=typeof e)throw new ye(i);return t=null==t?0:an(rl(t),0),Fr((function(n){var r=n[t],o=uo(n,0,t);return r&&ht(o,r),it(e,this,o)}))},Cn.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},Cn.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:rl(t))<0?0:t):[]},Cn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:rl(t)))<0?0:t,r):[]},Cn.takeRightWhile=function(e,t){return e&&e.length?to(e,Xo(t,3),!1,!0):[]},Cn.takeWhile=function(e,t){return e&&e.length?to(e,Xo(t,3)):[]},Cn.tap=function(e,t){return t(e),e},Cn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ye(i);return Ba(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),_a(e,t,{leading:r,maxWait:t,trailing:o})},Cn.thru=na,Cn.toArray=tl,Cn.toPairs=Tl,Cn.toPairsIn=Cl,Cn.toPath=function(e){return Ra(e)?dt(e,Ei):Xa(e)?[e]:yo(Oi(ll(e)))},Cn.toPlainObject=al,Cn.transform=function(e,t,n){var r=Ra(e),o=r||La(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Ba(e)&&Ha(i)?Pn(Ge(e)):{}}return(o?lt:cr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Cn.unary=function(e){return ga(e,1)},Cn.union=Vi,Cn.unionBy=Gi,Cn.unionWith=Ki,Cn.uniq=function(e){return e&&e.length?Jr(e):[]},Cn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Cn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Cn.unset=function(e,t){return null==e||Zr(e,t)},Cn.unzip=qi,Cn.unzipWith=$i,Cn.update=function(e,t,n){return null==e?e:eo(e,t,ao(n))},Cn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:eo(e,t,ao(n),r)},Cn.values=Pl,Cn.valuesIn=function(e){return null==e?[]:jt(e,wl(e))},Cn.without=Qi,Cn.words=Hl,Cn.wrap=function(e,t){return Ea(ao(t),e)},Cn.xor=Yi,Cn.xorBy=Xi,Cn.xorWith=Ji,Cn.zip=Zi,Cn.zipObject=function(e,t){return oo(e||[],t||[],Bn)},Cn.zipObjectDeep=function(e,t){return oo(e||[],t||[],Ur)},Cn.zipWith=ea,Cn.entries=Tl,Cn.entriesIn=Cl,Cn.extend=ul,Cn.extendWith=sl,Yl(Cn,Cn),Cn.add=ac,Cn.attempt=Ul,Cn.camelCase=Il,Cn.capitalize=jl,Cn.ceil=lc,Cn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=il(n))==n?n:0),void 0!==t&&(t=(t=il(t))==t?t:0),Qn(il(e),t,n)},Cn.clone=function(e){return Yn(e,4)},Cn.cloneDeep=function(e){return Yn(e,5)},Cn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Cn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Cn.conformsTo=function(e,t){return null==t||Xn(e,t,_l(t))},Cn.deburr=zl,Cn.defaultTo=function(e,t){return null==e||e!=e?t:e},Cn.divide=cc,Cn.endsWith=function(e,t,n){e=ll(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Qn(rl(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Cn.eq=Pa,Cn.escape=function(e){return(e=ll(e))&&D.test(e)?e.replace(L,Lt):e},Cn.escapeRegExp=function(e){return(e=ll(e))&&q.test(e)?e.replace(K,"\\$&"):e},Cn.every=function(e,t,n){var r=Ra(e)?ut:nr;return n&&ci(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Cn.find=ia,Cn.findIndex=zi,Cn.findKey=function(e,t){return bt(e,Xo(t,3),cr)},Cn.findLast=aa,Cn.findLastIndex=Ri,Cn.findLastKey=function(e,t){return bt(e,Xo(t,3),ur)},Cn.floor=uc,Cn.forEach=la,Cn.forEachRight=ca,Cn.forIn=function(e,t){return null==e?e:ar(e,Xo(t,3),wl)},Cn.forInRight=function(e,t){return null==e?e:lr(e,Xo(t,3),wl)},Cn.forOwn=function(e,t){return e&&cr(e,Xo(t,3))},Cn.forOwnRight=function(e,t){return e&&ur(e,Xo(t,3))},Cn.get=vl,Cn.gt=Ia,Cn.gte=ja,Cn.has=function(e,t){return null!=e&&oi(e,t,vr)},Cn.hasIn=gl,Cn.head=Ni,Cn.identity=Kl,Cn.includes=function(e,t,n,r){e=Na(e)?e:Pl(e),n=n&&!r?rl(n):0;var o=e.length;return n<0&&(n=an(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&wt(e,t,n)>-1},Cn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:rl(n);return o<0&&(o=an(r+o,0)),wt(e,t,o)},Cn.inRange=function(e,t,n){return t=nl(t),void 0===n?(n=t,t=0):n=nl(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},Cn.isSet=Qa,Cn.isString=Ya,Cn.isSymbol=Xa,Cn.isTypedArray=Ja,Cn.isUndefined=function(e){return void 0===e},Cn.isWeakMap=function(e){return Va(e)&&ri(e)==x},Cn.isWeakSet=function(e){return Va(e)&&"[object WeakSet]"==dr(e)},Cn.join=function(e,t){return null==e?"":rn.call(e,t)},Cn.kebabCase=Rl,Cn.last=Di,Cn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=rl(n))<0?an(r+o,0):ln(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):_t(e,St,o,!0)},Cn.lowerCase=Ml,Cn.lowerFirst=Nl,Cn.lt=Za,Cn.lte=el,Cn.max=function(e){return e&&e.length?rr(e,Kl,hr):void 0},Cn.maxBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),hr):void 0},Cn.mean=function(e){return kt(e,Kl)},Cn.meanBy=function(e,t){return kt(e,Xo(t,2))},Cn.min=function(e){return e&&e.length?rr(e,Kl,Er):void 0},Cn.minBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),Er):void 0},Cn.stubArray=oc,Cn.stubFalse=ic,Cn.stubObject=function(){return{}},Cn.stubString=function(){return""},Cn.stubTrue=function(){return!0},Cn.multiply=fc,Cn.nth=function(e,t){return e&&e.length?jr(e,rl(t)):void 0},Cn.noConflict=function(){return qe._===this&&(qe._=Pe),this},Cn.noop=Xl,Cn.now=va,Cn.pad=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ro(Zt(o),n)+e+Ro(Jt(o),n)},Cn.padEnd=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=sn();return ln(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Ar(e,t)},Cn.reduce=function(e,t,n){var r=Ra(e)?vt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,er)},Cn.reduceRight=function(e,t,n){var r=Ra(e)?gt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Cn.repeat=function(e,t,n){return t=(n?ci(e,t,n):void 0===t)?1:rl(t),Lr(ll(e),t)},Cn.replace=function(){var e=arguments,t=ll(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Cn.result=function(e,t,n){var r=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var o=Pt(r,t=Xo(t));++n=i)return e;var l=n-Gt(r);if(l<1)return r;var c=a?uo(a,0,l).join(""):e.slice(0,l);if(void 0===o)return c+r;if(a&&(l+=c.length-l),$a(o)){if(e.slice(l).search(o)){var u,s=c;for(o.global||(o=ge(o.source,ll(re.exec(o))+"g")),o.lastIndex=0;u=o.exec(s);)var f=u.index;c=c.slice(0,void 0===f?l:f)}}else if(e.indexOf(Xr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+r},Cn.unescape=function(e){return(e=ll(e))&&F.test(e)?e.replace(A,qt):e},Cn.uniqueId=function(e){var t=++Oe;return ll(e)+t},Cn.upperCase=Fl,Cn.upperFirst=Dl,Cn.each=la,Cn.eachRight=ca,Cn.first=Ni,Yl(Cn,(sc={},cr(Cn,(function(e,t){ke.call(Cn.prototype,t)||(sc[t]=e)})),sc),{chain:!1}),Cn.VERSION="4.17.19",lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Cn[e].placeholder=Cn})),lt(["drop","take"],(function(e,t){zn.prototype[e]=function(n){n=void 0===n?1:an(rl(n),0);var r=this.__filtered__&&!t?new zn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");zn.prototype[e]=function(){return this[n](1).value()[0]}})),lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");zn.prototype[e]=function(){return this.__filtered__?new zn(this):this[n](1)}})),zn.prototype.compact=function(){return this.filter(Kl)},zn.prototype.find=function(e){return this.filter(e).head()},zn.prototype.findLast=function(e){return this.reverse().find(e)},zn.prototype.invokeMap=Fr((function(e,t){return"function"==typeof e?new zn(this):this.map((function(n){return yr(n,e,t)}))})),zn.prototype.reject=function(e){return this.filter(ka(Xo(e)))},zn.prototype.slice=function(e,t){e=rl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=rl(t))<0?n.dropRight(-t):n.take(t-e)),n)},zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},zn.prototype.toArray=function(){return this.take(4294967295)},cr(zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Cn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Cn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,l=t instanceof zn,c=a[0],u=l||Ra(t),s=function(e){var t=o.apply(Cn,ht([e],a));return r&&f?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=l&&!p;if(!i&&u){t=h?t:new zn(this);var v=e.apply(t,a);return v.__actions__.push({func:na,args:[s],thisArg:void 0}),new jn(v,f)}return d&&h?e.apply(this,a):(v=this.thru(s),d?r?v.value()[0]:v.value():v)})})),lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Cn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ra(o)?o:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(zn.prototype,(function(e,t){var n=Cn[t];if(n){var r=n.name+"";ke.call(bn,r)||(bn[r]=[]),bn[r].push({name:t,func:n})}})),bn[Po(void 0,2).name]=[{name:"wrapper",func:void 0}],zn.prototype.clone=function(){var e=new zn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},zn.prototype.reverse=function(){if(this.__filtered__){var e=new zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Cn.prototype.plant=function(e){for(var t,n=this;n instanceof In;){var r=Ci(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Cn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof zn){var t=e;return this.__actions__.length&&(t=new zn(this)),(t=t.reverse()).__actions__.push({func:na,args:[Bi],thisArg:void 0}),new jn(t,this.__chain__)}return this.thru(Bi)},Cn.prototype.toJSON=Cn.prototype.valueOf=Cn.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Cn.prototype.first=Cn.prototype.head,Je&&(Cn.prototype[Je]=function(){return this}),Cn}();qe._=$t,void 0===(o=function(){return $t}.call(t,n,t,r))||(r.exports=o)}).call(this)}).call(this,n(108),n(243)(e))},function(e,t,n){var r=n(26),o=n(335);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(26),o=n(376);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(173),o=n(132);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(113),l=n(138),c=n(139),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(140)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(121);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(202),o=n(148);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(108))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(172)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(81);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(249),i=n(60),a=n(94),l=n(174);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(172),i=n(132),a=n(131)("IE_PROTO"),l=function(){},c=function(){var e,t=n(171)("iframe"),r=i.length;for(t.style.display="none",n(251).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write(" - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mvvm

-
-
- -
-
- - - diff --git a/docs/mvvm/mvvm/package-list b/docs/mvvm/mvvm/package-list deleted file mode 100644 index 7aa917b1..00000000 --- a/docs/mvvm/mvvm/package-list +++ /dev/null @@ -1,5 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - - - diff --git a/docs/mvvm/navigation.html b/docs/mvvm/navigation.html deleted file mode 100644 index b0efaf1a..00000000 --- a/docs/mvvm/navigation.html +++ /dev/null @@ -1,4 +0,0 @@ - - diff --git a/docs/mvvm/scripts/clipboard.js b/docs/mvvm/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/mvvm/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/mvvm/scripts/main.js b/docs/mvvm/scripts/main.js deleted file mode 100644 index 12373ea9..00000000 --- a/docs/mvvm/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=390)}([function(e,t,n){e.exports=n(264)()},function(e,t,n){"use strict";e.exports=n(239)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},X=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,A)&&this[A][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,A)&&e[A][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=z(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==A||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=z(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((R=function(){if(this instanceof R)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,A)&&o(this[A],e)&&(this[A][e]=!1),K(this,e,S(1,n))};return i&&G&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(114).f=O.f=Z,n(95).f=X,T.f=ee,i&&!n(111)&&l(W,"propertyIsEnumerable",X,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:R});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=R(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){G=!0},useSimple:function(){G=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):Y(k(e),t)},defineProperty:Q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=R();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,N.apply(M,r)}}),R.prototype[L]||n(59)(R.prototype,L,R.prototype.valueOf),f(R,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(257);var r=n(27),o=n(135),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(182)("asyncIterator")},function(e,t,n){var r=n(32),o=n(79),i=n(59),a=n(42),l=n(80),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(70),i=n(42),a=n(32),l=n(59),c=n(96),u=n(25),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(83)})},function(e,t,n){var r=n(10),o=n(83),i=n(81),a=n(27),l=n(29),c=n(31),u=n(184),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(180).set})},function(e,t,n){var r=n(54),o=n(70);n(252)("keys",(function(){return function(e){return o(r(e))}}))},function(e,t,n){"use strict";var r=n(10),o=n(130)(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(72)(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},function(e,t,n){var r=n(26),o=n(266);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(10);r(r.S+r.F,"Object",{assign:n(185)})},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(98),a=n(74),l=n(75),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(26),o=n(332);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(113),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(72)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(85)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(80),o=n(10),i=n(54),a=n(189),l=n(190),c=n(53),u=n(174),s=n(191);o(o.S+o.F*!n(192)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(91);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(112),o=n(71);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(72)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(80),o=n(112),i=n(54),a=n(53),l=n(259);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(200),i=n(147),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(282),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(304)),o=a(n(308)),i=a(n(205));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){(function(e,r){var o; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var i="Expected a function",a="__lodash_placeholder__",l=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",s="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Object]",y="[object RegExp]",b="[object Set]",_="[object String]",w="[object Symbol]",x="[object WeakMap]",S="[object ArrayBuffer]",k="[object DataView]",O="[object Float32Array]",E="[object Float64Array]",T="[object Int8Array]",C="[object Int16Array]",P="[object Int32Array]",I="[object Uint8Array]",j="[object Uint16Array]",z="[object Uint32Array]",R=/\b__p \+= '';/g,M=/\b(__p \+=) '' \+/g,N=/(__e\(.*?\)|\b__t\)) \+\n'';/g,A=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,F=RegExp(A.source),D=RegExp(L.source),H=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,W=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,G=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,K=/[\\^$.*+?()[\]{}|]/g,q=RegExp(K.source),$=/^\s+|\s+$/g,Q=/^\s+/,Y=/\s+$/,X=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,J=/\{\n\/\* \[wrapped with (.+)\] \*/,Z=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,fe=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ve="["+de+"]",ge="["+pe+"]",me="\\d+",ye="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",xe="[^\\ud800-\\udfff]",Se="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Oe="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ee="(?:"+be+"|"+_e+")",Te="(?:"+Oe+"|"+_e+")",Ce="(?:"+ge+"|"+we+")"+"?",Pe="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[xe,Se,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),Ie="(?:"+[ye,Se,ke].join("|")+")"+Pe,je="(?:"+[xe+ge+"?",ge,Se,ke,he].join("|")+")",ze=RegExp("['’]","g"),Re=RegExp(ge,"g"),Me=RegExp(we+"(?="+we+")|"+je+Pe,"g"),Ne=RegExp([Oe+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Oe,"$"].join("|")+")",Te+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Oe+Ee,"$"].join("|")+")",Oe+"?"+Ee+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Oe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Ie].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],De=-1,He={};He[O]=He[E]=He[T]=He[C]=He[P]=He[I]=He["[object Uint8ClampedArray]"]=He[j]=He[z]=!0,He[c]=He[u]=He[S]=He[s]=He[k]=He[f]=He[p]=He[d]=He[v]=He[g]=He[m]=He[y]=He[b]=He[_]=He[x]=!1;var Ue={};Ue[c]=Ue[u]=Ue[S]=Ue[k]=Ue[s]=Ue[f]=Ue[O]=Ue[E]=Ue[T]=Ue[C]=Ue[P]=Ue[v]=Ue[g]=Ue[m]=Ue[y]=Ue[b]=Ue[_]=Ue[w]=Ue[I]=Ue["[object Uint8ClampedArray]"]=Ue[j]=Ue[z]=!0,Ue[p]=Ue[d]=Ue[x]=!1;var We={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ve=parseInt,Ge="object"==typeof e&&e&&e.Object===Object&&e,Ke="object"==typeof self&&self&&self.Object===Object&&self,qe=Ge||Ke||Function("return this")(),$e=t&&!t.nodeType&&t,Qe=$e&&"object"==typeof r&&r&&!r.nodeType&&r,Ye=Qe&&Qe.exports===$e,Xe=Ye&&Ge.process,Je=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Xe&&Xe.binding&&Xe.binding("util")}catch(e){}}(),Ze=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,ot=Je&&Je.isTypedArray;function it(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o-1}function pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Mt(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=Et({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Lt=Et({"&":"&","<":"<",">":">",'"':""","'":"'"});function Ft(e){return"\\"+We[e]}function Dt(e){return Ae.test(e)}function Ht(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ut(e,t){return function(n){return e(t(n))}}function Wt(e,t){for(var n=-1,r=e.length,o=0,i=[];++n",""":'"',"'":"'"});var $t=function e(t){var n,r=(t=null==t?qe:$t.defaults(qe.Object(),t,$t.pick(qe,Fe))).Array,o=t.Date,pe=t.Error,de=t.Function,he=t.Math,ve=t.Object,ge=t.RegExp,me=t.String,ye=t.TypeError,be=r.prototype,_e=de.prototype,we=ve.prototype,xe=t["__core-js_shared__"],Se=_e.toString,ke=we.hasOwnProperty,Oe=0,Ee=(n=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Te=we.toString,Ce=Se.call(ve),Pe=qe._,Ie=ge("^"+Se.call(ke).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=Ye?t.Buffer:void 0,Me=t.Symbol,Ae=t.Uint8Array,We=je?je.allocUnsafe:void 0,Ge=Ut(ve.getPrototypeOf,ve),Ke=ve.create,$e=we.propertyIsEnumerable,Qe=be.splice,Xe=Me?Me.isConcatSpreadable:void 0,Je=Me?Me.iterator:void 0,yt=Me?Me.toStringTag:void 0,Et=function(){try{var e=ei(ve,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=o&&o.now!==qe.Date.now&&o.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=he.ceil,Zt=he.floor,en=ve.getOwnPropertySymbols,tn=je?je.isBuffer:void 0,nn=t.isFinite,rn=be.join,on=Ut(ve.keys,ve),an=he.max,ln=he.min,cn=o.now,un=t.parseInt,sn=he.random,fn=be.reverse,pn=ei(t,"DataView"),dn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),mn=ei(ve,"create"),yn=gn&&new gn,bn={},_n=Ti(pn),wn=Ti(dn),xn=Ti(hn),Sn=Ti(vn),kn=Ti(gn),On=Me?Me.prototype:void 0,En=On?On.valueOf:void 0,Tn=On?On.toString:void 0;function Cn(e){if(Va(e)&&!Ra(e)&&!(e instanceof zn)){if(e instanceof jn)return e;if(ke.call(e,"__wrapped__"))return Ci(e)}return new jn(e)}var Pn=function(){function e(){}return function(t){if(!Ba(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function In(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,l=1&t,u=2&t,p=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Ba(e))return e;var x=Ra(e);if(x){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return yo(e,a)}else{var R=ri(e),M=R==d||R==h;if(La(e))return fo(e,l);if(R==m||R==c||M&&!o){if(a=u||M?{}:ii(e),!l)return u?function(e,t){return bo(e,ni(e),t)}(e,function(e,t){return e&&bo(t,wl(t),e)}(a,e)):function(e,t){return bo(e,ti(e),t)}(e,Kn(a,e))}else{if(!Ue[R])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case S:return po(e);case s:case f:return new r(+e);case k:return function(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case O:case E:case T:case C:case P:case I:case"[object Uint8ClampedArray]":case j:case z:return ho(e,n);case v:return new r;case g:case _:return new r(e);case y:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new r;case w:return o=e,En?ve(En.call(o)):{}}var o}(e,R,l)}}i||(i=new Ln);var N=i.get(e);if(N)return N;i.set(e,a),Qa(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):Ga(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=x?void 0:(p?u?qo:Ko:u?wl:_l)(e);return lt(A||e,(function(r,o){A&&(r=e[o=r]),Bn(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=ve(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new ye(i);return _i((function(){e.apply(void 0,n)}),t)}function Zn(e,t,n,r){var o=-1,i=ft,a=!0,l=e.length,c=[],u=t.length;if(!l)return c;n&&(t=dt(t,It(n))),r?(i=pt,a=!1):t.length>=200&&(i=zt,a=!1,t=new An(t));e:for(;++o-1},Mn.prototype.set=function(e,t){var n=this.__data__,r=Vn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(dn||Mn),string:new Rn}},Nn.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Jo(this,e).get(e)},Nn.prototype.has=function(e){return Jo(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},An.prototype.add=An.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},An.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.clear=function(){this.__data__=new Mn,this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ln.prototype.get=function(e){return this.__data__.get(e)},Ln.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Mn){var r=n.__data__;if(!dn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var er=xo(cr),tr=xo(ur,!0);function nr(e,t){var n=!0;return er(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function rr(e,t,n){for(var r=-1,o=e.length;++r0&&n(l)?t>1?ir(l,t-1,n,r,o):ht(o,l):r||(o[o.length]=l)}return o}var ar=So(),lr=So(!0);function cr(e,t){return e&&ar(e,t,_l)}function ur(e,t){return e&&lr(e,t,_l)}function sr(e,t){return st(t,(function(t){return Ha(e[t])}))}function fr(e,t){for(var n=0,r=(t=lo(t,e)).length;null!=e&&nt}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in ve(e)}function mr(e,t,n){for(var o=n?pt:ft,i=e[0].length,a=e.length,l=a,c=r(a),u=1/0,s=[];l--;){var f=e[l];l&&t&&(f=dt(f,It(t))),u=ln(f.length,u),c[l]=!n&&(t||i>=120&&f.length>=120)?new An(l&&f):void 0}f=e[0];var p=-1,d=c[0];e:for(;++p=l)return c;var u=n[r];return c*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,o=t.length,i={};++r-1;)l!==e&&Qe.call(l,c,1),Qe.call(e,c,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;li(o)?Qe.call(e,o,1):Zr(e,o)}}return e}function Ar(e,t){return e+Zt(sn()*(t-e+1))}function Lr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=Zt(t/2))&&(e+=e)}while(t);return n}function Fr(e,t){return wi(vi(e,t,Kl),e+"")}function Dr(e){return Dn(Pl(e))}function Hr(e,t){var n=Pl(e);return ki(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!Ba(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,l=e;null!=l&&++oi?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a=200){var u=t?null:Fo(e);if(u)return Bt(u);a=!1,o=zt,c=new An}else c=t?[]:l;e:for(;++r=r?e:Gr(e,t,n)}var so=Qt||function(e){return qe.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function po(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function ho(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function vo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,l=null===t,c=t==t,u=Xa(t);if(!l&&!u&&!i&&e>t||i&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!i&&!u&&e1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&ci(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=ve(t);++r-1?o[i?t[a]:a]:void 0}}function Co(e){return Go((function(t){var n=t.length,r=n,o=jn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ye(i);if(o&&!l&&"wrapper"==Qo(a))var l=new jn([],!0)}for(r=l?r:n;++r1&&b.reverse(),f&&ul))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var f=-1,p=!0,d=2&n?new An:void 0;for(i.set(e,t),i.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(X,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return lt(l,(function(n){var r="_."+n[0];t&n[1]&&!ft(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(J);return t?t[1].split(Z):[]}(r),n)))}function Si(e){var t=0,n=0;return function(){var r=cn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ki(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$i(e,n)}));function ta(e){var t=Cn(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var ra=Go((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return $n(t,e)};return!(t>1||this.__actions__.length)&&r instanceof zn&&li(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new jn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var oa=_o((function(e,t,n){ke.call(e,n)?++e[n]:qn(e,n,1)}));var ia=To(zi),aa=To(Ri);function la(e,t){return(Ra(e)?lt:er)(e,Xo(t,3))}function ca(e,t){return(Ra(e)?ct:tr)(e,Xo(t,3))}var ua=_o((function(e,t,n){ke.call(e,n)?e[n].push(t):qn(e,n,[t])}));var sa=Fr((function(e,t,n){var o=-1,i="function"==typeof t,a=Na(e)?r(e.length):[];return er(e,(function(e){a[++o]=i?it(t,e,n):yr(e,t,n)})),a})),fa=_o((function(e,t,n){qn(e,n,t)}));function pa(e,t){return(Ra(e)?dt:Tr)(e,Xo(t,3))}var da=_o((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ha=Fr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ci(e,t[0],t[1])?t=[]:n>2&&ci(t[0],t[1],t[2])&&(t=[t[0]]),zr(e,ir(t,1),[])})),va=Yt||function(){return qe.Date.now()};function ga(e,t,n){return t=n?void 0:t,Ho(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ma(e,t){var n;if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Fr((function(e,t,n){var r=1;if(n.length){var o=Wt(n,Yo(ya));r|=32}return Ho(e,r,t,n,o)})),ba=Fr((function(e,t,n){var r=3;if(n.length){var o=Wt(n,Yo(ba));r|=32}return Ho(t,r,e,n,o)}));function _a(e,t,n){var r,o,a,l,c,u,s=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new ye(i);function h(t){var n=r,i=o;return r=o=void 0,s=t,l=e.apply(i,n)}function v(e){return s=e,c=_i(m,t),f?h(e):l}function g(e){var n=e-u;return void 0===u||n>=t||n<0||p&&e-s>=a}function m(){var e=va();if(g(e))return y(e);c=_i(m,function(e){var n=t-(e-u);return p?ln(n,a-(e-s)):n}(e))}function y(e){return c=void 0,d&&r?h(e):(r=o=void 0,l)}function b(){var e=va(),n=g(e);if(r=arguments,o=this,u=e,n){if(void 0===c)return v(u);if(p)return so(c),c=_i(m,t),h(u)}return void 0===c&&(c=_i(m,t)),l}return t=il(t)||0,Ba(n)&&(f=!!n.leading,a=(p="maxWait"in n)?an(il(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),b.cancel=function(){void 0!==c&&so(c),s=0,r=u=o=c=void 0},b.flush=function(){return void 0===c?l:y(va())},b}var wa=Fr((function(e,t){return Jn(e,1,t)})),xa=Fr((function(e,t,n){return Jn(e,il(t)||0,n)}));function Sa(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ye(i);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sa.Cache||Nn),n}function ka(e){if("function"!=typeof e)throw new ye(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Sa.Cache=Nn;var Oa=co((function(e,t){var n=(t=1==t.length&&Ra(t[0])?dt(t[0],It(Xo())):dt(ir(t,1),It(Xo()))).length;return Fr((function(r){for(var o=-1,i=ln(r.length,n);++o=t})),za=br(function(){return arguments}())?br:function(e){return Va(e)&&ke.call(e,"callee")&&!$e.call(e,"callee")},Ra=r.isArray,Ma=Ze?It(Ze):function(e){return Va(e)&&dr(e)==S};function Na(e){return null!=e&&Wa(e.length)&&!Ha(e)}function Aa(e){return Va(e)&&Na(e)}var La=tn||ic,Fa=et?It(et):function(e){return Va(e)&&dr(e)==f};function Da(e){if(!Va(e))return!1;var t=dr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!qa(e)}function Ha(e){if(!Ba(e))return!1;var t=dr(e);return t==d||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ua(e){return"number"==typeof e&&e==rl(e)}function Wa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ba(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Va(e){return null!=e&&"object"==typeof e}var Ga=tt?It(tt):function(e){return Va(e)&&ri(e)==v};function Ka(e){return"number"==typeof e||Va(e)&&dr(e)==g}function qa(e){if(!Va(e)||dr(e)!=m)return!1;var t=Ge(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Se.call(n)==Ce}var $a=nt?It(nt):function(e){return Va(e)&&dr(e)==y};var Qa=rt?It(rt):function(e){return Va(e)&&ri(e)==b};function Ya(e){return"string"==typeof e||!Ra(e)&&Va(e)&&dr(e)==_}function Xa(e){return"symbol"==typeof e||Va(e)&&dr(e)==w}var Ja=ot?It(ot):function(e){return Va(e)&&Wa(e.length)&&!!He[dr(e)]};var Za=No(Er),el=No((function(e,t){return e<=t}));function tl(e){if(!e)return[];if(Na(e))return Ya(e)?Kt(e):yo(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=ri(e);return(t==v?Ht:t==b?Bt:Pl)(e)}function nl(e){return e?(e=il(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function rl(e){var t=nl(e),n=t%1;return t==t?n?t-n:t:0}function ol(e){return e?Qn(rl(e),0,4294967295):0}function il(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if(Ba(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ba(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace($,"");var n=ie.test(e);return n||le.test(e)?Ve(e.slice(2),n?2:8):oe.test(e)?NaN:+e}function al(e){return bo(e,wl(e))}function ll(e){return null==e?"":Xr(e)}var cl=wo((function(e,t){if(pi(t)||Na(t))bo(t,_l(t),e);else for(var n in t)ke.call(t,n)&&Bn(e,n,t[n])})),ul=wo((function(e,t){bo(t,wl(t),e)})),sl=wo((function(e,t,n,r){bo(t,wl(t),e,r)})),fl=wo((function(e,t,n,r){bo(t,_l(t),e,r)})),pl=Go($n);var dl=Fr((function(e,t){e=ve(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&ci(t[0],t[1],o)&&(r=1);++n1),t})),bo(e,qo(e),n),r&&(n=Yn(n,7,Bo));for(var o=t.length;o--;)Zr(n,t[o]);return n}));var Ol=Go((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gl(e,n)}))}(e,t)}));function El(e,t){if(null==e)return{};var n=dt(qo(e),(function(e){return[e]}));return t=Xo(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Tl=Do(_l),Cl=Do(wl);function Pl(e){return null==e?[]:jt(e,_l(e))}var Il=Oo((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Dl(ll(e).toLowerCase())}function zl(e){return(e=ll(e))&&e.replace(ue,At).replace(Re,"")}var Rl=Oo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ml=Oo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Nl=ko("toLowerCase");var Al=Oo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ll=Oo((function(e,t,n){return e+(n?" ":"")+Dl(t)}));var Fl=Oo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dl=ko("toUpperCase");function Hl(e,t,n){return e=ll(e),void 0===(t=n?void 0:t)?function(e){return Le.test(e)}(e)?function(e){return e.match(Ne)||[]}(e):function(e){return e.match(ee)||[]}(e):e.match(t)||[]}var Ul=Fr((function(e,t){try{return it(e,void 0,t)}catch(e){return Da(e)?e:new pe(e)}})),Wl=Go((function(e,t){return lt(t,(function(t){t=Ei(t),qn(e,t,ya(e[t],e))})),e}));function Bl(e){return function(){return e}}var Vl=Co(),Gl=Co(!0);function Kl(e){return e}function ql(e){return Sr("function"==typeof e?e:Yn(e,1))}var $l=Fr((function(e,t){return function(n){return yr(n,e,t)}})),Ql=Fr((function(e,t){return function(n){return yr(e,n,t)}}));function Yl(e,t,n){var r=_l(t),o=sr(t,r);null!=n||Ba(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=sr(t,_l(t)));var i=!(Ba(n)&&"chain"in n&&!n.chain),a=Ha(e);return lt(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Xl(){}var Jl=zo(dt),Zl=zo(ut),ec=zo(mt);function tc(e){return ui(e)?Ot(Ei(e)):function(e){return function(t){return fr(t,e)}}(e)}var nc=Mo(),rc=Mo(!0);function oc(){return[]}function ic(){return!1}var ac=jo((function(e,t){return e+t}),0),lc=Lo("ceil"),cc=jo((function(e,t){return e/t}),1),uc=Lo("floor");var sc,fc=jo((function(e,t){return e*t}),1),pc=Lo("round"),dc=jo((function(e,t){return e-t}),0);return Cn.after=function(e,t){if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){if(--e<1)return t.apply(this,arguments)}},Cn.ary=ga,Cn.assign=cl,Cn.assignIn=ul,Cn.assignInWith=sl,Cn.assignWith=fl,Cn.at=pl,Cn.before=ma,Cn.bind=ya,Cn.bindAll=Wl,Cn.bindKey=ba,Cn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},Cn.chain=ta,Cn.chunk=function(e,t,n){t=(n?ci(e,t,n):void 0===t)?1:an(rl(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,l=r(Jt(o/t));io?0:o+n),(r=void 0===r||r>o?o:rl(r))<0&&(r+=o),r=n>r?0:ol(r);n>>0)?(e=ll(e))&&("string"==typeof t||null!=t&&!$a(t))&&!(t=Xr(t))&&Dt(e)?uo(Kt(e),0,n):e.split(t,n):[]},Cn.spread=function(e,t){if("function"!=typeof e)throw new ye(i);return t=null==t?0:an(rl(t),0),Fr((function(n){var r=n[t],o=uo(n,0,t);return r&&ht(o,r),it(e,this,o)}))},Cn.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},Cn.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:rl(t))<0?0:t):[]},Cn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:rl(t)))<0?0:t,r):[]},Cn.takeRightWhile=function(e,t){return e&&e.length?to(e,Xo(t,3),!1,!0):[]},Cn.takeWhile=function(e,t){return e&&e.length?to(e,Xo(t,3)):[]},Cn.tap=function(e,t){return t(e),e},Cn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ye(i);return Ba(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),_a(e,t,{leading:r,maxWait:t,trailing:o})},Cn.thru=na,Cn.toArray=tl,Cn.toPairs=Tl,Cn.toPairsIn=Cl,Cn.toPath=function(e){return Ra(e)?dt(e,Ei):Xa(e)?[e]:yo(Oi(ll(e)))},Cn.toPlainObject=al,Cn.transform=function(e,t,n){var r=Ra(e),o=r||La(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Ba(e)&&Ha(i)?Pn(Ge(e)):{}}return(o?lt:cr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Cn.unary=function(e){return ga(e,1)},Cn.union=Vi,Cn.unionBy=Gi,Cn.unionWith=Ki,Cn.uniq=function(e){return e&&e.length?Jr(e):[]},Cn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Cn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Cn.unset=function(e,t){return null==e||Zr(e,t)},Cn.unzip=qi,Cn.unzipWith=$i,Cn.update=function(e,t,n){return null==e?e:eo(e,t,ao(n))},Cn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:eo(e,t,ao(n),r)},Cn.values=Pl,Cn.valuesIn=function(e){return null==e?[]:jt(e,wl(e))},Cn.without=Qi,Cn.words=Hl,Cn.wrap=function(e,t){return Ea(ao(t),e)},Cn.xor=Yi,Cn.xorBy=Xi,Cn.xorWith=Ji,Cn.zip=Zi,Cn.zipObject=function(e,t){return oo(e||[],t||[],Bn)},Cn.zipObjectDeep=function(e,t){return oo(e||[],t||[],Ur)},Cn.zipWith=ea,Cn.entries=Tl,Cn.entriesIn=Cl,Cn.extend=ul,Cn.extendWith=sl,Yl(Cn,Cn),Cn.add=ac,Cn.attempt=Ul,Cn.camelCase=Il,Cn.capitalize=jl,Cn.ceil=lc,Cn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=il(n))==n?n:0),void 0!==t&&(t=(t=il(t))==t?t:0),Qn(il(e),t,n)},Cn.clone=function(e){return Yn(e,4)},Cn.cloneDeep=function(e){return Yn(e,5)},Cn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Cn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Cn.conformsTo=function(e,t){return null==t||Xn(e,t,_l(t))},Cn.deburr=zl,Cn.defaultTo=function(e,t){return null==e||e!=e?t:e},Cn.divide=cc,Cn.endsWith=function(e,t,n){e=ll(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Qn(rl(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Cn.eq=Pa,Cn.escape=function(e){return(e=ll(e))&&D.test(e)?e.replace(L,Lt):e},Cn.escapeRegExp=function(e){return(e=ll(e))&&q.test(e)?e.replace(K,"\\$&"):e},Cn.every=function(e,t,n){var r=Ra(e)?ut:nr;return n&&ci(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Cn.find=ia,Cn.findIndex=zi,Cn.findKey=function(e,t){return bt(e,Xo(t,3),cr)},Cn.findLast=aa,Cn.findLastIndex=Ri,Cn.findLastKey=function(e,t){return bt(e,Xo(t,3),ur)},Cn.floor=uc,Cn.forEach=la,Cn.forEachRight=ca,Cn.forIn=function(e,t){return null==e?e:ar(e,Xo(t,3),wl)},Cn.forInRight=function(e,t){return null==e?e:lr(e,Xo(t,3),wl)},Cn.forOwn=function(e,t){return e&&cr(e,Xo(t,3))},Cn.forOwnRight=function(e,t){return e&&ur(e,Xo(t,3))},Cn.get=vl,Cn.gt=Ia,Cn.gte=ja,Cn.has=function(e,t){return null!=e&&oi(e,t,vr)},Cn.hasIn=gl,Cn.head=Ni,Cn.identity=Kl,Cn.includes=function(e,t,n,r){e=Na(e)?e:Pl(e),n=n&&!r?rl(n):0;var o=e.length;return n<0&&(n=an(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&wt(e,t,n)>-1},Cn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:rl(n);return o<0&&(o=an(r+o,0)),wt(e,t,o)},Cn.inRange=function(e,t,n){return t=nl(t),void 0===n?(n=t,t=0):n=nl(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},Cn.isSet=Qa,Cn.isString=Ya,Cn.isSymbol=Xa,Cn.isTypedArray=Ja,Cn.isUndefined=function(e){return void 0===e},Cn.isWeakMap=function(e){return Va(e)&&ri(e)==x},Cn.isWeakSet=function(e){return Va(e)&&"[object WeakSet]"==dr(e)},Cn.join=function(e,t){return null==e?"":rn.call(e,t)},Cn.kebabCase=Rl,Cn.last=Di,Cn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=rl(n))<0?an(r+o,0):ln(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):_t(e,St,o,!0)},Cn.lowerCase=Ml,Cn.lowerFirst=Nl,Cn.lt=Za,Cn.lte=el,Cn.max=function(e){return e&&e.length?rr(e,Kl,hr):void 0},Cn.maxBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),hr):void 0},Cn.mean=function(e){return kt(e,Kl)},Cn.meanBy=function(e,t){return kt(e,Xo(t,2))},Cn.min=function(e){return e&&e.length?rr(e,Kl,Er):void 0},Cn.minBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),Er):void 0},Cn.stubArray=oc,Cn.stubFalse=ic,Cn.stubObject=function(){return{}},Cn.stubString=function(){return""},Cn.stubTrue=function(){return!0},Cn.multiply=fc,Cn.nth=function(e,t){return e&&e.length?jr(e,rl(t)):void 0},Cn.noConflict=function(){return qe._===this&&(qe._=Pe),this},Cn.noop=Xl,Cn.now=va,Cn.pad=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ro(Zt(o),n)+e+Ro(Jt(o),n)},Cn.padEnd=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=sn();return ln(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Ar(e,t)},Cn.reduce=function(e,t,n){var r=Ra(e)?vt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,er)},Cn.reduceRight=function(e,t,n){var r=Ra(e)?gt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Cn.repeat=function(e,t,n){return t=(n?ci(e,t,n):void 0===t)?1:rl(t),Lr(ll(e),t)},Cn.replace=function(){var e=arguments,t=ll(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Cn.result=function(e,t,n){var r=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var o=Pt(r,t=Xo(t));++n=i)return e;var l=n-Gt(r);if(l<1)return r;var c=a?uo(a,0,l).join(""):e.slice(0,l);if(void 0===o)return c+r;if(a&&(l+=c.length-l),$a(o)){if(e.slice(l).search(o)){var u,s=c;for(o.global||(o=ge(o.source,ll(re.exec(o))+"g")),o.lastIndex=0;u=o.exec(s);)var f=u.index;c=c.slice(0,void 0===f?l:f)}}else if(e.indexOf(Xr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+r},Cn.unescape=function(e){return(e=ll(e))&&F.test(e)?e.replace(A,qt):e},Cn.uniqueId=function(e){var t=++Oe;return ll(e)+t},Cn.upperCase=Fl,Cn.upperFirst=Dl,Cn.each=la,Cn.eachRight=ca,Cn.first=Ni,Yl(Cn,(sc={},cr(Cn,(function(e,t){ke.call(Cn.prototype,t)||(sc[t]=e)})),sc),{chain:!1}),Cn.VERSION="4.17.19",lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Cn[e].placeholder=Cn})),lt(["drop","take"],(function(e,t){zn.prototype[e]=function(n){n=void 0===n?1:an(rl(n),0);var r=this.__filtered__&&!t?new zn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");zn.prototype[e]=function(){return this[n](1).value()[0]}})),lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");zn.prototype[e]=function(){return this.__filtered__?new zn(this):this[n](1)}})),zn.prototype.compact=function(){return this.filter(Kl)},zn.prototype.find=function(e){return this.filter(e).head()},zn.prototype.findLast=function(e){return this.reverse().find(e)},zn.prototype.invokeMap=Fr((function(e,t){return"function"==typeof e?new zn(this):this.map((function(n){return yr(n,e,t)}))})),zn.prototype.reject=function(e){return this.filter(ka(Xo(e)))},zn.prototype.slice=function(e,t){e=rl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=rl(t))<0?n.dropRight(-t):n.take(t-e)),n)},zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},zn.prototype.toArray=function(){return this.take(4294967295)},cr(zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Cn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Cn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,l=t instanceof zn,c=a[0],u=l||Ra(t),s=function(e){var t=o.apply(Cn,ht([e],a));return r&&f?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=l&&!p;if(!i&&u){t=h?t:new zn(this);var v=e.apply(t,a);return v.__actions__.push({func:na,args:[s],thisArg:void 0}),new jn(v,f)}return d&&h?e.apply(this,a):(v=this.thru(s),d?r?v.value()[0]:v.value():v)})})),lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Cn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ra(o)?o:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(zn.prototype,(function(e,t){var n=Cn[t];if(n){var r=n.name+"";ke.call(bn,r)||(bn[r]=[]),bn[r].push({name:t,func:n})}})),bn[Po(void 0,2).name]=[{name:"wrapper",func:void 0}],zn.prototype.clone=function(){var e=new zn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},zn.prototype.reverse=function(){if(this.__filtered__){var e=new zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Cn.prototype.plant=function(e){for(var t,n=this;n instanceof In;){var r=Ci(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Cn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof zn){var t=e;return this.__actions__.length&&(t=new zn(this)),(t=t.reverse()).__actions__.push({func:na,args:[Bi],thisArg:void 0}),new jn(t,this.__chain__)}return this.thru(Bi)},Cn.prototype.toJSON=Cn.prototype.valueOf=Cn.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Cn.prototype.first=Cn.prototype.head,Je&&(Cn.prototype[Je]=function(){return this}),Cn}();qe._=$t,void 0===(o=function(){return $t}.call(t,n,t,r))||(r.exports=o)}).call(this)}).call(this,n(108),n(243)(e))},function(e,t,n){var r=n(26),o=n(335);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(26),o=n(376);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(173),o=n(132);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(113),l=n(138),c=n(139),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(140)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(121);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(202),o=n(148);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(108))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(172)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(81);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(249),i=n(60),a=n(94),l=n(174);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(172),i=n(132),a=n(131)("IE_PROTO"),l=function(){},c=function(){var e,t=n(171)("iframe"),r=i.length;for(t.style.display="none",n(251).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write(" - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

SimpleActivity

-
-
- -
-
fun SimpleActivity()
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample1/-simple-activity/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample1/-simple-activity/index.html deleted file mode 100644 index 9f1350ce..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample1/-simple-activity/index.html +++ /dev/null @@ -1,6559 +0,0 @@ - - - - SimpleActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

SimpleActivity

-
class SimpleActivity : MvvmActivity<<ERROR CLASS>, SimpleViewModel>
-
-
-
-
-

Functions

-
-
-
-
addContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun addContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
applyOverrideConfiguration -
Link copied to clipboard
-
-
-
- -
-
open fun applyOverrideConfiguration(p0: Configuration)
-
-
-
-
-
-
- -
-
-
attachBaseContext -
Link copied to clipboard
-
-
-
- -
-
open override fun attachBaseContext(p0: Context)
-
-
-
-
-
-
- -
-
-
bindIsolatedService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindIsolatedService(p0: Intent, p1: Int, p2: String, p3: Executor, p4: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
bindService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
-
-
- -
-
-
checkSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
-
-
- -
-
-
clearWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun clearWallpaper()
-
-
-
-
-
-
- -
-
-
closeContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun closeContextMenu()
-
-
-
-
-
-
- -
-
-
closeOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun closeOptionsMenu()
-
-
-
-
-
-
- -
-
-
createConfigurationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createConfigurationContext(p0: Configuration): Context
-
-
-
-
-
-
- -
-
-
createContextForSplit -
Link copied to clipboard
-
-
-
- -
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
-
-
- -
-
-
createDeviceProtectedStorageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDeviceProtectedStorageContext(): Context
-
-
-
-
-
-
- -
-
-
createDisplayContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
-
-
- -
-
-
createPackageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
-
-
- -
-
-
createPendingResult -
Link copied to clipboard
-
-
-
- -
-
open fun createPendingResult(p0: Int, p1: Intent, p2: Int): PendingIntent
-
-
-
-
-
-
- -
-
-
databaseList -
Link copied to clipboard
-
-
-
- -
-
open override fun databaseList(): Array<String>
-
-
-
-
-
-
- -
-
-
deleteDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteFile -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
dismissDialog -
Link copied to clipboard
-
-
-
- -
-
fun dismissDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
dismissKeyboardShortcutsHelper -
Link copied to clipboard
-
-
-
- -
-
fun dismissKeyboardShortcutsHelper()
-
-
-
-
-
-
- -
-
-
dispatchFragmentsOnCreateView -
Link copied to clipboard
-
-
-
- -
-
fun dispatchFragmentsOnCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
dispatchGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyShortcutEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchPopulateAccessibilityEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open override fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforceCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforcePermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
-
-
- -
-
-
enforceUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
-
-
- -
-
-
enterPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun enterPictureInPictureMode()
open fun enterPictureInPictureMode(p0: PictureInPictureParams): Boolean
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
fileList -
Link copied to clipboard
-
-
-
- -
-
open override fun fileList(): Array<String>
-
-
-
-
-
-
- -
-
-
findViewById -
Link copied to clipboard
-
-
-
- -
-
open override fun <T : View> findViewById(@IdRes() p0: Int): T
-
-
-
-
-
-
- -
-
-
finish -
Link copied to clipboard
-
-
-
- -
-
open fun finish()
-
-
-
-
-
-
- -
-
-
finishActivity -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivity(p0: Int)
-
-
-
-
-
-
- -
-
-
finishActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivityFromChild(p0: Activity, p1: Int)
-
-
-
-
-
-
- -
-
-
finishAffinity -
Link copied to clipboard
-
-
-
- -
-
open fun finishAffinity()
-
-
-
-
-
-
- -
-
-
finishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun finishAfterTransition()
-
-
-
-
-
-
- -
-
-
finishAndRemoveTask -
Link copied to clipboard
-
-
-
- -
-
open fun finishAndRemoveTask()
-
-
-
-
-
-
- -
-
-
finishFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishFromChild(p0: Activity)
-
-
-
-
-
-
- -
-
-
getActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getApplication -
Link copied to clipboard
-
-
-
- -
-
fun getApplication(): Application
-
-
-
-
-
-
- -
-
-
getApplicationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationContext(): Context
-
-
-
-
-
-
- -
-
-
getApplicationInfo -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
-
-
- -
-
-
getAssets -
Link copied to clipboard
-
-
-
- -
-
open override fun getAssets(): AssetManager
-
-
-
-
-
-
- -
-
-
getBaseContext -
Link copied to clipboard
-
-
-
- -
-
open fun getBaseContext(): Context
-
-
-
-
-
-
- -
-
-
getCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCacheDir(): File
-
-
-
-
-
-
- -
-
-
getCallingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingActivity(): ComponentName?
-
-
-
-
-
-
- -
-
-
getCallingPackage -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingPackage(): String?
-
-
-
-
-
-
- -
-
-
getChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun getChangingConfigurations(): Int
-
-
-
-
-
-
- -
-
-
getClassLoader -
Link copied to clipboard
-
-
-
- -
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
-
-
- -
-
-
getCodeCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCodeCacheDir(): File
-
-
-
-
-
-
- -
-
-
getColor -
Link copied to clipboard
-
-
-
- -
-
fun getColor(p0: Int): Int
-
-
-
-
-
-
- -
-
-
getColorStateList -
Link copied to clipboard
-
-
-
- -
-
fun getColorStateList(p0: Int): ColorStateList
-
-
-
-
-
-
- -
-
-
getComponentName -
Link copied to clipboard
-
-
-
- -
-
open fun getComponentName(): ComponentName
-
-
-
-
-
-
- -
-
-
getContentResolver -
Link copied to clipboard
-
-
-
- -
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
-
-
- -
-
-
getContentScene -
Link copied to clipboard
-
-
-
- -
-
open fun getContentScene(): Scene
-
-
-
-
-
-
- -
-
-
getContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun getContentTransitionManager(): TransitionManager
-
-
-
-
-
-
- -
-
-
getCurrentFocus -
Link copied to clipboard
-
-
-
- -
-
open fun getCurrentFocus(): View?
-
-
-
-
-
-
- -
-
-
getDatabasePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
-
-
- -
-
-
getDataDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDataDir(): File
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getDelegate -
Link copied to clipboard
-
-
-
- -
-
open fun getDelegate(): AppCompatDelegate
-
-
-
-
-
-
- -
-
-
getDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
-
-
- -
-
-
getDrawable -
Link copied to clipboard
-
-
-
- -
-
fun getDrawable(p0: Int): Drawable?
-
-
-
-
-
-
- -
-
-
getDrawerToggleDelegate -
Link copied to clipboard
-
-
-
- -
-
open override fun getDrawerToggleDelegate(): ActionBarDrawerToggle.Delegate?
-
-
-
-
-
-
- -
-
-
getExternalCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDir(): File?
-
-
-
-
-
-
- -
-
-
getExternalCacheDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
-
-
- -
-
-
getExternalFilesDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalMediaDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun <T : ComponentActivity.ExtraData> getExtraData(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getFilesDir(): File
-
-
-
-
-
-
- -
-
-
getFileStreamPath -
Link copied to clipboard
-
-
-
- -
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getIntent(): Intent
-
-
-
-
-
-
- -
-
-
getLastCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLastNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun getLayoutInflater(): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getLocalClassName -
Link copied to clipboard
-
-
-
- -
-
open fun getLocalClassName(): String
-
-
-
-
-
-
- -
-
-
getMainExecutor -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainExecutor(): Executor
-
-
-
-
-
-
- -
-
-
getMainLooper -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainLooper(): Looper
-
-
-
-
-
-
- -
-
-
getMaxNumPictureInPictureActions -
Link copied to clipboard
-
-
-
- -
-
open fun getMaxNumPictureInPictureActions(): Int
-
-
-
-
-
-
- -
-
-
getMediaController -
Link copied to clipboard
-
-
-
- -
-
fun getMediaController(): MediaController
-
-
-
-
-
-
- -
-
-
getMenuInflater -
Link copied to clipboard
-
-
-
- -
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
-
-
- -
-
-
getNoBackupFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
-
-
- -
-
-
getObbDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDir(): File
-
-
-
-
-
-
- -
-
-
getObbDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getOnBackPressedDispatcher -
Link copied to clipboard
-
-
-
- -
-
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher
-
-
-
-
-
-
- -
-
-
getOpPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getOpPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageCodePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageCodePath(): String
-
-
-
-
-
-
- -
-
-
getPackageManager -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageManager(): PackageManager
-
-
-
-
-
-
- -
-
-
getPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageResourcePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageResourcePath(): String
-
-
-
-
-
-
- -
-
-
getParent -
Link copied to clipboard
-
-
-
- -
-
fun getParent(): Activity
-
-
-
-
-
-
- -
-
-
getParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getPreferences -
Link copied to clipboard
-
-
-
- -
-
open fun getPreferences(p0: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun getReferrer(): Uri?
-
-
-
-
-
-
- -
-
-
getRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun getRequestedOrientation(): Int
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
open override fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSearchEvent -
Link copied to clipboard
-
-
-
- -
-
fun getSearchEvent(): SearchEvent
-
-
-
-
-
-
- -
-
-
getSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getSupportFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getSupportLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getSupportParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun getSupportParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getSystemService -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getSystemServiceName -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
-
-
- -
-
-
getTaskId -
Link copied to clipboard
-
-
-
- -
-
open fun getTaskId(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getTheme -
Link copied to clipboard
-
-
-
- -
-
open override fun getTheme(): Resources.Theme
-
-
-
-
-
-
- -
-
-
getTitle -
Link copied to clipboard
-
-
-
- -
-
fun getTitle(): CharSequence
-
-
-
-
-
-
- -
-
-
getTitleColor -
Link copied to clipboard
-
-
-
- -
-
fun getTitleColor(): Int
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
getVoiceInteractor -
Link copied to clipboard
-
-
-
- -
-
open fun getVoiceInteractor(): VoiceInteractor
-
-
-
-
-
-
- -
-
-
getVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun getVolumeControlStream(): Int
-
-
-
-
-
-
- -
-
-
getWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumHeight -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumHeight(): Int
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumWidth -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumWidth(): Int
-
-
-
-
-
-
- -
-
-
getWindow -
Link copied to clipboard
-
-
-
- -
-
open fun getWindow(): Window
-
-
-
-
-
-
- -
-
-
getWindowManager -
Link copied to clipboard
-
-
-
- -
-
open fun getWindowManager(): WindowManager
-
-
-
-
-
-
- -
-
-
grantUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasWindowFocus -
Link copied to clipboard
-
-
-
- -
-
open fun hasWindowFocus(): Boolean
-
-
-
-
-
-
- -
-
-
invalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun invalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
isActivityTransitionRunning -
Link copied to clipboard
-
-
-
- -
-
open fun isActivityTransitionRunning(): Boolean
-
-
-
-
-
-
- -
-
-
isChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun isChangingConfigurations(): Boolean
-
-
-
-
-
-
- -
-
-
isChild -
Link copied to clipboard
-
-
-
- -
-
fun isChild(): Boolean
-
-
-
-
-
-
- -
-
-
isDestroyed -
Link copied to clipboard
-
-
-
- -
-
open fun isDestroyed(): Boolean
-
-
-
-
-
-
- -
-
-
isDeviceProtectedStorage -
Link copied to clipboard
-
-
-
- -
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
-
-
- -
-
-
isFinishing -
Link copied to clipboard
-
-
-
- -
-
open fun isFinishing(): Boolean
-
-
-
-
-
-
- -
-
-
isImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun isImmersive(): Boolean
-
-
-
-
-
-
- -
-
-
isInMultiWindowMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInMultiWindowMode(): Boolean
-
-
-
-
-
-
- -
-
-
isInPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInPictureInPictureMode(): Boolean
-
-
-
-
-
-
- -
-
-
isLocalVoiceInteractionSupported -
Link copied to clipboard
-
-
-
- -
-
open fun isLocalVoiceInteractionSupported(): Boolean
-
-
-
-
-
-
- -
-
-
isRestricted -
Link copied to clipboard
-
-
-
- -
-
open override fun isRestricted(): Boolean
-
-
-
-
-
-
- -
-
-
isTaskRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isTaskRoot(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteraction(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteractionRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteractionRoot(): Boolean
-
-
-
-
-
-
- -
-
-
managedQuery -
Link copied to clipboard
-
-
-
- -
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
-
-
- -
-
-
moveDatabaseFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveSharedPreferencesFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveTaskToBack -
Link copied to clipboard
-
-
-
- -
-
open fun moveTaskToBack(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpToFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpToFromChild(p0: Activity, p1: Intent): Boolean
-
-
-
-
-
-
- -
-
-
obtainStyledAttributes -
Link copied to clipboard
-
-
-
- -
-
fun obtainStyledAttributes(p0: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: Int, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray, p2: Int, p3: Int): TypedArray
-
-
-
-
-
-
- -
-
-
onActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActivityReenter -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onApplyThemeResource -
Link copied to clipboard
-
-
-
- -
-
open override fun onApplyThemeResource(p0: Resources.Theme, p1: Int, p2: Boolean)
-
-
-
-
-
-
- -
-
-
onAttachedToWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onAttachedToWindow()
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(p0: Fragment)
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onBackPressed -
Link copied to clipboard
-
-
-
- -
-
open override fun onBackPressed()
-
-
-
-
-
-
- -
-
-
onChildTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onChildTitleChanged(p0: Activity, p1: CharSequence)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContentChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onContentChanged()
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onContextMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onContextMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(p0: ContextMenu, p1: View, p2: ContextMenu.ContextMenuInfo)
-
-
-
-
-
-
- -
-
-
onCreateDescription -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDescription(): CharSequence?
-
-
-
-
-
-
- -
-
-
onCreateDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDialog(p0: Int): Dialog
open fun onCreateDialog(p0: Int, p1: Bundle): Dialog?
-
-
-
-
-
-
- -
-
-
onCreateNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelMenu(p0: Int, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
-
-
- -
-
-
onCreateSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateThumbnail -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateThumbnail(p0: Bitmap, p1: Canvas): Boolean
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(@NonNull() p0: String, @NonNull() p1: Context, @NonNull() p2: AttributeSet): View?
open override fun onCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDetachedFromWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onDetachedFromWindow()
-
-
-
-
-
-
- -
-
-
onEnterAnimationComplete -
Link copied to clipboard
-
-
-
- -
-
open fun onEnterAnimationComplete()
-
-
-
-
-
-
- -
-
-
onGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onGetDirectActions -
Link copied to clipboard
-
-
-
- -
-
open fun onGetDirectActions(p0: CancellationSignal, p1: Consumer<MutableList<DirectAction>>)
-
-
-
-
-
-
- -
-
-
onKeyDown -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyLongPress -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyMultiple -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyShortcut -
Link copied to clipboard
-
-
-
- -
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyUp -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStarted -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStarted()
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStopped -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStopped()
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMenuItemSelected -
Link copied to clipboard
-
-
-
- -
-
override fun onMenuItemSelected(p0: Int, @NonNull() p1: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onMenuOpened -
Link copied to clipboard
-
-
-
- -
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onMultiWindowModeChanged(p0: Boolean)
open fun onMultiWindowModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onNavigateUpFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUpFromChild(p0: Activity): Boolean
-
-
-
-
-
-
- -
-
-
onNewIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun onNewIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
onNightModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onNightModeChanged(p0: Int)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onPanelClosed -
Link copied to clipboard
-
-
-
- -
-
open override fun onPanelClosed(p0: Int, @NonNull() p1: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open override fun onPause()
-
-
-
-
-
-
- -
-
-
onPerformDirectAction -
Link copied to clipboard
-
-
-
- -
-
open fun onPerformDirectAction(p0: String, p1: Bundle, p2: CancellationSignal, p3: Consumer<Bundle>)
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onPictureInPictureModeChanged(p0: Boolean)
open fun onPictureInPictureModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onPointerCaptureChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPointerCaptureChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPostCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostCreate(@Nullable() p0: Bundle?)
open fun onPostCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onPostResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostResume()
-
-
-
-
-
-
- -
-
-
onPrepareDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareDialog(p0: Int, p1: Dialog)
open fun onPrepareDialog(p0: Int, p1: Dialog, p2: Bundle)
-
-
-
-
-
-
- -
-
-
onPrepareNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareOptionsPanel -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsPanel(@Nullable() p0: View?, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPreparePanel -
Link copied to clipboard
-
-
-
- -
-
open override fun onPreparePanel(p0: Int, @Nullable() p1: View?, @NonNull() p2: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onProvideAssistContent -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistContent(p0: AssistContent)
-
-
-
-
-
-
- -
-
-
onProvideAssistData -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistData(p0: Bundle)
-
-
-
-
-
-
- -
-
-
onProvideKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
open override fun onProvideKeyboardShortcuts(p0: MutableList<KeyboardShortcutGroup>, p1: Menu?, p2: Int)
-
-
-
-
-
-
- -
-
-
onProvideReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideReferrer(): Uri
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onRestart -
Link copied to clipboard
-
-
-
- -
-
open fun onRestart()
-
-
-
-
-
-
- -
-
-
onRestoreInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onRestoreInstanceState(p0: Bundle)
open fun onRestoreInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onResume()
-
-
-
-
-
-
- -
-
-
onResumeFragments -
Link copied to clipboard
-
-
-
- -
-
open fun onResumeFragments()
-
-
-
-
-
-
- -
-
-
onRetainCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun onRetainCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onRetainNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
override fun onRetainNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open override fun onSaveInstanceState(@NonNull() p0: Bundle)
open fun onSaveInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onSearchRequested -
Link copied to clipboard
-
-
-
- -
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open override fun onStart()
-
-
-
-
-
-
- -
-
-
onStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open override fun onStateNotSaved()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open override fun onStop()
-
-
-
-
-
-
- -
-
-
onSupportActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeFinished(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeStarted(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportContentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportContentChanged()
-
-
-
-
-
-
- -
-
-
onSupportNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onTitleChanged(p0: CharSequence, p1: Int)
-
-
-
-
-
-
- -
-
-
onTopResumedActivityChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onTopResumedActivityChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrimMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onTrimMemory(p0: Int)
-
-
-
-
-
-
- -
-
-
onUserInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun onUserInteraction()
-
-
-
-
-
-
- -
-
-
onUserLeaveHint -
Link copied to clipboard
-
-
-
- -
-
open fun onUserLeaveHint()
-
-
-
-
-
-
- -
-
-
onVisibleBehindCanceled -
Link copied to clipboard
-
-
-
- -
-
open fun onVisibleBehindCanceled()
-
-
-
-
-
-
- -
-
-
onWindowAttributesChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowAttributesChanged(p0: WindowManager.LayoutParams)
-
-
-
-
-
-
- -
-
-
onWindowFocusChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onWindowStartingActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingActionMode(p0: ActionMode.Callback): ActionMode?
open override fun onWindowStartingActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
onWindowStartingSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
openContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun openContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
openFileInput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
-
-
- -
-
-
openFileOutput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
-
-
- -
-
-
openOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun openOptionsMenu()
-
-
-
-
-
-
- -
-
-
openOrCreateDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory): SQLiteDatabase
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory, p3: DatabaseErrorHandler?): SQLiteDatabase
-
-
-
-
-
-
- -
-
-
overridePendingTransition -
Link copied to clipboard
-
-
-
- -
-
open fun overridePendingTransition(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
peekWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun peekWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
-
-
-
-
-
-
- -
-
-
putExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun putExtraData(p0: ComponentActivity.ExtraData)
-
-
-
-
-
-
- -
-
-
recreate -
Link copied to clipboard
-
-
-
- -
-
open fun recreate()
-
-
-
-
-
-
- -
-
-
registerActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
registerComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun registerComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
registerReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
-
-
- -
-
-
releaseInstance -
Link copied to clipboard
-
-
-
- -
-
open fun releaseInstance(): Boolean
-
-
-
-
-
-
- -
-
-
removeDialog -
Link copied to clipboard
-
-
-
- -
-
fun removeDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
reportFullyDrawn -
Link copied to clipboard
-
-
-
- -
-
open fun reportFullyDrawn()
-
-
-
-
-
-
- -
-
-
requestDragAndDropPermissions -
Link copied to clipboard
-
-
-
- -
-
open fun requestDragAndDropPermissions(p0: DragEvent): DragAndDropPermissions
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requestPermissionsFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun requestPermissionsFromFragment(@NonNull() p0: Fragment, @NonNull() p1: Array<String>, p2: Int)
-
-
-
-
-
-
- -
-
-
requestShowKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
fun requestShowKeyboardShortcuts()
-
-
-
-
-
-
- -
-
-
requestVisibleBehind -
Link copied to clipboard
-
-
-
- -
-
open fun requestVisibleBehind(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
requestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
fun requestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
requireViewById -
Link copied to clipboard
-
-
-
- -
-
fun <T : View> requireViewById(p0: Int): T
-
-
-
-
-
-
- -
-
-
revokeUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
runOnUiThread -
Link copied to clipboard
-
-
-
- -
-
fun runOnUiThread(p0: Runnable)
-
-
-
-
-
-
- -
-
-
sendBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
-
-
-
-
-
-
- -
-
-
sendBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
setActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun setContentTransitionManager(p0: TransitionManager)
-
-
-
-
-
-
- -
-
-
setContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun setContentView(p0: View)
open override fun setContentView(@LayoutRes() p0: Int)
open override fun setContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
setDefaultKeyMode -
Link copied to clipboard
-
-
-
- -
-
fun setDefaultKeyMode(p0: Int)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(p0: SharedElementCallback)
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(p0: SharedElementCallback)
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setFeatureDrawable -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawable(p0: Int, p1: Drawable)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableAlpha -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableAlpha(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableResource -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableResource(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableUri -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableUri(p0: Int, p1: Uri)
-
-
-
-
-
-
- -
-
-
setFinishOnTouchOutside -
Link copied to clipboard
-
-
-
- -
-
open fun setFinishOnTouchOutside(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun setImmersive(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInheritShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setInheritShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setIntent -
Link copied to clipboard
-
-
-
- -
-
open fun setIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
setMediaController -
Link copied to clipboard
-
-
-
- -
-
fun setMediaController(p0: MediaController)
-
-
-
-
-
-
- -
-
-
setPictureInPictureParams -
Link copied to clipboard
-
-
-
- -
-
open fun setPictureInPictureParams(p0: PictureInPictureParams)
-
-
-
-
-
-
- -
-
-
setProgress -
Link copied to clipboard
-
-
-
- -
-
fun setProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun setRequestedOrientation(p0: Int)
-
-
-
-
-
-
- -
-
-
setResult -
Link copied to clipboard
-
-
-
- -
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
setSecondaryProgress -
Link copied to clipboard
-
-
-
- -
-
fun setSecondaryProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportActionBar(@Nullable() p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setSupportProgress -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setTaskDescription -
Link copied to clipboard
-
-
-
- -
-
open fun setTaskDescription(p0: ActivityManager.TaskDescription)
-
-
-
-
-
-
- -
-
-
setTheme -
Link copied to clipboard
-
-
-
- -
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes() p0: Int)
-
-
-
-
-
-
- -
-
-
setTitle -
Link copied to clipboard
-
-
-
- -
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
-
-
- -
-
-
setTitleColor -
Link copied to clipboard
-
-
-
- -
-
open fun setTitleColor(p0: Int)
-
-
-
-
-
-
- -
-
-
setTurnScreenOn -
Link copied to clipboard
-
-
-
- -
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVisible -
Link copied to clipboard
-
-
-
- -
-
open fun setVisible(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun setVolumeControlStream(p0: Int)
-
-
-
-
-
-
- -
-
-
setVrModeEnabled -
Link copied to clipboard
-
-
-
- -
-
open fun setVrModeEnabled(p0: Boolean, p1: ComponentName)
-
-
-
-
-
-
- -
-
-
setWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
shouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun shouldUpRecreateTask(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
showAssist -
Link copied to clipboard
-
-
-
- -
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showDialog -
Link copied to clipboard
-
-
-
- -
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showLockTaskEscapeMessage -
Link copied to clipboard
-
-
-
- -
-
open fun showLockTaskEscapeMessage()
-
-
-
-
-
-
- -
-
-
startActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startActionMode(p0: ActionMode.Callback): ActionMode?
open fun startActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
startActivities -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle)
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivityForResult(p0: Intent, p1: Int)
open override fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int, p3: Bundle?)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int, @Nullable() p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityIfNeeded -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityIfNeeded(p0: Intent, p1: Int): Boolean
open fun startActivityIfNeeded(p0: Intent, p1: Int, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startForegroundService -
Link copied to clipboard
-
-
-
- -
-
open override fun startForegroundService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startInstrumentation -
Link copied to clipboard
-
-
-
- -
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startIntentSender -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int)
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromFragment(@NonNull() p0: Fragment, p1: IntentSender, p2: Int, @Nullable() p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable() p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun startLocalVoiceInteraction(p0: Bundle)
-
-
-
-
-
-
- -
-
-
startLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun startLockTask()
-
-
-
-
-
-
- -
-
-
startManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun startManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
startNextMatchingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startNextMatchingActivity(p0: Intent): Boolean
open fun startNextMatchingActivity(p0: Intent, p1: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
startSearch -
Link copied to clipboard
-
-
-
- -
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
-
-
- -
-
-
startService -
Link copied to clipboard
-
-
-
- -
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
stopLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun stopLocalVoiceInteraction()
-
-
-
-
-
-
- -
-
-
stopLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun stopLockTask()
-
-
-
-
-
-
- -
-
-
stopManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun stopManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
stopService -
Link copied to clipboard
-
-
-
- -
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
superDispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun superDispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
supportFinishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportFinishAfterTransition()
-
-
-
-
-
-
- -
-
-
supportInvalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
supportNavigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun supportNavigateUpTo(@NonNull() p0: Intent)
-
-
-
-
-
-
- -
-
-
supportPostponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportPostponeEnterTransition()
-
-
-
-
-
-
- -
-
-
supportRequestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
open fun supportRequestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
supportShouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun supportShouldUpRecreateTask(@NonNull() p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
supportStartPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportStartPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
takeKeyEvents -
Link copied to clipboard
-
-
-
- -
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
- -
-
-
triggerSearch -
Link copied to clipboard
-
-
-
- -
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
unbindService -
Link copied to clipboard
-
-
-
- -
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
-
-
- -
-
-
unregisterActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- - -
-
-
-
-
- -
-
-
unregisterComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
unregisterReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
-
-
- -
-
-
updateServiceGroup -
Link copied to clipboard
-
-
-
- -
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
-
-
- -
-
-
validateRequestPermissionsRequestCode -
Link copied to clipboard
-
-
-
- -
-
override fun validateRequestPermissionsRequestCode(p0: Int)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mCreated -
Link copied to clipboard
-
-
-
-
val mCreated: Boolean
-
-
-
-
- -
-
-
mFragmentLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mFragmentLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mFragments -
Link copied to clipboard
-
-
-
-
val mFragments: FragmentController
-
-
-
-
- -
-
-
mNextCandidateRequestIndex -
Link copied to clipboard
-
-
-
-
val mNextCandidateRequestIndex: Int
-
-
-
-
- -
-
-
mPendingFragmentActivityResults -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mRequestedPermissionsFromFragment -
Link copied to clipboard
-
-
-
-
val mRequestedPermissionsFromFragment: Boolean
-
-
-
-
- -
-
-
mResumed -
Link copied to clipboard
-
-
-
-
val mResumed: Boolean
-
-
-
-
- -
-
-
mStartedActivityFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedActivityFromFragment: Boolean
-
-
-
-
- -
-
-
mStartedIntentSenderFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedIntentSenderFromFragment: Boolean
-
-
-
-
- -
-
-
mStopped -
Link copied to clipboard
-
-
-
-
val mStopped: Boolean
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample1/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample1/index.html deleted file mode 100644 index f138f9bd..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample1/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - com.icerockdev.app.sample1 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.app.sample1

-
-
-
-
-

Types

-
-
-
-
SimpleActivity -
Link copied to clipboard
-
-
-
- -
-
class SimpleActivity : MvvmActivity<<ERROR CLASS>, SimpleViewModel>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample2/-events-activity/-events-activity.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample2/-events-activity/-events-activity.html deleted file mode 100644 index 48472a5b..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample2/-events-activity/-events-activity.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - EventsActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsActivity

-
-
- -
-
fun EventsActivity()
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample2/-events-activity/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample2/-events-activity/index.html deleted file mode 100644 index 85d830d6..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample2/-events-activity/index.html +++ /dev/null @@ -1,6576 +0,0 @@ - - - - EventsActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsActivity

-
class EventsActivity : MvvmActivity<<ERROR CLASS>, EventsViewModel> , EventsViewModel.EventsListener
-
-
-
-
-

Functions

-
-
-
-
addContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun addContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
applyOverrideConfiguration -
Link copied to clipboard
-
-
-
- -
-
open fun applyOverrideConfiguration(p0: Configuration)
-
-
-
-
-
-
- -
-
-
attachBaseContext -
Link copied to clipboard
-
-
-
- -
-
open override fun attachBaseContext(p0: Context)
-
-
-
-
-
-
- -
-
-
bindIsolatedService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindIsolatedService(p0: Intent, p1: Int, p2: String, p3: Executor, p4: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
bindService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
-
-
- -
-
-
checkSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
-
-
- -
-
-
clearWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun clearWallpaper()
-
-
-
-
-
-
- -
-
-
closeContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun closeContextMenu()
-
-
-
-
-
-
- -
-
-
closeOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun closeOptionsMenu()
-
-
-
-
-
-
- -
-
-
createConfigurationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createConfigurationContext(p0: Configuration): Context
-
-
-
-
-
-
- -
-
-
createContextForSplit -
Link copied to clipboard
-
-
-
- -
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
-
-
- -
-
-
createDeviceProtectedStorageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDeviceProtectedStorageContext(): Context
-
-
-
-
-
-
- -
-
-
createDisplayContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
-
-
- -
-
-
createPackageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
-
-
- -
-
-
createPendingResult -
Link copied to clipboard
-
-
-
- -
-
open fun createPendingResult(p0: Int, p1: Intent, p2: Int): PendingIntent
-
-
-
-
-
-
- -
-
-
databaseList -
Link copied to clipboard
-
-
-
- -
-
open override fun databaseList(): Array<String>
-
-
-
-
-
-
- -
-
-
deleteDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteFile -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
dismissDialog -
Link copied to clipboard
-
-
-
- -
-
fun dismissDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
dismissKeyboardShortcutsHelper -
Link copied to clipboard
-
-
-
- -
-
fun dismissKeyboardShortcutsHelper()
-
-
-
-
-
-
- -
-
-
dispatchFragmentsOnCreateView -
Link copied to clipboard
-
-
-
- -
-
fun dispatchFragmentsOnCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
dispatchGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyShortcutEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchPopulateAccessibilityEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open override fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforceCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforcePermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
-
-
- -
-
-
enforceUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
-
-
- -
-
-
enterPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun enterPictureInPictureMode()
open fun enterPictureInPictureMode(p0: PictureInPictureParams): Boolean
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
fileList -
Link copied to clipboard
-
-
-
- -
-
open override fun fileList(): Array<String>
-
-
-
-
-
-
- -
-
-
findViewById -
Link copied to clipboard
-
-
-
- -
-
open override fun <T : View> findViewById(@IdRes() p0: Int): T
-
-
-
-
-
-
- -
-
-
finish -
Link copied to clipboard
-
-
-
- -
-
open fun finish()
-
-
-
-
-
-
- -
-
-
finishActivity -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivity(p0: Int)
-
-
-
-
-
-
- -
-
-
finishActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivityFromChild(p0: Activity, p1: Int)
-
-
-
-
-
-
- -
-
-
finishAffinity -
Link copied to clipboard
-
-
-
- -
-
open fun finishAffinity()
-
-
-
-
-
-
- -
-
-
finishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun finishAfterTransition()
-
-
-
-
-
-
- -
-
-
finishAndRemoveTask -
Link copied to clipboard
-
-
-
- -
-
open fun finishAndRemoveTask()
-
-
-
-
-
-
- -
-
-
finishFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishFromChild(p0: Activity)
-
-
-
-
-
-
- -
-
-
getActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getApplication -
Link copied to clipboard
-
-
-
- -
-
fun getApplication(): Application
-
-
-
-
-
-
- -
-
-
getApplicationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationContext(): Context
-
-
-
-
-
-
- -
-
-
getApplicationInfo -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
-
-
- -
-
-
getAssets -
Link copied to clipboard
-
-
-
- -
-
open override fun getAssets(): AssetManager
-
-
-
-
-
-
- -
-
-
getBaseContext -
Link copied to clipboard
-
-
-
- -
-
open fun getBaseContext(): Context
-
-
-
-
-
-
- -
-
-
getCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCacheDir(): File
-
-
-
-
-
-
- -
-
-
getCallingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingActivity(): ComponentName?
-
-
-
-
-
-
- -
-
-
getCallingPackage -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingPackage(): String?
-
-
-
-
-
-
- -
-
-
getChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun getChangingConfigurations(): Int
-
-
-
-
-
-
- -
-
-
getClassLoader -
Link copied to clipboard
-
-
-
- -
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
-
-
- -
-
-
getCodeCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCodeCacheDir(): File
-
-
-
-
-
-
- -
-
-
getColor -
Link copied to clipboard
-
-
-
- -
-
fun getColor(p0: Int): Int
-
-
-
-
-
-
- -
-
-
getColorStateList -
Link copied to clipboard
-
-
-
- -
-
fun getColorStateList(p0: Int): ColorStateList
-
-
-
-
-
-
- -
-
-
getComponentName -
Link copied to clipboard
-
-
-
- -
-
open fun getComponentName(): ComponentName
-
-
-
-
-
-
- -
-
-
getContentResolver -
Link copied to clipboard
-
-
-
- -
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
-
-
- -
-
-
getContentScene -
Link copied to clipboard
-
-
-
- -
-
open fun getContentScene(): Scene
-
-
-
-
-
-
- -
-
-
getContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun getContentTransitionManager(): TransitionManager
-
-
-
-
-
-
- -
-
-
getCurrentFocus -
Link copied to clipboard
-
-
-
- -
-
open fun getCurrentFocus(): View?
-
-
-
-
-
-
- -
-
-
getDatabasePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
-
-
- -
-
-
getDataDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDataDir(): File
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getDelegate -
Link copied to clipboard
-
-
-
- -
-
open fun getDelegate(): AppCompatDelegate
-
-
-
-
-
-
- -
-
-
getDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
-
-
- -
-
-
getDrawable -
Link copied to clipboard
-
-
-
- -
-
fun getDrawable(p0: Int): Drawable?
-
-
-
-
-
-
- -
-
-
getDrawerToggleDelegate -
Link copied to clipboard
-
-
-
- -
-
open override fun getDrawerToggleDelegate(): ActionBarDrawerToggle.Delegate?
-
-
-
-
-
-
- -
-
-
getExternalCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDir(): File?
-
-
-
-
-
-
- -
-
-
getExternalCacheDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
-
-
- -
-
-
getExternalFilesDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalMediaDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun <T : ComponentActivity.ExtraData> getExtraData(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getFilesDir(): File
-
-
-
-
-
-
- -
-
-
getFileStreamPath -
Link copied to clipboard
-
-
-
- -
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getIntent(): Intent
-
-
-
-
-
-
- -
-
-
getLastCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLastNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun getLayoutInflater(): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getLocalClassName -
Link copied to clipboard
-
-
-
- -
-
open fun getLocalClassName(): String
-
-
-
-
-
-
- -
-
-
getMainExecutor -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainExecutor(): Executor
-
-
-
-
-
-
- -
-
-
getMainLooper -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainLooper(): Looper
-
-
-
-
-
-
- -
-
-
getMaxNumPictureInPictureActions -
Link copied to clipboard
-
-
-
- -
-
open fun getMaxNumPictureInPictureActions(): Int
-
-
-
-
-
-
- -
-
-
getMediaController -
Link copied to clipboard
-
-
-
- -
-
fun getMediaController(): MediaController
-
-
-
-
-
-
- -
-
-
getMenuInflater -
Link copied to clipboard
-
-
-
- -
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
-
-
- -
-
-
getNoBackupFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
-
-
- -
-
-
getObbDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDir(): File
-
-
-
-
-
-
- -
-
-
getObbDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getOnBackPressedDispatcher -
Link copied to clipboard
-
-
-
- -
-
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher
-
-
-
-
-
-
- -
-
-
getOpPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getOpPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageCodePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageCodePath(): String
-
-
-
-
-
-
- -
-
-
getPackageManager -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageManager(): PackageManager
-
-
-
-
-
-
- -
-
-
getPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageResourcePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageResourcePath(): String
-
-
-
-
-
-
- -
-
-
getParent -
Link copied to clipboard
-
-
-
- -
-
fun getParent(): Activity
-
-
-
-
-
-
- -
-
-
getParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getPreferences -
Link copied to clipboard
-
-
-
- -
-
open fun getPreferences(p0: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun getReferrer(): Uri?
-
-
-
-
-
-
- -
-
-
getRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun getRequestedOrientation(): Int
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
open override fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSearchEvent -
Link copied to clipboard
-
-
-
- -
-
fun getSearchEvent(): SearchEvent
-
-
-
-
-
-
- -
-
-
getSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getSupportFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getSupportLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getSupportParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun getSupportParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getSystemService -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getSystemServiceName -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
-
-
- -
-
-
getTaskId -
Link copied to clipboard
-
-
-
- -
-
open fun getTaskId(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getTheme -
Link copied to clipboard
-
-
-
- -
-
open override fun getTheme(): Resources.Theme
-
-
-
-
-
-
- -
-
-
getTitle -
Link copied to clipboard
-
-
-
- -
-
fun getTitle(): CharSequence
-
-
-
-
-
-
- -
-
-
getTitleColor -
Link copied to clipboard
-
-
-
- -
-
fun getTitleColor(): Int
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
getVoiceInteractor -
Link copied to clipboard
-
-
-
- -
-
open fun getVoiceInteractor(): VoiceInteractor
-
-
-
-
-
-
- -
-
-
getVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun getVolumeControlStream(): Int
-
-
-
-
-
-
- -
-
-
getWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumHeight -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumHeight(): Int
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumWidth -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumWidth(): Int
-
-
-
-
-
-
- -
-
-
getWindow -
Link copied to clipboard
-
-
-
- -
-
open fun getWindow(): Window
-
-
-
-
-
-
- -
-
-
getWindowManager -
Link copied to clipboard
-
-
-
- -
-
open fun getWindowManager(): WindowManager
-
-
-
-
-
-
- -
-
-
grantUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasWindowFocus -
Link copied to clipboard
-
-
-
- -
-
open fun hasWindowFocus(): Boolean
-
-
-
-
-
-
- -
-
-
invalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun invalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
isActivityTransitionRunning -
Link copied to clipboard
-
-
-
- -
-
open fun isActivityTransitionRunning(): Boolean
-
-
-
-
-
-
- -
-
-
isChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun isChangingConfigurations(): Boolean
-
-
-
-
-
-
- -
-
-
isChild -
Link copied to clipboard
-
-
-
- -
-
fun isChild(): Boolean
-
-
-
-
-
-
- -
-
-
isDestroyed -
Link copied to clipboard
-
-
-
- -
-
open fun isDestroyed(): Boolean
-
-
-
-
-
-
- -
-
-
isDeviceProtectedStorage -
Link copied to clipboard
-
-
-
- -
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
-
-
- -
-
-
isFinishing -
Link copied to clipboard
-
-
-
- -
-
open fun isFinishing(): Boolean
-
-
-
-
-
-
- -
-
-
isImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun isImmersive(): Boolean
-
-
-
-
-
-
- -
-
-
isInMultiWindowMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInMultiWindowMode(): Boolean
-
-
-
-
-
-
- -
-
-
isInPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInPictureInPictureMode(): Boolean
-
-
-
-
-
-
- -
-
-
isLocalVoiceInteractionSupported -
Link copied to clipboard
-
-
-
- -
-
open fun isLocalVoiceInteractionSupported(): Boolean
-
-
-
-
-
-
- -
-
-
isRestricted -
Link copied to clipboard
-
-
-
- -
-
open override fun isRestricted(): Boolean
-
-
-
-
-
-
- -
-
-
isTaskRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isTaskRoot(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteraction(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteractionRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteractionRoot(): Boolean
-
-
-
-
-
-
- -
-
-
managedQuery -
Link copied to clipboard
-
-
-
- -
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
-
-
- -
-
-
moveDatabaseFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveSharedPreferencesFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveTaskToBack -
Link copied to clipboard
-
-
-
- -
-
open fun moveTaskToBack(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpToFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpToFromChild(p0: Activity, p1: Intent): Boolean
-
-
-
-
-
-
- -
-
-
obtainStyledAttributes -
Link copied to clipboard
-
-
-
- -
-
fun obtainStyledAttributes(p0: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: Int, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray, p2: Int, p3: Int): TypedArray
-
-
-
-
-
-
- -
-
-
onActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActivityReenter -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onApplyThemeResource -
Link copied to clipboard
-
-
-
- -
-
open override fun onApplyThemeResource(p0: Resources.Theme, p1: Int, p2: Boolean)
-
-
-
-
-
-
- -
-
-
onAttachedToWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onAttachedToWindow()
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(p0: Fragment)
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onBackPressed -
Link copied to clipboard
-
-
-
- -
-
open override fun onBackPressed()
-
-
-
-
-
-
- -
-
-
onChildTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onChildTitleChanged(p0: Activity, p1: CharSequence)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContentChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onContentChanged()
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onContextMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onContextMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(p0: ContextMenu, p1: View, p2: ContextMenu.ContextMenuInfo)
-
-
-
-
-
-
- -
-
-
onCreateDescription -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDescription(): CharSequence?
-
-
-
-
-
-
- -
-
-
onCreateDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDialog(p0: Int): Dialog
open fun onCreateDialog(p0: Int, p1: Bundle): Dialog?
-
-
-
-
-
-
- -
-
-
onCreateNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelMenu(p0: Int, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
-
-
- -
-
-
onCreateSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateThumbnail -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateThumbnail(p0: Bitmap, p1: Canvas): Boolean
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(@NonNull() p0: String, @NonNull() p1: Context, @NonNull() p2: AttributeSet): View?
open override fun onCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDetachedFromWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onDetachedFromWindow()
-
-
-
-
-
-
- -
-
-
onEnterAnimationComplete -
Link copied to clipboard
-
-
-
- -
-
open fun onEnterAnimationComplete()
-
-
-
-
-
-
- -
-
-
onGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onGetDirectActions -
Link copied to clipboard
-
-
-
- -
-
open fun onGetDirectActions(p0: CancellationSignal, p1: Consumer<MutableList<DirectAction>>)
-
-
-
-
-
-
- -
-
-
onKeyDown -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyLongPress -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyMultiple -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyShortcut -
Link copied to clipboard
-
-
-
- -
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyUp -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStarted -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStarted()
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStopped -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStopped()
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMenuItemSelected -
Link copied to clipboard
-
-
-
- -
-
override fun onMenuItemSelected(p0: Int, @NonNull() p1: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onMenuOpened -
Link copied to clipboard
-
-
-
- -
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onMultiWindowModeChanged(p0: Boolean)
open fun onMultiWindowModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onNavigateUpFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUpFromChild(p0: Activity): Boolean
-
-
-
-
-
-
- -
-
-
onNewIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun onNewIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
onNightModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onNightModeChanged(p0: Int)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onPanelClosed -
Link copied to clipboard
-
-
-
- -
-
open override fun onPanelClosed(p0: Int, @NonNull() p1: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open override fun onPause()
-
-
-
-
-
-
- -
-
-
onPerformDirectAction -
Link copied to clipboard
-
-
-
- -
-
open fun onPerformDirectAction(p0: String, p1: Bundle, p2: CancellationSignal, p3: Consumer<Bundle>)
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onPictureInPictureModeChanged(p0: Boolean)
open fun onPictureInPictureModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onPointerCaptureChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPointerCaptureChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPostCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostCreate(@Nullable() p0: Bundle?)
open fun onPostCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onPostResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostResume()
-
-
-
-
-
-
- -
-
-
onPrepareDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareDialog(p0: Int, p1: Dialog)
open fun onPrepareDialog(p0: Int, p1: Dialog, p2: Bundle)
-
-
-
-
-
-
- -
-
-
onPrepareNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareOptionsPanel -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsPanel(@Nullable() p0: View?, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPreparePanel -
Link copied to clipboard
-
-
-
- -
-
open override fun onPreparePanel(p0: Int, @Nullable() p1: View?, @NonNull() p2: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onProvideAssistContent -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistContent(p0: AssistContent)
-
-
-
-
-
-
- -
-
-
onProvideAssistData -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistData(p0: Bundle)
-
-
-
-
-
-
- -
-
-
onProvideKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
open override fun onProvideKeyboardShortcuts(p0: MutableList<KeyboardShortcutGroup>, p1: Menu?, p2: Int)
-
-
-
-
-
-
- -
-
-
onProvideReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideReferrer(): Uri
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onRestart -
Link copied to clipboard
-
-
-
- -
-
open fun onRestart()
-
-
-
-
-
-
- -
-
-
onRestoreInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onRestoreInstanceState(p0: Bundle)
open fun onRestoreInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onResume()
-
-
-
-
-
-
- -
-
-
onResumeFragments -
Link copied to clipboard
-
-
-
- -
-
open fun onResumeFragments()
-
-
-
-
-
-
- -
-
-
onRetainCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun onRetainCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onRetainNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
override fun onRetainNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open override fun onSaveInstanceState(@NonNull() p0: Bundle)
open fun onSaveInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onSearchRequested -
Link copied to clipboard
-
-
-
- -
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open override fun onStart()
-
-
-
-
-
-
- -
-
-
onStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open override fun onStateNotSaved()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open override fun onStop()
-
-
-
-
-
-
- -
-
-
onSupportActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeFinished(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeStarted(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportContentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportContentChanged()
-
-
-
-
-
-
- -
-
-
onSupportNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onTitleChanged(p0: CharSequence, p1: Int)
-
-
-
-
-
-
- -
-
-
onTopResumedActivityChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onTopResumedActivityChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrimMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onTrimMemory(p0: Int)
-
-
-
-
-
-
- -
-
-
onUserInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun onUserInteraction()
-
-
-
-
-
-
- -
-
-
onUserLeaveHint -
Link copied to clipboard
-
-
-
- -
-
open fun onUserLeaveHint()
-
-
-
-
-
-
- -
-
-
onVisibleBehindCanceled -
Link copied to clipboard
-
-
-
- -
-
open fun onVisibleBehindCanceled()
-
-
-
-
-
-
- -
-
-
onWindowAttributesChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowAttributesChanged(p0: WindowManager.LayoutParams)
-
-
-
-
-
-
- -
-
-
onWindowFocusChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onWindowStartingActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingActionMode(p0: ActionMode.Callback): ActionMode?
open override fun onWindowStartingActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
onWindowStartingSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
openContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun openContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
openFileInput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
-
-
- -
-
-
openFileOutput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
-
-
- -
-
-
openOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun openOptionsMenu()
-
-
-
-
-
-
- -
-
-
openOrCreateDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory): SQLiteDatabase
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory, p3: DatabaseErrorHandler?): SQLiteDatabase
-
-
-
-
-
-
- -
-
-
overridePendingTransition -
Link copied to clipboard
-
-
-
- -
-
open fun overridePendingTransition(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
peekWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun peekWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
-
-
-
-
-
-
- -
-
-
putExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun putExtraData(p0: ComponentActivity.ExtraData)
-
-
-
-
-
-
- -
-
-
recreate -
Link copied to clipboard
-
-
-
- -
-
open fun recreate()
-
-
-
-
-
-
- -
-
-
registerActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
registerComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun registerComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
registerReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
-
-
- -
-
-
releaseInstance -
Link copied to clipboard
-
-
-
- -
-
open fun releaseInstance(): Boolean
-
-
-
-
-
-
- -
-
-
removeDialog -
Link copied to clipboard
-
-
-
- -
-
fun removeDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
reportFullyDrawn -
Link copied to clipboard
-
-
-
- -
-
open fun reportFullyDrawn()
-
-
-
-
-
-
- -
-
-
requestDragAndDropPermissions -
Link copied to clipboard
-
-
-
- -
-
open fun requestDragAndDropPermissions(p0: DragEvent): DragAndDropPermissions
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requestPermissionsFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun requestPermissionsFromFragment(@NonNull() p0: Fragment, @NonNull() p1: Array<String>, p2: Int)
-
-
-
-
-
-
- -
-
-
requestShowKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
fun requestShowKeyboardShortcuts()
-
-
-
-
-
-
- -
-
-
requestVisibleBehind -
Link copied to clipboard
-
-
-
- -
-
open fun requestVisibleBehind(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
requestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
fun requestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
requireViewById -
Link copied to clipboard
-
-
-
- -
-
fun <T : View> requireViewById(p0: Int): T
-
-
-
-
-
-
- -
-
-
revokeUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
routeToMainPage -
Link copied to clipboard
-
-
-
- -
-
open override fun routeToMainPage()
-
-
-
-
-
-
- -
-
-
runOnUiThread -
Link copied to clipboard
-
-
-
- -
-
fun runOnUiThread(p0: Runnable)
-
-
-
-
-
-
- -
-
-
sendBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
-
-
-
-
-
-
- -
-
-
sendBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
setActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun setContentTransitionManager(p0: TransitionManager)
-
-
-
-
-
-
- -
-
-
setContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun setContentView(p0: View)
open override fun setContentView(@LayoutRes() p0: Int)
open override fun setContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
setDefaultKeyMode -
Link copied to clipboard
-
-
-
- -
-
fun setDefaultKeyMode(p0: Int)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(p0: SharedElementCallback)
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(p0: SharedElementCallback)
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setFeatureDrawable -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawable(p0: Int, p1: Drawable)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableAlpha -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableAlpha(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableResource -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableResource(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableUri -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableUri(p0: Int, p1: Uri)
-
-
-
-
-
-
- -
-
-
setFinishOnTouchOutside -
Link copied to clipboard
-
-
-
- -
-
open fun setFinishOnTouchOutside(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun setImmersive(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInheritShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setInheritShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setIntent -
Link copied to clipboard
-
-
-
- -
-
open fun setIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
setMediaController -
Link copied to clipboard
-
-
-
- -
-
fun setMediaController(p0: MediaController)
-
-
-
-
-
-
- -
-
-
setPictureInPictureParams -
Link copied to clipboard
-
-
-
- -
-
open fun setPictureInPictureParams(p0: PictureInPictureParams)
-
-
-
-
-
-
- -
-
-
setProgress -
Link copied to clipboard
-
-
-
- -
-
fun setProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun setRequestedOrientation(p0: Int)
-
-
-
-
-
-
- -
-
-
setResult -
Link copied to clipboard
-
-
-
- -
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
setSecondaryProgress -
Link copied to clipboard
-
-
-
- -
-
fun setSecondaryProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportActionBar(@Nullable() p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setSupportProgress -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setTaskDescription -
Link copied to clipboard
-
-
-
- -
-
open fun setTaskDescription(p0: ActivityManager.TaskDescription)
-
-
-
-
-
-
- -
-
-
setTheme -
Link copied to clipboard
-
-
-
- -
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes() p0: Int)
-
-
-
-
-
-
- -
-
-
setTitle -
Link copied to clipboard
-
-
-
- -
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
-
-
- -
-
-
setTitleColor -
Link copied to clipboard
-
-
-
- -
-
open fun setTitleColor(p0: Int)
-
-
-
-
-
-
- -
-
-
setTurnScreenOn -
Link copied to clipboard
-
-
-
- -
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVisible -
Link copied to clipboard
-
-
-
- -
-
open fun setVisible(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun setVolumeControlStream(p0: Int)
-
-
-
-
-
-
- -
-
-
setVrModeEnabled -
Link copied to clipboard
-
-
-
- -
-
open fun setVrModeEnabled(p0: Boolean, p1: ComponentName)
-
-
-
-
-
-
- -
-
-
setWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
shouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun shouldUpRecreateTask(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
showAssist -
Link copied to clipboard
-
-
-
- -
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showDialog -
Link copied to clipboard
-
-
-
- -
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showLockTaskEscapeMessage -
Link copied to clipboard
-
-
-
- -
-
open fun showLockTaskEscapeMessage()
-
-
-
-
-
-
- -
-
-
startActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startActionMode(p0: ActionMode.Callback): ActionMode?
open fun startActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
startActivities -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle)
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivityForResult(p0: Intent, p1: Int)
open override fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int, p3: Bundle?)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int, @Nullable() p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityIfNeeded -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityIfNeeded(p0: Intent, p1: Int): Boolean
open fun startActivityIfNeeded(p0: Intent, p1: Int, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startForegroundService -
Link copied to clipboard
-
-
-
- -
-
open override fun startForegroundService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startInstrumentation -
Link copied to clipboard
-
-
-
- -
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startIntentSender -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int)
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromFragment(@NonNull() p0: Fragment, p1: IntentSender, p2: Int, @Nullable() p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable() p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun startLocalVoiceInteraction(p0: Bundle)
-
-
-
-
-
-
- -
-
-
startLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun startLockTask()
-
-
-
-
-
-
- -
-
-
startManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun startManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
startNextMatchingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startNextMatchingActivity(p0: Intent): Boolean
open fun startNextMatchingActivity(p0: Intent, p1: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
startSearch -
Link copied to clipboard
-
-
-
- -
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
-
-
- -
-
-
startService -
Link copied to clipboard
-
-
-
- -
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
stopLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun stopLocalVoiceInteraction()
-
-
-
-
-
-
- -
-
-
stopLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun stopLockTask()
-
-
-
-
-
-
- -
-
-
stopManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun stopManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
stopService -
Link copied to clipboard
-
-
-
- -
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
superDispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun superDispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
supportFinishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportFinishAfterTransition()
-
-
-
-
-
-
- -
-
-
supportInvalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
supportNavigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun supportNavigateUpTo(@NonNull() p0: Intent)
-
-
-
-
-
-
- -
-
-
supportPostponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportPostponeEnterTransition()
-
-
-
-
-
-
- -
-
-
supportRequestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
open fun supportRequestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
supportShouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun supportShouldUpRecreateTask(@NonNull() p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
supportStartPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportStartPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
takeKeyEvents -
Link copied to clipboard
-
-
-
- -
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
- -
-
-
triggerSearch -
Link copied to clipboard
-
-
-
- -
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
unbindService -
Link copied to clipboard
-
-
-
- -
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
-
-
- -
-
-
unregisterActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- - -
-
-
-
-
- -
-
-
unregisterComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
unregisterReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
-
-
- -
-
-
updateServiceGroup -
Link copied to clipboard
-
-
-
- -
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
-
-
- -
-
-
validateRequestPermissionsRequestCode -
Link copied to clipboard
-
-
-
- -
-
override fun validateRequestPermissionsRequestCode(p0: Int)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mCreated -
Link copied to clipboard
-
-
-
-
val mCreated: Boolean
-
-
-
-
- -
-
-
mFragmentLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mFragmentLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mFragments -
Link copied to clipboard
-
-
-
-
val mFragments: FragmentController
-
-
-
-
- -
-
-
mNextCandidateRequestIndex -
Link copied to clipboard
-
-
-
-
val mNextCandidateRequestIndex: Int
-
-
-
-
- -
-
-
mPendingFragmentActivityResults -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mRequestedPermissionsFromFragment -
Link copied to clipboard
-
-
-
-
val mRequestedPermissionsFromFragment: Boolean
-
-
-
-
- -
-
-
mResumed -
Link copied to clipboard
-
-
-
-
val mResumed: Boolean
-
-
-
-
- -
-
-
mStartedActivityFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedActivityFromFragment: Boolean
-
-
-
-
- -
-
-
mStartedIntentSenderFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedIntentSenderFromFragment: Boolean
-
-
-
-
- -
-
-
mStopped -
Link copied to clipboard
-
-
-
-
val mStopped: Boolean
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample2/-events-activity/route-to-main-page.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample2/-events-activity/route-to-main-page.html deleted file mode 100644 index c0d0fbac..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample2/-events-activity/route-to-main-page.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - routeToMainPage - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

routeToMainPage

-
-
- -
-
open override fun routeToMainPage()
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample2/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample2/index.html deleted file mode 100644 index 0642f20c..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample2/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - com.icerockdev.app.sample2 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.app.sample2

-
-
-
-
-

Types

-
-
-
-
EventsActivity -
Link copied to clipboard
-
-
-
- -
-
class EventsActivity : MvvmActivity<<ERROR CLASS>, EventsViewModel> , EventsViewModel.EventsListener
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample3/-events-owner-activity/-events-owner-activity.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample3/-events-owner-activity/-events-owner-activity.html deleted file mode 100644 index 38484e74..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample3/-events-owner-activity/-events-owner-activity.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - EventsOwnerActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsOwnerActivity

-
-
- -
-
fun EventsOwnerActivity()
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample3/-events-owner-activity/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample3/-events-owner-activity/index.html deleted file mode 100644 index 7b652f02..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample3/-events-owner-activity/index.html +++ /dev/null @@ -1,6576 +0,0 @@ - - - - EventsOwnerActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsOwnerActivity

-
class EventsOwnerActivity : MvvmEventsActivity<<ERROR CLASS>, EventsOwnerViewModel, EventsOwnerViewModel.EventsListener> , EventsOwnerViewModel.EventsListener
-
-
-
-
-

Functions

-
-
-
-
addContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun addContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
applyOverrideConfiguration -
Link copied to clipboard
-
-
-
- -
-
open fun applyOverrideConfiguration(p0: Configuration)
-
-
-
-
-
-
- -
-
-
attachBaseContext -
Link copied to clipboard
-
-
-
- -
-
open override fun attachBaseContext(p0: Context)
-
-
-
-
-
-
- -
-
-
bindIsolatedService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindIsolatedService(p0: Intent, p1: Int, p2: String, p3: Executor, p4: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
bindService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
-
-
- -
-
-
checkSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
-
-
- -
-
-
clearWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun clearWallpaper()
-
-
-
-
-
-
- -
-
-
closeContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun closeContextMenu()
-
-
-
-
-
-
- -
-
-
closeOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun closeOptionsMenu()
-
-
-
-
-
-
- -
-
-
createConfigurationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createConfigurationContext(p0: Configuration): Context
-
-
-
-
-
-
- -
-
-
createContextForSplit -
Link copied to clipboard
-
-
-
- -
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
-
-
- -
-
-
createDeviceProtectedStorageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDeviceProtectedStorageContext(): Context
-
-
-
-
-
-
- -
-
-
createDisplayContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
-
-
- -
-
-
createPackageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
-
-
- -
-
-
createPendingResult -
Link copied to clipboard
-
-
-
- -
-
open fun createPendingResult(p0: Int, p1: Intent, p2: Int): PendingIntent
-
-
-
-
-
-
- -
-
-
databaseList -
Link copied to clipboard
-
-
-
- -
-
open override fun databaseList(): Array<String>
-
-
-
-
-
-
- -
-
-
deleteDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteFile -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
dismissDialog -
Link copied to clipboard
-
-
-
- -
-
fun dismissDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
dismissKeyboardShortcutsHelper -
Link copied to clipboard
-
-
-
- -
-
fun dismissKeyboardShortcutsHelper()
-
-
-
-
-
-
- -
-
-
dispatchFragmentsOnCreateView -
Link copied to clipboard
-
-
-
- -
-
fun dispatchFragmentsOnCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
dispatchGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyShortcutEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchPopulateAccessibilityEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open override fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforceCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforcePermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
-
-
- -
-
-
enforceUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
-
-
- -
-
-
enterPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun enterPictureInPictureMode()
open fun enterPictureInPictureMode(p0: PictureInPictureParams): Boolean
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
fileList -
Link copied to clipboard
-
-
-
- -
-
open override fun fileList(): Array<String>
-
-
-
-
-
-
- -
-
-
findViewById -
Link copied to clipboard
-
-
-
- -
-
open override fun <T : View> findViewById(@IdRes() p0: Int): T
-
-
-
-
-
-
- -
-
-
finish -
Link copied to clipboard
-
-
-
- -
-
open fun finish()
-
-
-
-
-
-
- -
-
-
finishActivity -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivity(p0: Int)
-
-
-
-
-
-
- -
-
-
finishActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivityFromChild(p0: Activity, p1: Int)
-
-
-
-
-
-
- -
-
-
finishAffinity -
Link copied to clipboard
-
-
-
- -
-
open fun finishAffinity()
-
-
-
-
-
-
- -
-
-
finishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun finishAfterTransition()
-
-
-
-
-
-
- -
-
-
finishAndRemoveTask -
Link copied to clipboard
-
-
-
- -
-
open fun finishAndRemoveTask()
-
-
-
-
-
-
- -
-
-
finishFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishFromChild(p0: Activity)
-
-
-
-
-
-
- -
-
-
getActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getApplication -
Link copied to clipboard
-
-
-
- -
-
fun getApplication(): Application
-
-
-
-
-
-
- -
-
-
getApplicationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationContext(): Context
-
-
-
-
-
-
- -
-
-
getApplicationInfo -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
-
-
- -
-
-
getAssets -
Link copied to clipboard
-
-
-
- -
-
open override fun getAssets(): AssetManager
-
-
-
-
-
-
- -
-
-
getBaseContext -
Link copied to clipboard
-
-
-
- -
-
open fun getBaseContext(): Context
-
-
-
-
-
-
- -
-
-
getCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCacheDir(): File
-
-
-
-
-
-
- -
-
-
getCallingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingActivity(): ComponentName?
-
-
-
-
-
-
- -
-
-
getCallingPackage -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingPackage(): String?
-
-
-
-
-
-
- -
-
-
getChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun getChangingConfigurations(): Int
-
-
-
-
-
-
- -
-
-
getClassLoader -
Link copied to clipboard
-
-
-
- -
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
-
-
- -
-
-
getCodeCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCodeCacheDir(): File
-
-
-
-
-
-
- -
-
-
getColor -
Link copied to clipboard
-
-
-
- -
-
fun getColor(p0: Int): Int
-
-
-
-
-
-
- -
-
-
getColorStateList -
Link copied to clipboard
-
-
-
- -
-
fun getColorStateList(p0: Int): ColorStateList
-
-
-
-
-
-
- -
-
-
getComponentName -
Link copied to clipboard
-
-
-
- -
-
open fun getComponentName(): ComponentName
-
-
-
-
-
-
- -
-
-
getContentResolver -
Link copied to clipboard
-
-
-
- -
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
-
-
- -
-
-
getContentScene -
Link copied to clipboard
-
-
-
- -
-
open fun getContentScene(): Scene
-
-
-
-
-
-
- -
-
-
getContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun getContentTransitionManager(): TransitionManager
-
-
-
-
-
-
- -
-
-
getCurrentFocus -
Link copied to clipboard
-
-
-
- -
-
open fun getCurrentFocus(): View?
-
-
-
-
-
-
- -
-
-
getDatabasePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
-
-
- -
-
-
getDataDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDataDir(): File
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getDelegate -
Link copied to clipboard
-
-
-
- -
-
open fun getDelegate(): AppCompatDelegate
-
-
-
-
-
-
- -
-
-
getDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
-
-
- -
-
-
getDrawable -
Link copied to clipboard
-
-
-
- -
-
fun getDrawable(p0: Int): Drawable?
-
-
-
-
-
-
- -
-
-
getDrawerToggleDelegate -
Link copied to clipboard
-
-
-
- -
-
open override fun getDrawerToggleDelegate(): ActionBarDrawerToggle.Delegate?
-
-
-
-
-
-
- -
-
-
getExternalCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDir(): File?
-
-
-
-
-
-
- -
-
-
getExternalCacheDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
-
-
- -
-
-
getExternalFilesDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalMediaDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun <T : ComponentActivity.ExtraData> getExtraData(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getFilesDir(): File
-
-
-
-
-
-
- -
-
-
getFileStreamPath -
Link copied to clipboard
-
-
-
- -
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getIntent(): Intent
-
-
-
-
-
-
- -
-
-
getLastCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLastNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun getLayoutInflater(): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getLocalClassName -
Link copied to clipboard
-
-
-
- -
-
open fun getLocalClassName(): String
-
-
-
-
-
-
- -
-
-
getMainExecutor -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainExecutor(): Executor
-
-
-
-
-
-
- -
-
-
getMainLooper -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainLooper(): Looper
-
-
-
-
-
-
- -
-
-
getMaxNumPictureInPictureActions -
Link copied to clipboard
-
-
-
- -
-
open fun getMaxNumPictureInPictureActions(): Int
-
-
-
-
-
-
- -
-
-
getMediaController -
Link copied to clipboard
-
-
-
- -
-
fun getMediaController(): MediaController
-
-
-
-
-
-
- -
-
-
getMenuInflater -
Link copied to clipboard
-
-
-
- -
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
-
-
- -
-
-
getNoBackupFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
-
-
- -
-
-
getObbDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDir(): File
-
-
-
-
-
-
- -
-
-
getObbDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getOnBackPressedDispatcher -
Link copied to clipboard
-
-
-
- -
-
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher
-
-
-
-
-
-
- -
-
-
getOpPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getOpPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageCodePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageCodePath(): String
-
-
-
-
-
-
- -
-
-
getPackageManager -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageManager(): PackageManager
-
-
-
-
-
-
- -
-
-
getPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageResourcePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageResourcePath(): String
-
-
-
-
-
-
- -
-
-
getParent -
Link copied to clipboard
-
-
-
- -
-
fun getParent(): Activity
-
-
-
-
-
-
- -
-
-
getParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getPreferences -
Link copied to clipboard
-
-
-
- -
-
open fun getPreferences(p0: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun getReferrer(): Uri?
-
-
-
-
-
-
- -
-
-
getRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun getRequestedOrientation(): Int
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
open override fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSearchEvent -
Link copied to clipboard
-
-
-
- -
-
fun getSearchEvent(): SearchEvent
-
-
-
-
-
-
- -
-
-
getSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getSupportFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getSupportLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getSupportParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun getSupportParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getSystemService -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getSystemServiceName -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
-
-
- -
-
-
getTaskId -
Link copied to clipboard
-
-
-
- -
-
open fun getTaskId(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getTheme -
Link copied to clipboard
-
-
-
- -
-
open override fun getTheme(): Resources.Theme
-
-
-
-
-
-
- -
-
-
getTitle -
Link copied to clipboard
-
-
-
- -
-
fun getTitle(): CharSequence
-
-
-
-
-
-
- -
-
-
getTitleColor -
Link copied to clipboard
-
-
-
- -
-
fun getTitleColor(): Int
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
getVoiceInteractor -
Link copied to clipboard
-
-
-
- -
-
open fun getVoiceInteractor(): VoiceInteractor
-
-
-
-
-
-
- -
-
-
getVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun getVolumeControlStream(): Int
-
-
-
-
-
-
- -
-
-
getWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumHeight -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumHeight(): Int
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumWidth -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumWidth(): Int
-
-
-
-
-
-
- -
-
-
getWindow -
Link copied to clipboard
-
-
-
- -
-
open fun getWindow(): Window
-
-
-
-
-
-
- -
-
-
getWindowManager -
Link copied to clipboard
-
-
-
- -
-
open fun getWindowManager(): WindowManager
-
-
-
-
-
-
- -
-
-
grantUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasWindowFocus -
Link copied to clipboard
-
-
-
- -
-
open fun hasWindowFocus(): Boolean
-
-
-
-
-
-
- -
-
-
invalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun invalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
isActivityTransitionRunning -
Link copied to clipboard
-
-
-
- -
-
open fun isActivityTransitionRunning(): Boolean
-
-
-
-
-
-
- -
-
-
isChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun isChangingConfigurations(): Boolean
-
-
-
-
-
-
- -
-
-
isChild -
Link copied to clipboard
-
-
-
- -
-
fun isChild(): Boolean
-
-
-
-
-
-
- -
-
-
isDestroyed -
Link copied to clipboard
-
-
-
- -
-
open fun isDestroyed(): Boolean
-
-
-
-
-
-
- -
-
-
isDeviceProtectedStorage -
Link copied to clipboard
-
-
-
- -
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
-
-
- -
-
-
isFinishing -
Link copied to clipboard
-
-
-
- -
-
open fun isFinishing(): Boolean
-
-
-
-
-
-
- -
-
-
isImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun isImmersive(): Boolean
-
-
-
-
-
-
- -
-
-
isInMultiWindowMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInMultiWindowMode(): Boolean
-
-
-
-
-
-
- -
-
-
isInPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInPictureInPictureMode(): Boolean
-
-
-
-
-
-
- -
-
-
isLocalVoiceInteractionSupported -
Link copied to clipboard
-
-
-
- -
-
open fun isLocalVoiceInteractionSupported(): Boolean
-
-
-
-
-
-
- -
-
-
isRestricted -
Link copied to clipboard
-
-
-
- -
-
open override fun isRestricted(): Boolean
-
-
-
-
-
-
- -
-
-
isTaskRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isTaskRoot(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteraction(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteractionRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteractionRoot(): Boolean
-
-
-
-
-
-
- -
-
-
managedQuery -
Link copied to clipboard
-
-
-
- -
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
-
-
- -
-
-
moveDatabaseFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveSharedPreferencesFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveTaskToBack -
Link copied to clipboard
-
-
-
- -
-
open fun moveTaskToBack(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpToFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpToFromChild(p0: Activity, p1: Intent): Boolean
-
-
-
-
-
-
- -
-
-
obtainStyledAttributes -
Link copied to clipboard
-
-
-
- -
-
fun obtainStyledAttributes(p0: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: Int, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray, p2: Int, p3: Int): TypedArray
-
-
-
-
-
-
- -
-
-
onActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActivityReenter -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onApplyThemeResource -
Link copied to clipboard
-
-
-
- -
-
open override fun onApplyThemeResource(p0: Resources.Theme, p1: Int, p2: Boolean)
-
-
-
-
-
-
- -
-
-
onAttachedToWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onAttachedToWindow()
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(p0: Fragment)
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onBackPressed -
Link copied to clipboard
-
-
-
- -
-
open override fun onBackPressed()
-
-
-
-
-
-
- -
-
-
onChildTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onChildTitleChanged(p0: Activity, p1: CharSequence)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContentChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onContentChanged()
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onContextMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onContextMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(p0: ContextMenu, p1: View, p2: ContextMenu.ContextMenuInfo)
-
-
-
-
-
-
- -
-
-
onCreateDescription -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDescription(): CharSequence?
-
-
-
-
-
-
- -
-
-
onCreateDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDialog(p0: Int): Dialog
open fun onCreateDialog(p0: Int, p1: Bundle): Dialog?
-
-
-
-
-
-
- -
-
-
onCreateNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelMenu(p0: Int, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
-
-
- -
-
-
onCreateSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateThumbnail -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateThumbnail(p0: Bitmap, p1: Canvas): Boolean
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(@NonNull() p0: String, @NonNull() p1: Context, @NonNull() p2: AttributeSet): View?
open override fun onCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDetachedFromWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onDetachedFromWindow()
-
-
-
-
-
-
- -
-
-
onEnterAnimationComplete -
Link copied to clipboard
-
-
-
- -
-
open fun onEnterAnimationComplete()
-
-
-
-
-
-
- -
-
-
onGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onGetDirectActions -
Link copied to clipboard
-
-
-
- -
-
open fun onGetDirectActions(p0: CancellationSignal, p1: Consumer<MutableList<DirectAction>>)
-
-
-
-
-
-
- -
-
-
onKeyDown -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyLongPress -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyMultiple -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyShortcut -
Link copied to clipboard
-
-
-
- -
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyUp -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStarted -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStarted()
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStopped -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStopped()
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMenuItemSelected -
Link copied to clipboard
-
-
-
- -
-
override fun onMenuItemSelected(p0: Int, @NonNull() p1: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onMenuOpened -
Link copied to clipboard
-
-
-
- -
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onMultiWindowModeChanged(p0: Boolean)
open fun onMultiWindowModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onNavigateUpFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUpFromChild(p0: Activity): Boolean
-
-
-
-
-
-
- -
-
-
onNewIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun onNewIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
onNightModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onNightModeChanged(p0: Int)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onPanelClosed -
Link copied to clipboard
-
-
-
- -
-
open override fun onPanelClosed(p0: Int, @NonNull() p1: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open override fun onPause()
-
-
-
-
-
-
- -
-
-
onPerformDirectAction -
Link copied to clipboard
-
-
-
- -
-
open fun onPerformDirectAction(p0: String, p1: Bundle, p2: CancellationSignal, p3: Consumer<Bundle>)
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onPictureInPictureModeChanged(p0: Boolean)
open fun onPictureInPictureModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onPointerCaptureChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPointerCaptureChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPostCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostCreate(@Nullable() p0: Bundle?)
open fun onPostCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onPostResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostResume()
-
-
-
-
-
-
- -
-
-
onPrepareDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareDialog(p0: Int, p1: Dialog)
open fun onPrepareDialog(p0: Int, p1: Dialog, p2: Bundle)
-
-
-
-
-
-
- -
-
-
onPrepareNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareOptionsPanel -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsPanel(@Nullable() p0: View?, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPreparePanel -
Link copied to clipboard
-
-
-
- -
-
open override fun onPreparePanel(p0: Int, @Nullable() p1: View?, @NonNull() p2: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onProvideAssistContent -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistContent(p0: AssistContent)
-
-
-
-
-
-
- -
-
-
onProvideAssistData -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistData(p0: Bundle)
-
-
-
-
-
-
- -
-
-
onProvideKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
open override fun onProvideKeyboardShortcuts(p0: MutableList<KeyboardShortcutGroup>, p1: Menu?, p2: Int)
-
-
-
-
-
-
- -
-
-
onProvideReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideReferrer(): Uri
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onRestart -
Link copied to clipboard
-
-
-
- -
-
open fun onRestart()
-
-
-
-
-
-
- -
-
-
onRestoreInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onRestoreInstanceState(p0: Bundle)
open fun onRestoreInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onResume()
-
-
-
-
-
-
- -
-
-
onResumeFragments -
Link copied to clipboard
-
-
-
- -
-
open fun onResumeFragments()
-
-
-
-
-
-
- -
-
-
onRetainCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun onRetainCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onRetainNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
override fun onRetainNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open override fun onSaveInstanceState(@NonNull() p0: Bundle)
open fun onSaveInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onSearchRequested -
Link copied to clipboard
-
-
-
- -
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open override fun onStart()
-
-
-
-
-
-
- -
-
-
onStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open override fun onStateNotSaved()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open override fun onStop()
-
-
-
-
-
-
- -
-
-
onSupportActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeFinished(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeStarted(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportContentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportContentChanged()
-
-
-
-
-
-
- -
-
-
onSupportNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onTitleChanged(p0: CharSequence, p1: Int)
-
-
-
-
-
-
- -
-
-
onTopResumedActivityChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onTopResumedActivityChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrimMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onTrimMemory(p0: Int)
-
-
-
-
-
-
- -
-
-
onUserInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun onUserInteraction()
-
-
-
-
-
-
- -
-
-
onUserLeaveHint -
Link copied to clipboard
-
-
-
- -
-
open fun onUserLeaveHint()
-
-
-
-
-
-
- -
-
-
onVisibleBehindCanceled -
Link copied to clipboard
-
-
-
- -
-
open fun onVisibleBehindCanceled()
-
-
-
-
-
-
- -
-
-
onWindowAttributesChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowAttributesChanged(p0: WindowManager.LayoutParams)
-
-
-
-
-
-
- -
-
-
onWindowFocusChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onWindowStartingActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingActionMode(p0: ActionMode.Callback): ActionMode?
open override fun onWindowStartingActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
onWindowStartingSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
openContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun openContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
openFileInput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
-
-
- -
-
-
openFileOutput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
-
-
- -
-
-
openOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun openOptionsMenu()
-
-
-
-
-
-
- -
-
-
openOrCreateDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory): SQLiteDatabase
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory, p3: DatabaseErrorHandler?): SQLiteDatabase
-
-
-
-
-
-
- -
-
-
overridePendingTransition -
Link copied to clipboard
-
-
-
- -
-
open fun overridePendingTransition(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
peekWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun peekWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
-
-
-
-
-
-
- -
-
-
putExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun putExtraData(p0: ComponentActivity.ExtraData)
-
-
-
-
-
-
- -
-
-
recreate -
Link copied to clipboard
-
-
-
- -
-
open fun recreate()
-
-
-
-
-
-
- -
-
-
registerActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
registerComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun registerComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
registerReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
-
-
- -
-
-
releaseInstance -
Link copied to clipboard
-
-
-
- -
-
open fun releaseInstance(): Boolean
-
-
-
-
-
-
- -
-
-
removeDialog -
Link copied to clipboard
-
-
-
- -
-
fun removeDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
reportFullyDrawn -
Link copied to clipboard
-
-
-
- -
-
open fun reportFullyDrawn()
-
-
-
-
-
-
- -
-
-
requestDragAndDropPermissions -
Link copied to clipboard
-
-
-
- -
-
open fun requestDragAndDropPermissions(p0: DragEvent): DragAndDropPermissions
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requestPermissionsFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun requestPermissionsFromFragment(@NonNull() p0: Fragment, @NonNull() p1: Array<String>, p2: Int)
-
-
-
-
-
-
- -
-
-
requestShowKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
fun requestShowKeyboardShortcuts()
-
-
-
-
-
-
- -
-
-
requestVisibleBehind -
Link copied to clipboard
-
-
-
- -
-
open fun requestVisibleBehind(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
requestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
fun requestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
requireViewById -
Link copied to clipboard
-
-
-
- -
-
fun <T : View> requireViewById(p0: Int): T
-
-
-
-
-
-
- -
-
-
revokeUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
routeToMainPage -
Link copied to clipboard
-
-
-
- -
-
open override fun routeToMainPage()
-
-
-
-
-
-
- -
-
-
runOnUiThread -
Link copied to clipboard
-
-
-
- -
-
fun runOnUiThread(p0: Runnable)
-
-
-
-
-
-
- -
-
-
sendBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
-
-
-
-
-
-
- -
-
-
sendBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
setActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun setContentTransitionManager(p0: TransitionManager)
-
-
-
-
-
-
- -
-
-
setContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun setContentView(p0: View)
open override fun setContentView(@LayoutRes() p0: Int)
open override fun setContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
setDefaultKeyMode -
Link copied to clipboard
-
-
-
- -
-
fun setDefaultKeyMode(p0: Int)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(p0: SharedElementCallback)
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(p0: SharedElementCallback)
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setFeatureDrawable -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawable(p0: Int, p1: Drawable)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableAlpha -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableAlpha(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableResource -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableResource(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableUri -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableUri(p0: Int, p1: Uri)
-
-
-
-
-
-
- -
-
-
setFinishOnTouchOutside -
Link copied to clipboard
-
-
-
- -
-
open fun setFinishOnTouchOutside(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun setImmersive(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInheritShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setInheritShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setIntent -
Link copied to clipboard
-
-
-
- -
-
open fun setIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
setMediaController -
Link copied to clipboard
-
-
-
- -
-
fun setMediaController(p0: MediaController)
-
-
-
-
-
-
- -
-
-
setPictureInPictureParams -
Link copied to clipboard
-
-
-
- -
-
open fun setPictureInPictureParams(p0: PictureInPictureParams)
-
-
-
-
-
-
- -
-
-
setProgress -
Link copied to clipboard
-
-
-
- -
-
fun setProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun setRequestedOrientation(p0: Int)
-
-
-
-
-
-
- -
-
-
setResult -
Link copied to clipboard
-
-
-
- -
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
setSecondaryProgress -
Link copied to clipboard
-
-
-
- -
-
fun setSecondaryProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportActionBar(@Nullable() p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setSupportProgress -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setTaskDescription -
Link copied to clipboard
-
-
-
- -
-
open fun setTaskDescription(p0: ActivityManager.TaskDescription)
-
-
-
-
-
-
- -
-
-
setTheme -
Link copied to clipboard
-
-
-
- -
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes() p0: Int)
-
-
-
-
-
-
- -
-
-
setTitle -
Link copied to clipboard
-
-
-
- -
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
-
-
- -
-
-
setTitleColor -
Link copied to clipboard
-
-
-
- -
-
open fun setTitleColor(p0: Int)
-
-
-
-
-
-
- -
-
-
setTurnScreenOn -
Link copied to clipboard
-
-
-
- -
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVisible -
Link copied to clipboard
-
-
-
- -
-
open fun setVisible(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun setVolumeControlStream(p0: Int)
-
-
-
-
-
-
- -
-
-
setVrModeEnabled -
Link copied to clipboard
-
-
-
- -
-
open fun setVrModeEnabled(p0: Boolean, p1: ComponentName)
-
-
-
-
-
-
- -
-
-
setWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
shouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun shouldUpRecreateTask(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
showAssist -
Link copied to clipboard
-
-
-
- -
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showDialog -
Link copied to clipboard
-
-
-
- -
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showLockTaskEscapeMessage -
Link copied to clipboard
-
-
-
- -
-
open fun showLockTaskEscapeMessage()
-
-
-
-
-
-
- -
-
-
startActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startActionMode(p0: ActionMode.Callback): ActionMode?
open fun startActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
startActivities -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle)
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivityForResult(p0: Intent, p1: Int)
open override fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int, p3: Bundle?)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int, @Nullable() p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityIfNeeded -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityIfNeeded(p0: Intent, p1: Int): Boolean
open fun startActivityIfNeeded(p0: Intent, p1: Int, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startForegroundService -
Link copied to clipboard
-
-
-
- -
-
open override fun startForegroundService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startInstrumentation -
Link copied to clipboard
-
-
-
- -
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startIntentSender -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int)
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromFragment(@NonNull() p0: Fragment, p1: IntentSender, p2: Int, @Nullable() p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable() p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun startLocalVoiceInteraction(p0: Bundle)
-
-
-
-
-
-
- -
-
-
startLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun startLockTask()
-
-
-
-
-
-
- -
-
-
startManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun startManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
startNextMatchingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startNextMatchingActivity(p0: Intent): Boolean
open fun startNextMatchingActivity(p0: Intent, p1: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
startSearch -
Link copied to clipboard
-
-
-
- -
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
-
-
- -
-
-
startService -
Link copied to clipboard
-
-
-
- -
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
stopLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun stopLocalVoiceInteraction()
-
-
-
-
-
-
- -
-
-
stopLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun stopLockTask()
-
-
-
-
-
-
- -
-
-
stopManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun stopManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
stopService -
Link copied to clipboard
-
-
-
- -
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
superDispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun superDispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
supportFinishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportFinishAfterTransition()
-
-
-
-
-
-
- -
-
-
supportInvalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
supportNavigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun supportNavigateUpTo(@NonNull() p0: Intent)
-
-
-
-
-
-
- -
-
-
supportPostponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportPostponeEnterTransition()
-
-
-
-
-
-
- -
-
-
supportRequestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
open fun supportRequestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
supportShouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun supportShouldUpRecreateTask(@NonNull() p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
supportStartPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportStartPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
takeKeyEvents -
Link copied to clipboard
-
-
-
- -
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
- -
-
-
triggerSearch -
Link copied to clipboard
-
-
-
- -
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
unbindService -
Link copied to clipboard
-
-
-
- -
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
-
-
- -
-
-
unregisterActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- - -
-
-
-
-
- -
-
-
unregisterComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
unregisterReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
-
-
- -
-
-
updateServiceGroup -
Link copied to clipboard
-
-
-
- -
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
-
-
- -
-
-
validateRequestPermissionsRequestCode -
Link copied to clipboard
-
-
-
- -
-
override fun validateRequestPermissionsRequestCode(p0: Int)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mCreated -
Link copied to clipboard
-
-
-
-
val mCreated: Boolean
-
-
-
-
- -
-
-
mFragmentLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mFragmentLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mFragments -
Link copied to clipboard
-
-
-
-
val mFragments: FragmentController
-
-
-
-
- -
-
-
mNextCandidateRequestIndex -
Link copied to clipboard
-
-
-
-
val mNextCandidateRequestIndex: Int
-
-
-
-
- -
-
-
mPendingFragmentActivityResults -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mRequestedPermissionsFromFragment -
Link copied to clipboard
-
-
-
-
val mRequestedPermissionsFromFragment: Boolean
-
-
-
-
- -
-
-
mResumed -
Link copied to clipboard
-
-
-
-
val mResumed: Boolean
-
-
-
-
- -
-
-
mStartedActivityFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedActivityFromFragment: Boolean
-
-
-
-
- -
-
-
mStartedIntentSenderFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedIntentSenderFromFragment: Boolean
-
-
-
-
- -
-
-
mStopped -
Link copied to clipboard
-
-
-
-
val mStopped: Boolean
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample3/-events-owner-activity/route-to-main-page.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample3/-events-owner-activity/route-to-main-page.html deleted file mode 100644 index 7082dc1c..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample3/-events-owner-activity/route-to-main-page.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - routeToMainPage - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

routeToMainPage

-
-
- -
-
open override fun routeToMainPage()
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample3/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample3/index.html deleted file mode 100644 index 449e3310..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample3/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - com.icerockdev.app.sample3 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.app.sample3

-
-
-
-
-

Types

-
-
-
-
EventsOwnerActivity -
Link copied to clipboard
-
-
-
- -
-
class EventsOwnerActivity : MvvmEventsActivity<<ERROR CLASS>, EventsOwnerViewModel, EventsOwnerViewModel.EventsListener> , EventsOwnerViewModel.EventsListener
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample4/-validation-merge-activity/-validation-merge-activity.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample4/-validation-merge-activity/-validation-merge-activity.html deleted file mode 100644 index 23d76809..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample4/-validation-merge-activity/-validation-merge-activity.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - ValidationMergeActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ValidationMergeActivity

-
-
- -
-
fun ValidationMergeActivity()
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample4/-validation-merge-activity/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample4/-validation-merge-activity/index.html deleted file mode 100644 index eaf54acd..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample4/-validation-merge-activity/index.html +++ /dev/null @@ -1,6559 +0,0 @@ - - - - ValidationMergeActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ValidationMergeActivity

-
class ValidationMergeActivity : MvvmActivity<<ERROR CLASS>, ValidationMergeViewModel>
-
-
-
-
-

Functions

-
-
-
-
addContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun addContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
applyOverrideConfiguration -
Link copied to clipboard
-
-
-
- -
-
open fun applyOverrideConfiguration(p0: Configuration)
-
-
-
-
-
-
- -
-
-
attachBaseContext -
Link copied to clipboard
-
-
-
- -
-
open override fun attachBaseContext(p0: Context)
-
-
-
-
-
-
- -
-
-
bindIsolatedService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindIsolatedService(p0: Intent, p1: Int, p2: String, p3: Executor, p4: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
bindService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
-
-
- -
-
-
checkSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
-
-
- -
-
-
clearWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun clearWallpaper()
-
-
-
-
-
-
- -
-
-
closeContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun closeContextMenu()
-
-
-
-
-
-
- -
-
-
closeOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun closeOptionsMenu()
-
-
-
-
-
-
- -
-
-
createConfigurationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createConfigurationContext(p0: Configuration): Context
-
-
-
-
-
-
- -
-
-
createContextForSplit -
Link copied to clipboard
-
-
-
- -
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
-
-
- -
-
-
createDeviceProtectedStorageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDeviceProtectedStorageContext(): Context
-
-
-
-
-
-
- -
-
-
createDisplayContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
-
-
- -
-
-
createPackageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
-
-
- -
-
-
createPendingResult -
Link copied to clipboard
-
-
-
- -
-
open fun createPendingResult(p0: Int, p1: Intent, p2: Int): PendingIntent
-
-
-
-
-
-
- -
-
-
databaseList -
Link copied to clipboard
-
-
-
- -
-
open override fun databaseList(): Array<String>
-
-
-
-
-
-
- -
-
-
deleteDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteFile -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
dismissDialog -
Link copied to clipboard
-
-
-
- -
-
fun dismissDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
dismissKeyboardShortcutsHelper -
Link copied to clipboard
-
-
-
- -
-
fun dismissKeyboardShortcutsHelper()
-
-
-
-
-
-
- -
-
-
dispatchFragmentsOnCreateView -
Link copied to clipboard
-
-
-
- -
-
fun dispatchFragmentsOnCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
dispatchGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyShortcutEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchPopulateAccessibilityEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open override fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforceCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforcePermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
-
-
- -
-
-
enforceUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
-
-
- -
-
-
enterPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun enterPictureInPictureMode()
open fun enterPictureInPictureMode(p0: PictureInPictureParams): Boolean
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
fileList -
Link copied to clipboard
-
-
-
- -
-
open override fun fileList(): Array<String>
-
-
-
-
-
-
- -
-
-
findViewById -
Link copied to clipboard
-
-
-
- -
-
open override fun <T : View> findViewById(@IdRes() p0: Int): T
-
-
-
-
-
-
- -
-
-
finish -
Link copied to clipboard
-
-
-
- -
-
open fun finish()
-
-
-
-
-
-
- -
-
-
finishActivity -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivity(p0: Int)
-
-
-
-
-
-
- -
-
-
finishActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivityFromChild(p0: Activity, p1: Int)
-
-
-
-
-
-
- -
-
-
finishAffinity -
Link copied to clipboard
-
-
-
- -
-
open fun finishAffinity()
-
-
-
-
-
-
- -
-
-
finishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun finishAfterTransition()
-
-
-
-
-
-
- -
-
-
finishAndRemoveTask -
Link copied to clipboard
-
-
-
- -
-
open fun finishAndRemoveTask()
-
-
-
-
-
-
- -
-
-
finishFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishFromChild(p0: Activity)
-
-
-
-
-
-
- -
-
-
getActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getApplication -
Link copied to clipboard
-
-
-
- -
-
fun getApplication(): Application
-
-
-
-
-
-
- -
-
-
getApplicationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationContext(): Context
-
-
-
-
-
-
- -
-
-
getApplicationInfo -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
-
-
- -
-
-
getAssets -
Link copied to clipboard
-
-
-
- -
-
open override fun getAssets(): AssetManager
-
-
-
-
-
-
- -
-
-
getBaseContext -
Link copied to clipboard
-
-
-
- -
-
open fun getBaseContext(): Context
-
-
-
-
-
-
- -
-
-
getCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCacheDir(): File
-
-
-
-
-
-
- -
-
-
getCallingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingActivity(): ComponentName?
-
-
-
-
-
-
- -
-
-
getCallingPackage -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingPackage(): String?
-
-
-
-
-
-
- -
-
-
getChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun getChangingConfigurations(): Int
-
-
-
-
-
-
- -
-
-
getClassLoader -
Link copied to clipboard
-
-
-
- -
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
-
-
- -
-
-
getCodeCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCodeCacheDir(): File
-
-
-
-
-
-
- -
-
-
getColor -
Link copied to clipboard
-
-
-
- -
-
fun getColor(p0: Int): Int
-
-
-
-
-
-
- -
-
-
getColorStateList -
Link copied to clipboard
-
-
-
- -
-
fun getColorStateList(p0: Int): ColorStateList
-
-
-
-
-
-
- -
-
-
getComponentName -
Link copied to clipboard
-
-
-
- -
-
open fun getComponentName(): ComponentName
-
-
-
-
-
-
- -
-
-
getContentResolver -
Link copied to clipboard
-
-
-
- -
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
-
-
- -
-
-
getContentScene -
Link copied to clipboard
-
-
-
- -
-
open fun getContentScene(): Scene
-
-
-
-
-
-
- -
-
-
getContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun getContentTransitionManager(): TransitionManager
-
-
-
-
-
-
- -
-
-
getCurrentFocus -
Link copied to clipboard
-
-
-
- -
-
open fun getCurrentFocus(): View?
-
-
-
-
-
-
- -
-
-
getDatabasePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
-
-
- -
-
-
getDataDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDataDir(): File
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getDelegate -
Link copied to clipboard
-
-
-
- -
-
open fun getDelegate(): AppCompatDelegate
-
-
-
-
-
-
- -
-
-
getDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
-
-
- -
-
-
getDrawable -
Link copied to clipboard
-
-
-
- -
-
fun getDrawable(p0: Int): Drawable?
-
-
-
-
-
-
- -
-
-
getDrawerToggleDelegate -
Link copied to clipboard
-
-
-
- -
-
open override fun getDrawerToggleDelegate(): ActionBarDrawerToggle.Delegate?
-
-
-
-
-
-
- -
-
-
getExternalCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDir(): File?
-
-
-
-
-
-
- -
-
-
getExternalCacheDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
-
-
- -
-
-
getExternalFilesDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalMediaDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun <T : ComponentActivity.ExtraData> getExtraData(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getFilesDir(): File
-
-
-
-
-
-
- -
-
-
getFileStreamPath -
Link copied to clipboard
-
-
-
- -
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getIntent(): Intent
-
-
-
-
-
-
- -
-
-
getLastCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLastNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun getLayoutInflater(): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getLocalClassName -
Link copied to clipboard
-
-
-
- -
-
open fun getLocalClassName(): String
-
-
-
-
-
-
- -
-
-
getMainExecutor -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainExecutor(): Executor
-
-
-
-
-
-
- -
-
-
getMainLooper -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainLooper(): Looper
-
-
-
-
-
-
- -
-
-
getMaxNumPictureInPictureActions -
Link copied to clipboard
-
-
-
- -
-
open fun getMaxNumPictureInPictureActions(): Int
-
-
-
-
-
-
- -
-
-
getMediaController -
Link copied to clipboard
-
-
-
- -
-
fun getMediaController(): MediaController
-
-
-
-
-
-
- -
-
-
getMenuInflater -
Link copied to clipboard
-
-
-
- -
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
-
-
- -
-
-
getNoBackupFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
-
-
- -
-
-
getObbDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDir(): File
-
-
-
-
-
-
- -
-
-
getObbDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getOnBackPressedDispatcher -
Link copied to clipboard
-
-
-
- -
-
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher
-
-
-
-
-
-
- -
-
-
getOpPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getOpPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageCodePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageCodePath(): String
-
-
-
-
-
-
- -
-
-
getPackageManager -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageManager(): PackageManager
-
-
-
-
-
-
- -
-
-
getPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageResourcePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageResourcePath(): String
-
-
-
-
-
-
- -
-
-
getParent -
Link copied to clipboard
-
-
-
- -
-
fun getParent(): Activity
-
-
-
-
-
-
- -
-
-
getParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getPreferences -
Link copied to clipboard
-
-
-
- -
-
open fun getPreferences(p0: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun getReferrer(): Uri?
-
-
-
-
-
-
- -
-
-
getRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun getRequestedOrientation(): Int
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
open override fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSearchEvent -
Link copied to clipboard
-
-
-
- -
-
fun getSearchEvent(): SearchEvent
-
-
-
-
-
-
- -
-
-
getSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getSupportFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getSupportLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getSupportParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun getSupportParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getSystemService -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getSystemServiceName -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
-
-
- -
-
-
getTaskId -
Link copied to clipboard
-
-
-
- -
-
open fun getTaskId(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getTheme -
Link copied to clipboard
-
-
-
- -
-
open override fun getTheme(): Resources.Theme
-
-
-
-
-
-
- -
-
-
getTitle -
Link copied to clipboard
-
-
-
- -
-
fun getTitle(): CharSequence
-
-
-
-
-
-
- -
-
-
getTitleColor -
Link copied to clipboard
-
-
-
- -
-
fun getTitleColor(): Int
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
getVoiceInteractor -
Link copied to clipboard
-
-
-
- -
-
open fun getVoiceInteractor(): VoiceInteractor
-
-
-
-
-
-
- -
-
-
getVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun getVolumeControlStream(): Int
-
-
-
-
-
-
- -
-
-
getWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumHeight -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumHeight(): Int
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumWidth -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumWidth(): Int
-
-
-
-
-
-
- -
-
-
getWindow -
Link copied to clipboard
-
-
-
- -
-
open fun getWindow(): Window
-
-
-
-
-
-
- -
-
-
getWindowManager -
Link copied to clipboard
-
-
-
- -
-
open fun getWindowManager(): WindowManager
-
-
-
-
-
-
- -
-
-
grantUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasWindowFocus -
Link copied to clipboard
-
-
-
- -
-
open fun hasWindowFocus(): Boolean
-
-
-
-
-
-
- -
-
-
invalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun invalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
isActivityTransitionRunning -
Link copied to clipboard
-
-
-
- -
-
open fun isActivityTransitionRunning(): Boolean
-
-
-
-
-
-
- -
-
-
isChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun isChangingConfigurations(): Boolean
-
-
-
-
-
-
- -
-
-
isChild -
Link copied to clipboard
-
-
-
- -
-
fun isChild(): Boolean
-
-
-
-
-
-
- -
-
-
isDestroyed -
Link copied to clipboard
-
-
-
- -
-
open fun isDestroyed(): Boolean
-
-
-
-
-
-
- -
-
-
isDeviceProtectedStorage -
Link copied to clipboard
-
-
-
- -
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
-
-
- -
-
-
isFinishing -
Link copied to clipboard
-
-
-
- -
-
open fun isFinishing(): Boolean
-
-
-
-
-
-
- -
-
-
isImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun isImmersive(): Boolean
-
-
-
-
-
-
- -
-
-
isInMultiWindowMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInMultiWindowMode(): Boolean
-
-
-
-
-
-
- -
-
-
isInPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInPictureInPictureMode(): Boolean
-
-
-
-
-
-
- -
-
-
isLocalVoiceInteractionSupported -
Link copied to clipboard
-
-
-
- -
-
open fun isLocalVoiceInteractionSupported(): Boolean
-
-
-
-
-
-
- -
-
-
isRestricted -
Link copied to clipboard
-
-
-
- -
-
open override fun isRestricted(): Boolean
-
-
-
-
-
-
- -
-
-
isTaskRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isTaskRoot(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteraction(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteractionRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteractionRoot(): Boolean
-
-
-
-
-
-
- -
-
-
managedQuery -
Link copied to clipboard
-
-
-
- -
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
-
-
- -
-
-
moveDatabaseFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveSharedPreferencesFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveTaskToBack -
Link copied to clipboard
-
-
-
- -
-
open fun moveTaskToBack(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpToFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpToFromChild(p0: Activity, p1: Intent): Boolean
-
-
-
-
-
-
- -
-
-
obtainStyledAttributes -
Link copied to clipboard
-
-
-
- -
-
fun obtainStyledAttributes(p0: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: Int, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray, p2: Int, p3: Int): TypedArray
-
-
-
-
-
-
- -
-
-
onActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActivityReenter -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onApplyThemeResource -
Link copied to clipboard
-
-
-
- -
-
open override fun onApplyThemeResource(p0: Resources.Theme, p1: Int, p2: Boolean)
-
-
-
-
-
-
- -
-
-
onAttachedToWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onAttachedToWindow()
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(p0: Fragment)
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onBackPressed -
Link copied to clipboard
-
-
-
- -
-
open override fun onBackPressed()
-
-
-
-
-
-
- -
-
-
onChildTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onChildTitleChanged(p0: Activity, p1: CharSequence)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContentChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onContentChanged()
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onContextMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onContextMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(p0: ContextMenu, p1: View, p2: ContextMenu.ContextMenuInfo)
-
-
-
-
-
-
- -
-
-
onCreateDescription -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDescription(): CharSequence?
-
-
-
-
-
-
- -
-
-
onCreateDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDialog(p0: Int): Dialog
open fun onCreateDialog(p0: Int, p1: Bundle): Dialog?
-
-
-
-
-
-
- -
-
-
onCreateNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelMenu(p0: Int, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
-
-
- -
-
-
onCreateSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateThumbnail -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateThumbnail(p0: Bitmap, p1: Canvas): Boolean
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(@NonNull() p0: String, @NonNull() p1: Context, @NonNull() p2: AttributeSet): View?
open override fun onCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDetachedFromWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onDetachedFromWindow()
-
-
-
-
-
-
- -
-
-
onEnterAnimationComplete -
Link copied to clipboard
-
-
-
- -
-
open fun onEnterAnimationComplete()
-
-
-
-
-
-
- -
-
-
onGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onGetDirectActions -
Link copied to clipboard
-
-
-
- -
-
open fun onGetDirectActions(p0: CancellationSignal, p1: Consumer<MutableList<DirectAction>>)
-
-
-
-
-
-
- -
-
-
onKeyDown -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyLongPress -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyMultiple -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyShortcut -
Link copied to clipboard
-
-
-
- -
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyUp -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStarted -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStarted()
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStopped -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStopped()
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMenuItemSelected -
Link copied to clipboard
-
-
-
- -
-
override fun onMenuItemSelected(p0: Int, @NonNull() p1: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onMenuOpened -
Link copied to clipboard
-
-
-
- -
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onMultiWindowModeChanged(p0: Boolean)
open fun onMultiWindowModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onNavigateUpFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUpFromChild(p0: Activity): Boolean
-
-
-
-
-
-
- -
-
-
onNewIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun onNewIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
onNightModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onNightModeChanged(p0: Int)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onPanelClosed -
Link copied to clipboard
-
-
-
- -
-
open override fun onPanelClosed(p0: Int, @NonNull() p1: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open override fun onPause()
-
-
-
-
-
-
- -
-
-
onPerformDirectAction -
Link copied to clipboard
-
-
-
- -
-
open fun onPerformDirectAction(p0: String, p1: Bundle, p2: CancellationSignal, p3: Consumer<Bundle>)
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onPictureInPictureModeChanged(p0: Boolean)
open fun onPictureInPictureModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onPointerCaptureChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPointerCaptureChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPostCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostCreate(@Nullable() p0: Bundle?)
open fun onPostCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onPostResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostResume()
-
-
-
-
-
-
- -
-
-
onPrepareDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareDialog(p0: Int, p1: Dialog)
open fun onPrepareDialog(p0: Int, p1: Dialog, p2: Bundle)
-
-
-
-
-
-
- -
-
-
onPrepareNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareOptionsPanel -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsPanel(@Nullable() p0: View?, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPreparePanel -
Link copied to clipboard
-
-
-
- -
-
open override fun onPreparePanel(p0: Int, @Nullable() p1: View?, @NonNull() p2: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onProvideAssistContent -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistContent(p0: AssistContent)
-
-
-
-
-
-
- -
-
-
onProvideAssistData -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistData(p0: Bundle)
-
-
-
-
-
-
- -
-
-
onProvideKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
open override fun onProvideKeyboardShortcuts(p0: MutableList<KeyboardShortcutGroup>, p1: Menu?, p2: Int)
-
-
-
-
-
-
- -
-
-
onProvideReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideReferrer(): Uri
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onRestart -
Link copied to clipboard
-
-
-
- -
-
open fun onRestart()
-
-
-
-
-
-
- -
-
-
onRestoreInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onRestoreInstanceState(p0: Bundle)
open fun onRestoreInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onResume()
-
-
-
-
-
-
- -
-
-
onResumeFragments -
Link copied to clipboard
-
-
-
- -
-
open fun onResumeFragments()
-
-
-
-
-
-
- -
-
-
onRetainCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun onRetainCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onRetainNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
override fun onRetainNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open override fun onSaveInstanceState(@NonNull() p0: Bundle)
open fun onSaveInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onSearchRequested -
Link copied to clipboard
-
-
-
- -
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open override fun onStart()
-
-
-
-
-
-
- -
-
-
onStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open override fun onStateNotSaved()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open override fun onStop()
-
-
-
-
-
-
- -
-
-
onSupportActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeFinished(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeStarted(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportContentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportContentChanged()
-
-
-
-
-
-
- -
-
-
onSupportNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onTitleChanged(p0: CharSequence, p1: Int)
-
-
-
-
-
-
- -
-
-
onTopResumedActivityChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onTopResumedActivityChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrimMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onTrimMemory(p0: Int)
-
-
-
-
-
-
- -
-
-
onUserInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun onUserInteraction()
-
-
-
-
-
-
- -
-
-
onUserLeaveHint -
Link copied to clipboard
-
-
-
- -
-
open fun onUserLeaveHint()
-
-
-
-
-
-
- -
-
-
onVisibleBehindCanceled -
Link copied to clipboard
-
-
-
- -
-
open fun onVisibleBehindCanceled()
-
-
-
-
-
-
- -
-
-
onWindowAttributesChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowAttributesChanged(p0: WindowManager.LayoutParams)
-
-
-
-
-
-
- -
-
-
onWindowFocusChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onWindowStartingActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingActionMode(p0: ActionMode.Callback): ActionMode?
open override fun onWindowStartingActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
onWindowStartingSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
openContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun openContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
openFileInput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
-
-
- -
-
-
openFileOutput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
-
-
- -
-
-
openOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun openOptionsMenu()
-
-
-
-
-
-
- -
-
-
openOrCreateDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory): SQLiteDatabase
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory, p3: DatabaseErrorHandler?): SQLiteDatabase
-
-
-
-
-
-
- -
-
-
overridePendingTransition -
Link copied to clipboard
-
-
-
- -
-
open fun overridePendingTransition(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
peekWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun peekWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
-
-
-
-
-
-
- -
-
-
putExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun putExtraData(p0: ComponentActivity.ExtraData)
-
-
-
-
-
-
- -
-
-
recreate -
Link copied to clipboard
-
-
-
- -
-
open fun recreate()
-
-
-
-
-
-
- -
-
-
registerActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
registerComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun registerComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
registerReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
-
-
- -
-
-
releaseInstance -
Link copied to clipboard
-
-
-
- -
-
open fun releaseInstance(): Boolean
-
-
-
-
-
-
- -
-
-
removeDialog -
Link copied to clipboard
-
-
-
- -
-
fun removeDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
reportFullyDrawn -
Link copied to clipboard
-
-
-
- -
-
open fun reportFullyDrawn()
-
-
-
-
-
-
- -
-
-
requestDragAndDropPermissions -
Link copied to clipboard
-
-
-
- -
-
open fun requestDragAndDropPermissions(p0: DragEvent): DragAndDropPermissions
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requestPermissionsFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun requestPermissionsFromFragment(@NonNull() p0: Fragment, @NonNull() p1: Array<String>, p2: Int)
-
-
-
-
-
-
- -
-
-
requestShowKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
fun requestShowKeyboardShortcuts()
-
-
-
-
-
-
- -
-
-
requestVisibleBehind -
Link copied to clipboard
-
-
-
- -
-
open fun requestVisibleBehind(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
requestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
fun requestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
requireViewById -
Link copied to clipboard
-
-
-
- -
-
fun <T : View> requireViewById(p0: Int): T
-
-
-
-
-
-
- -
-
-
revokeUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
runOnUiThread -
Link copied to clipboard
-
-
-
- -
-
fun runOnUiThread(p0: Runnable)
-
-
-
-
-
-
- -
-
-
sendBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
-
-
-
-
-
-
- -
-
-
sendBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
setActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun setContentTransitionManager(p0: TransitionManager)
-
-
-
-
-
-
- -
-
-
setContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun setContentView(p0: View)
open override fun setContentView(@LayoutRes() p0: Int)
open override fun setContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
setDefaultKeyMode -
Link copied to clipboard
-
-
-
- -
-
fun setDefaultKeyMode(p0: Int)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(p0: SharedElementCallback)
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(p0: SharedElementCallback)
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setFeatureDrawable -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawable(p0: Int, p1: Drawable)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableAlpha -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableAlpha(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableResource -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableResource(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableUri -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableUri(p0: Int, p1: Uri)
-
-
-
-
-
-
- -
-
-
setFinishOnTouchOutside -
Link copied to clipboard
-
-
-
- -
-
open fun setFinishOnTouchOutside(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun setImmersive(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInheritShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setInheritShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setIntent -
Link copied to clipboard
-
-
-
- -
-
open fun setIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
setMediaController -
Link copied to clipboard
-
-
-
- -
-
fun setMediaController(p0: MediaController)
-
-
-
-
-
-
- -
-
-
setPictureInPictureParams -
Link copied to clipboard
-
-
-
- -
-
open fun setPictureInPictureParams(p0: PictureInPictureParams)
-
-
-
-
-
-
- -
-
-
setProgress -
Link copied to clipboard
-
-
-
- -
-
fun setProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun setRequestedOrientation(p0: Int)
-
-
-
-
-
-
- -
-
-
setResult -
Link copied to clipboard
-
-
-
- -
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
setSecondaryProgress -
Link copied to clipboard
-
-
-
- -
-
fun setSecondaryProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportActionBar(@Nullable() p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setSupportProgress -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setTaskDescription -
Link copied to clipboard
-
-
-
- -
-
open fun setTaskDescription(p0: ActivityManager.TaskDescription)
-
-
-
-
-
-
- -
-
-
setTheme -
Link copied to clipboard
-
-
-
- -
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes() p0: Int)
-
-
-
-
-
-
- -
-
-
setTitle -
Link copied to clipboard
-
-
-
- -
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
-
-
- -
-
-
setTitleColor -
Link copied to clipboard
-
-
-
- -
-
open fun setTitleColor(p0: Int)
-
-
-
-
-
-
- -
-
-
setTurnScreenOn -
Link copied to clipboard
-
-
-
- -
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVisible -
Link copied to clipboard
-
-
-
- -
-
open fun setVisible(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun setVolumeControlStream(p0: Int)
-
-
-
-
-
-
- -
-
-
setVrModeEnabled -
Link copied to clipboard
-
-
-
- -
-
open fun setVrModeEnabled(p0: Boolean, p1: ComponentName)
-
-
-
-
-
-
- -
-
-
setWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
shouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun shouldUpRecreateTask(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
showAssist -
Link copied to clipboard
-
-
-
- -
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showDialog -
Link copied to clipboard
-
-
-
- -
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showLockTaskEscapeMessage -
Link copied to clipboard
-
-
-
- -
-
open fun showLockTaskEscapeMessage()
-
-
-
-
-
-
- -
-
-
startActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startActionMode(p0: ActionMode.Callback): ActionMode?
open fun startActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
startActivities -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle)
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivityForResult(p0: Intent, p1: Int)
open override fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int, p3: Bundle?)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int, @Nullable() p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityIfNeeded -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityIfNeeded(p0: Intent, p1: Int): Boolean
open fun startActivityIfNeeded(p0: Intent, p1: Int, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startForegroundService -
Link copied to clipboard
-
-
-
- -
-
open override fun startForegroundService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startInstrumentation -
Link copied to clipboard
-
-
-
- -
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startIntentSender -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int)
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromFragment(@NonNull() p0: Fragment, p1: IntentSender, p2: Int, @Nullable() p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable() p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun startLocalVoiceInteraction(p0: Bundle)
-
-
-
-
-
-
- -
-
-
startLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun startLockTask()
-
-
-
-
-
-
- -
-
-
startManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun startManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
startNextMatchingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startNextMatchingActivity(p0: Intent): Boolean
open fun startNextMatchingActivity(p0: Intent, p1: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
startSearch -
Link copied to clipboard
-
-
-
- -
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
-
-
- -
-
-
startService -
Link copied to clipboard
-
-
-
- -
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
stopLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun stopLocalVoiceInteraction()
-
-
-
-
-
-
- -
-
-
stopLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun stopLockTask()
-
-
-
-
-
-
- -
-
-
stopManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun stopManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
stopService -
Link copied to clipboard
-
-
-
- -
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
superDispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun superDispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
supportFinishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportFinishAfterTransition()
-
-
-
-
-
-
- -
-
-
supportInvalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
supportNavigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun supportNavigateUpTo(@NonNull() p0: Intent)
-
-
-
-
-
-
- -
-
-
supportPostponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportPostponeEnterTransition()
-
-
-
-
-
-
- -
-
-
supportRequestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
open fun supportRequestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
supportShouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun supportShouldUpRecreateTask(@NonNull() p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
supportStartPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportStartPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
takeKeyEvents -
Link copied to clipboard
-
-
-
- -
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
- -
-
-
triggerSearch -
Link copied to clipboard
-
-
-
- -
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
unbindService -
Link copied to clipboard
-
-
-
- -
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
-
-
- -
-
-
unregisterActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- - -
-
-
-
-
- -
-
-
unregisterComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
unregisterReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
-
-
- -
-
-
updateServiceGroup -
Link copied to clipboard
-
-
-
- -
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
-
-
- -
-
-
validateRequestPermissionsRequestCode -
Link copied to clipboard
-
-
-
- -
-
override fun validateRequestPermissionsRequestCode(p0: Int)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mCreated -
Link copied to clipboard
-
-
-
-
val mCreated: Boolean
-
-
-
-
- -
-
-
mFragmentLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mFragmentLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mFragments -
Link copied to clipboard
-
-
-
-
val mFragments: FragmentController
-
-
-
-
- -
-
-
mNextCandidateRequestIndex -
Link copied to clipboard
-
-
-
-
val mNextCandidateRequestIndex: Int
-
-
-
-
- -
-
-
mPendingFragmentActivityResults -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mRequestedPermissionsFromFragment -
Link copied to clipboard
-
-
-
-
val mRequestedPermissionsFromFragment: Boolean
-
-
-
-
- -
-
-
mResumed -
Link copied to clipboard
-
-
-
-
val mResumed: Boolean
-
-
-
-
- -
-
-
mStartedActivityFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedActivityFromFragment: Boolean
-
-
-
-
- -
-
-
mStartedIntentSenderFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedIntentSenderFromFragment: Boolean
-
-
-
-
- -
-
-
mStopped -
Link copied to clipboard
-
-
-
-
val mStopped: Boolean
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample4/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample4/index.html deleted file mode 100644 index 8d65e81d..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample4/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - com.icerockdev.app.sample4 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.app.sample4

-
-
-
-
-

Types

-
-
-
-
ValidationMergeActivity -
Link copied to clipboard
-
-
-
- -
-
class ValidationMergeActivity : MvvmActivity<<ERROR CLASS>, ValidationMergeViewModel>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample5/-validation-all-activity/-validation-all-activity.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample5/-validation-all-activity/-validation-all-activity.html deleted file mode 100644 index 4750f19e..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample5/-validation-all-activity/-validation-all-activity.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - ValidationAllActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ValidationAllActivity

-
-
- -
-
fun ValidationAllActivity()
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample5/-validation-all-activity/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample5/-validation-all-activity/index.html deleted file mode 100644 index 542abb9a..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample5/-validation-all-activity/index.html +++ /dev/null @@ -1,6559 +0,0 @@ - - - - ValidationAllActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ValidationAllActivity

-
class ValidationAllActivity : MvvmActivity<<ERROR CLASS>, ValidationAllViewModel>
-
-
-
-
-

Functions

-
-
-
-
addContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun addContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
applyOverrideConfiguration -
Link copied to clipboard
-
-
-
- -
-
open fun applyOverrideConfiguration(p0: Configuration)
-
-
-
-
-
-
- -
-
-
attachBaseContext -
Link copied to clipboard
-
-
-
- -
-
open override fun attachBaseContext(p0: Context)
-
-
-
-
-
-
- -
-
-
bindIsolatedService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindIsolatedService(p0: Intent, p1: Int, p2: String, p3: Executor, p4: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
bindService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
-
-
- -
-
-
checkSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
-
-
- -
-
-
clearWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun clearWallpaper()
-
-
-
-
-
-
- -
-
-
closeContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun closeContextMenu()
-
-
-
-
-
-
- -
-
-
closeOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun closeOptionsMenu()
-
-
-
-
-
-
- -
-
-
createConfigurationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createConfigurationContext(p0: Configuration): Context
-
-
-
-
-
-
- -
-
-
createContextForSplit -
Link copied to clipboard
-
-
-
- -
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
-
-
- -
-
-
createDeviceProtectedStorageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDeviceProtectedStorageContext(): Context
-
-
-
-
-
-
- -
-
-
createDisplayContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
-
-
- -
-
-
createPackageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
-
-
- -
-
-
createPendingResult -
Link copied to clipboard
-
-
-
- -
-
open fun createPendingResult(p0: Int, p1: Intent, p2: Int): PendingIntent
-
-
-
-
-
-
- -
-
-
databaseList -
Link copied to clipboard
-
-
-
- -
-
open override fun databaseList(): Array<String>
-
-
-
-
-
-
- -
-
-
deleteDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteFile -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
dismissDialog -
Link copied to clipboard
-
-
-
- -
-
fun dismissDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
dismissKeyboardShortcutsHelper -
Link copied to clipboard
-
-
-
- -
-
fun dismissKeyboardShortcutsHelper()
-
-
-
-
-
-
- -
-
-
dispatchFragmentsOnCreateView -
Link copied to clipboard
-
-
-
- -
-
fun dispatchFragmentsOnCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
dispatchGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyShortcutEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchPopulateAccessibilityEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open override fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforceCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforcePermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
-
-
- -
-
-
enforceUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
-
-
- -
-
-
enterPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun enterPictureInPictureMode()
open fun enterPictureInPictureMode(p0: PictureInPictureParams): Boolean
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
fileList -
Link copied to clipboard
-
-
-
- -
-
open override fun fileList(): Array<String>
-
-
-
-
-
-
- -
-
-
findViewById -
Link copied to clipboard
-
-
-
- -
-
open override fun <T : View> findViewById(@IdRes() p0: Int): T
-
-
-
-
-
-
- -
-
-
finish -
Link copied to clipboard
-
-
-
- -
-
open fun finish()
-
-
-
-
-
-
- -
-
-
finishActivity -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivity(p0: Int)
-
-
-
-
-
-
- -
-
-
finishActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivityFromChild(p0: Activity, p1: Int)
-
-
-
-
-
-
- -
-
-
finishAffinity -
Link copied to clipboard
-
-
-
- -
-
open fun finishAffinity()
-
-
-
-
-
-
- -
-
-
finishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun finishAfterTransition()
-
-
-
-
-
-
- -
-
-
finishAndRemoveTask -
Link copied to clipboard
-
-
-
- -
-
open fun finishAndRemoveTask()
-
-
-
-
-
-
- -
-
-
finishFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishFromChild(p0: Activity)
-
-
-
-
-
-
- -
-
-
getActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getApplication -
Link copied to clipboard
-
-
-
- -
-
fun getApplication(): Application
-
-
-
-
-
-
- -
-
-
getApplicationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationContext(): Context
-
-
-
-
-
-
- -
-
-
getApplicationInfo -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
-
-
- -
-
-
getAssets -
Link copied to clipboard
-
-
-
- -
-
open override fun getAssets(): AssetManager
-
-
-
-
-
-
- -
-
-
getBaseContext -
Link copied to clipboard
-
-
-
- -
-
open fun getBaseContext(): Context
-
-
-
-
-
-
- -
-
-
getCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCacheDir(): File
-
-
-
-
-
-
- -
-
-
getCallingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingActivity(): ComponentName?
-
-
-
-
-
-
- -
-
-
getCallingPackage -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingPackage(): String?
-
-
-
-
-
-
- -
-
-
getChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun getChangingConfigurations(): Int
-
-
-
-
-
-
- -
-
-
getClassLoader -
Link copied to clipboard
-
-
-
- -
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
-
-
- -
-
-
getCodeCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCodeCacheDir(): File
-
-
-
-
-
-
- -
-
-
getColor -
Link copied to clipboard
-
-
-
- -
-
fun getColor(p0: Int): Int
-
-
-
-
-
-
- -
-
-
getColorStateList -
Link copied to clipboard
-
-
-
- -
-
fun getColorStateList(p0: Int): ColorStateList
-
-
-
-
-
-
- -
-
-
getComponentName -
Link copied to clipboard
-
-
-
- -
-
open fun getComponentName(): ComponentName
-
-
-
-
-
-
- -
-
-
getContentResolver -
Link copied to clipboard
-
-
-
- -
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
-
-
- -
-
-
getContentScene -
Link copied to clipboard
-
-
-
- -
-
open fun getContentScene(): Scene
-
-
-
-
-
-
- -
-
-
getContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun getContentTransitionManager(): TransitionManager
-
-
-
-
-
-
- -
-
-
getCurrentFocus -
Link copied to clipboard
-
-
-
- -
-
open fun getCurrentFocus(): View?
-
-
-
-
-
-
- -
-
-
getDatabasePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
-
-
- -
-
-
getDataDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDataDir(): File
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getDelegate -
Link copied to clipboard
-
-
-
- -
-
open fun getDelegate(): AppCompatDelegate
-
-
-
-
-
-
- -
-
-
getDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
-
-
- -
-
-
getDrawable -
Link copied to clipboard
-
-
-
- -
-
fun getDrawable(p0: Int): Drawable?
-
-
-
-
-
-
- -
-
-
getDrawerToggleDelegate -
Link copied to clipboard
-
-
-
- -
-
open override fun getDrawerToggleDelegate(): ActionBarDrawerToggle.Delegate?
-
-
-
-
-
-
- -
-
-
getExternalCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDir(): File?
-
-
-
-
-
-
- -
-
-
getExternalCacheDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
-
-
- -
-
-
getExternalFilesDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalMediaDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun <T : ComponentActivity.ExtraData> getExtraData(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getFilesDir(): File
-
-
-
-
-
-
- -
-
-
getFileStreamPath -
Link copied to clipboard
-
-
-
- -
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getIntent(): Intent
-
-
-
-
-
-
- -
-
-
getLastCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLastNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun getLayoutInflater(): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getLocalClassName -
Link copied to clipboard
-
-
-
- -
-
open fun getLocalClassName(): String
-
-
-
-
-
-
- -
-
-
getMainExecutor -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainExecutor(): Executor
-
-
-
-
-
-
- -
-
-
getMainLooper -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainLooper(): Looper
-
-
-
-
-
-
- -
-
-
getMaxNumPictureInPictureActions -
Link copied to clipboard
-
-
-
- -
-
open fun getMaxNumPictureInPictureActions(): Int
-
-
-
-
-
-
- -
-
-
getMediaController -
Link copied to clipboard
-
-
-
- -
-
fun getMediaController(): MediaController
-
-
-
-
-
-
- -
-
-
getMenuInflater -
Link copied to clipboard
-
-
-
- -
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
-
-
- -
-
-
getNoBackupFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
-
-
- -
-
-
getObbDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDir(): File
-
-
-
-
-
-
- -
-
-
getObbDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getOnBackPressedDispatcher -
Link copied to clipboard
-
-
-
- -
-
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher
-
-
-
-
-
-
- -
-
-
getOpPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getOpPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageCodePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageCodePath(): String
-
-
-
-
-
-
- -
-
-
getPackageManager -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageManager(): PackageManager
-
-
-
-
-
-
- -
-
-
getPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageResourcePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageResourcePath(): String
-
-
-
-
-
-
- -
-
-
getParent -
Link copied to clipboard
-
-
-
- -
-
fun getParent(): Activity
-
-
-
-
-
-
- -
-
-
getParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getPreferences -
Link copied to clipboard
-
-
-
- -
-
open fun getPreferences(p0: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun getReferrer(): Uri?
-
-
-
-
-
-
- -
-
-
getRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun getRequestedOrientation(): Int
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
open override fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSearchEvent -
Link copied to clipboard
-
-
-
- -
-
fun getSearchEvent(): SearchEvent
-
-
-
-
-
-
- -
-
-
getSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getSupportFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getSupportLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getSupportParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun getSupportParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getSystemService -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getSystemServiceName -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
-
-
- -
-
-
getTaskId -
Link copied to clipboard
-
-
-
- -
-
open fun getTaskId(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getTheme -
Link copied to clipboard
-
-
-
- -
-
open override fun getTheme(): Resources.Theme
-
-
-
-
-
-
- -
-
-
getTitle -
Link copied to clipboard
-
-
-
- -
-
fun getTitle(): CharSequence
-
-
-
-
-
-
- -
-
-
getTitleColor -
Link copied to clipboard
-
-
-
- -
-
fun getTitleColor(): Int
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
getVoiceInteractor -
Link copied to clipboard
-
-
-
- -
-
open fun getVoiceInteractor(): VoiceInteractor
-
-
-
-
-
-
- -
-
-
getVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun getVolumeControlStream(): Int
-
-
-
-
-
-
- -
-
-
getWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumHeight -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumHeight(): Int
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumWidth -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumWidth(): Int
-
-
-
-
-
-
- -
-
-
getWindow -
Link copied to clipboard
-
-
-
- -
-
open fun getWindow(): Window
-
-
-
-
-
-
- -
-
-
getWindowManager -
Link copied to clipboard
-
-
-
- -
-
open fun getWindowManager(): WindowManager
-
-
-
-
-
-
- -
-
-
grantUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasWindowFocus -
Link copied to clipboard
-
-
-
- -
-
open fun hasWindowFocus(): Boolean
-
-
-
-
-
-
- -
-
-
invalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun invalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
isActivityTransitionRunning -
Link copied to clipboard
-
-
-
- -
-
open fun isActivityTransitionRunning(): Boolean
-
-
-
-
-
-
- -
-
-
isChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun isChangingConfigurations(): Boolean
-
-
-
-
-
-
- -
-
-
isChild -
Link copied to clipboard
-
-
-
- -
-
fun isChild(): Boolean
-
-
-
-
-
-
- -
-
-
isDestroyed -
Link copied to clipboard
-
-
-
- -
-
open fun isDestroyed(): Boolean
-
-
-
-
-
-
- -
-
-
isDeviceProtectedStorage -
Link copied to clipboard
-
-
-
- -
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
-
-
- -
-
-
isFinishing -
Link copied to clipboard
-
-
-
- -
-
open fun isFinishing(): Boolean
-
-
-
-
-
-
- -
-
-
isImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun isImmersive(): Boolean
-
-
-
-
-
-
- -
-
-
isInMultiWindowMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInMultiWindowMode(): Boolean
-
-
-
-
-
-
- -
-
-
isInPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInPictureInPictureMode(): Boolean
-
-
-
-
-
-
- -
-
-
isLocalVoiceInteractionSupported -
Link copied to clipboard
-
-
-
- -
-
open fun isLocalVoiceInteractionSupported(): Boolean
-
-
-
-
-
-
- -
-
-
isRestricted -
Link copied to clipboard
-
-
-
- -
-
open override fun isRestricted(): Boolean
-
-
-
-
-
-
- -
-
-
isTaskRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isTaskRoot(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteraction(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteractionRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteractionRoot(): Boolean
-
-
-
-
-
-
- -
-
-
managedQuery -
Link copied to clipboard
-
-
-
- -
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
-
-
- -
-
-
moveDatabaseFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveSharedPreferencesFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveTaskToBack -
Link copied to clipboard
-
-
-
- -
-
open fun moveTaskToBack(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpToFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpToFromChild(p0: Activity, p1: Intent): Boolean
-
-
-
-
-
-
- -
-
-
obtainStyledAttributes -
Link copied to clipboard
-
-
-
- -
-
fun obtainStyledAttributes(p0: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: Int, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray, p2: Int, p3: Int): TypedArray
-
-
-
-
-
-
- -
-
-
onActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActivityReenter -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onApplyThemeResource -
Link copied to clipboard
-
-
-
- -
-
open override fun onApplyThemeResource(p0: Resources.Theme, p1: Int, p2: Boolean)
-
-
-
-
-
-
- -
-
-
onAttachedToWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onAttachedToWindow()
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(p0: Fragment)
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onBackPressed -
Link copied to clipboard
-
-
-
- -
-
open override fun onBackPressed()
-
-
-
-
-
-
- -
-
-
onChildTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onChildTitleChanged(p0: Activity, p1: CharSequence)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContentChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onContentChanged()
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onContextMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onContextMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(p0: ContextMenu, p1: View, p2: ContextMenu.ContextMenuInfo)
-
-
-
-
-
-
- -
-
-
onCreateDescription -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDescription(): CharSequence?
-
-
-
-
-
-
- -
-
-
onCreateDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDialog(p0: Int): Dialog
open fun onCreateDialog(p0: Int, p1: Bundle): Dialog?
-
-
-
-
-
-
- -
-
-
onCreateNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelMenu(p0: Int, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
-
-
- -
-
-
onCreateSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateThumbnail -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateThumbnail(p0: Bitmap, p1: Canvas): Boolean
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(@NonNull() p0: String, @NonNull() p1: Context, @NonNull() p2: AttributeSet): View?
open override fun onCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDetachedFromWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onDetachedFromWindow()
-
-
-
-
-
-
- -
-
-
onEnterAnimationComplete -
Link copied to clipboard
-
-
-
- -
-
open fun onEnterAnimationComplete()
-
-
-
-
-
-
- -
-
-
onGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onGetDirectActions -
Link copied to clipboard
-
-
-
- -
-
open fun onGetDirectActions(p0: CancellationSignal, p1: Consumer<MutableList<DirectAction>>)
-
-
-
-
-
-
- -
-
-
onKeyDown -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyLongPress -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyMultiple -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyShortcut -
Link copied to clipboard
-
-
-
- -
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyUp -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStarted -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStarted()
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStopped -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStopped()
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMenuItemSelected -
Link copied to clipboard
-
-
-
- -
-
override fun onMenuItemSelected(p0: Int, @NonNull() p1: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onMenuOpened -
Link copied to clipboard
-
-
-
- -
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onMultiWindowModeChanged(p0: Boolean)
open fun onMultiWindowModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onNavigateUpFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUpFromChild(p0: Activity): Boolean
-
-
-
-
-
-
- -
-
-
onNewIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun onNewIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
onNightModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onNightModeChanged(p0: Int)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onPanelClosed -
Link copied to clipboard
-
-
-
- -
-
open override fun onPanelClosed(p0: Int, @NonNull() p1: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open override fun onPause()
-
-
-
-
-
-
- -
-
-
onPerformDirectAction -
Link copied to clipboard
-
-
-
- -
-
open fun onPerformDirectAction(p0: String, p1: Bundle, p2: CancellationSignal, p3: Consumer<Bundle>)
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onPictureInPictureModeChanged(p0: Boolean)
open fun onPictureInPictureModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onPointerCaptureChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPointerCaptureChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPostCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostCreate(@Nullable() p0: Bundle?)
open fun onPostCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onPostResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostResume()
-
-
-
-
-
-
- -
-
-
onPrepareDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareDialog(p0: Int, p1: Dialog)
open fun onPrepareDialog(p0: Int, p1: Dialog, p2: Bundle)
-
-
-
-
-
-
- -
-
-
onPrepareNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareOptionsPanel -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsPanel(@Nullable() p0: View?, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPreparePanel -
Link copied to clipboard
-
-
-
- -
-
open override fun onPreparePanel(p0: Int, @Nullable() p1: View?, @NonNull() p2: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onProvideAssistContent -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistContent(p0: AssistContent)
-
-
-
-
-
-
- -
-
-
onProvideAssistData -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistData(p0: Bundle)
-
-
-
-
-
-
- -
-
-
onProvideKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
open override fun onProvideKeyboardShortcuts(p0: MutableList<KeyboardShortcutGroup>, p1: Menu?, p2: Int)
-
-
-
-
-
-
- -
-
-
onProvideReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideReferrer(): Uri
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onRestart -
Link copied to clipboard
-
-
-
- -
-
open fun onRestart()
-
-
-
-
-
-
- -
-
-
onRestoreInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onRestoreInstanceState(p0: Bundle)
open fun onRestoreInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onResume()
-
-
-
-
-
-
- -
-
-
onResumeFragments -
Link copied to clipboard
-
-
-
- -
-
open fun onResumeFragments()
-
-
-
-
-
-
- -
-
-
onRetainCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun onRetainCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onRetainNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
override fun onRetainNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open override fun onSaveInstanceState(@NonNull() p0: Bundle)
open fun onSaveInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onSearchRequested -
Link copied to clipboard
-
-
-
- -
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open override fun onStart()
-
-
-
-
-
-
- -
-
-
onStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open override fun onStateNotSaved()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open override fun onStop()
-
-
-
-
-
-
- -
-
-
onSupportActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeFinished(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeStarted(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportContentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportContentChanged()
-
-
-
-
-
-
- -
-
-
onSupportNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onTitleChanged(p0: CharSequence, p1: Int)
-
-
-
-
-
-
- -
-
-
onTopResumedActivityChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onTopResumedActivityChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrimMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onTrimMemory(p0: Int)
-
-
-
-
-
-
- -
-
-
onUserInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun onUserInteraction()
-
-
-
-
-
-
- -
-
-
onUserLeaveHint -
Link copied to clipboard
-
-
-
- -
-
open fun onUserLeaveHint()
-
-
-
-
-
-
- -
-
-
onVisibleBehindCanceled -
Link copied to clipboard
-
-
-
- -
-
open fun onVisibleBehindCanceled()
-
-
-
-
-
-
- -
-
-
onWindowAttributesChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowAttributesChanged(p0: WindowManager.LayoutParams)
-
-
-
-
-
-
- -
-
-
onWindowFocusChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onWindowStartingActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingActionMode(p0: ActionMode.Callback): ActionMode?
open override fun onWindowStartingActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
onWindowStartingSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
openContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun openContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
openFileInput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
-
-
- -
-
-
openFileOutput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
-
-
- -
-
-
openOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun openOptionsMenu()
-
-
-
-
-
-
- -
-
-
openOrCreateDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory): SQLiteDatabase
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory, p3: DatabaseErrorHandler?): SQLiteDatabase
-
-
-
-
-
-
- -
-
-
overridePendingTransition -
Link copied to clipboard
-
-
-
- -
-
open fun overridePendingTransition(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
peekWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun peekWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
-
-
-
-
-
-
- -
-
-
putExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun putExtraData(p0: ComponentActivity.ExtraData)
-
-
-
-
-
-
- -
-
-
recreate -
Link copied to clipboard
-
-
-
- -
-
open fun recreate()
-
-
-
-
-
-
- -
-
-
registerActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
registerComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun registerComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
registerReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
-
-
- -
-
-
releaseInstance -
Link copied to clipboard
-
-
-
- -
-
open fun releaseInstance(): Boolean
-
-
-
-
-
-
- -
-
-
removeDialog -
Link copied to clipboard
-
-
-
- -
-
fun removeDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
reportFullyDrawn -
Link copied to clipboard
-
-
-
- -
-
open fun reportFullyDrawn()
-
-
-
-
-
-
- -
-
-
requestDragAndDropPermissions -
Link copied to clipboard
-
-
-
- -
-
open fun requestDragAndDropPermissions(p0: DragEvent): DragAndDropPermissions
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requestPermissionsFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun requestPermissionsFromFragment(@NonNull() p0: Fragment, @NonNull() p1: Array<String>, p2: Int)
-
-
-
-
-
-
- -
-
-
requestShowKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
fun requestShowKeyboardShortcuts()
-
-
-
-
-
-
- -
-
-
requestVisibleBehind -
Link copied to clipboard
-
-
-
- -
-
open fun requestVisibleBehind(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
requestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
fun requestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
requireViewById -
Link copied to clipboard
-
-
-
- -
-
fun <T : View> requireViewById(p0: Int): T
-
-
-
-
-
-
- -
-
-
revokeUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
runOnUiThread -
Link copied to clipboard
-
-
-
- -
-
fun runOnUiThread(p0: Runnable)
-
-
-
-
-
-
- -
-
-
sendBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
-
-
-
-
-
-
- -
-
-
sendBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
setActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun setContentTransitionManager(p0: TransitionManager)
-
-
-
-
-
-
- -
-
-
setContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun setContentView(p0: View)
open override fun setContentView(@LayoutRes() p0: Int)
open override fun setContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
setDefaultKeyMode -
Link copied to clipboard
-
-
-
- -
-
fun setDefaultKeyMode(p0: Int)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(p0: SharedElementCallback)
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(p0: SharedElementCallback)
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setFeatureDrawable -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawable(p0: Int, p1: Drawable)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableAlpha -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableAlpha(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableResource -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableResource(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableUri -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableUri(p0: Int, p1: Uri)
-
-
-
-
-
-
- -
-
-
setFinishOnTouchOutside -
Link copied to clipboard
-
-
-
- -
-
open fun setFinishOnTouchOutside(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun setImmersive(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInheritShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setInheritShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setIntent -
Link copied to clipboard
-
-
-
- -
-
open fun setIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
setMediaController -
Link copied to clipboard
-
-
-
- -
-
fun setMediaController(p0: MediaController)
-
-
-
-
-
-
- -
-
-
setPictureInPictureParams -
Link copied to clipboard
-
-
-
- -
-
open fun setPictureInPictureParams(p0: PictureInPictureParams)
-
-
-
-
-
-
- -
-
-
setProgress -
Link copied to clipboard
-
-
-
- -
-
fun setProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun setRequestedOrientation(p0: Int)
-
-
-
-
-
-
- -
-
-
setResult -
Link copied to clipboard
-
-
-
- -
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
setSecondaryProgress -
Link copied to clipboard
-
-
-
- -
-
fun setSecondaryProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportActionBar(@Nullable() p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setSupportProgress -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setTaskDescription -
Link copied to clipboard
-
-
-
- -
-
open fun setTaskDescription(p0: ActivityManager.TaskDescription)
-
-
-
-
-
-
- -
-
-
setTheme -
Link copied to clipboard
-
-
-
- -
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes() p0: Int)
-
-
-
-
-
-
- -
-
-
setTitle -
Link copied to clipboard
-
-
-
- -
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
-
-
- -
-
-
setTitleColor -
Link copied to clipboard
-
-
-
- -
-
open fun setTitleColor(p0: Int)
-
-
-
-
-
-
- -
-
-
setTurnScreenOn -
Link copied to clipboard
-
-
-
- -
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVisible -
Link copied to clipboard
-
-
-
- -
-
open fun setVisible(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun setVolumeControlStream(p0: Int)
-
-
-
-
-
-
- -
-
-
setVrModeEnabled -
Link copied to clipboard
-
-
-
- -
-
open fun setVrModeEnabled(p0: Boolean, p1: ComponentName)
-
-
-
-
-
-
- -
-
-
setWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
shouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun shouldUpRecreateTask(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
showAssist -
Link copied to clipboard
-
-
-
- -
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showDialog -
Link copied to clipboard
-
-
-
- -
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showLockTaskEscapeMessage -
Link copied to clipboard
-
-
-
- -
-
open fun showLockTaskEscapeMessage()
-
-
-
-
-
-
- -
-
-
startActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startActionMode(p0: ActionMode.Callback): ActionMode?
open fun startActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
startActivities -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle)
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivityForResult(p0: Intent, p1: Int)
open override fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int, p3: Bundle?)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int, @Nullable() p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityIfNeeded -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityIfNeeded(p0: Intent, p1: Int): Boolean
open fun startActivityIfNeeded(p0: Intent, p1: Int, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startForegroundService -
Link copied to clipboard
-
-
-
- -
-
open override fun startForegroundService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startInstrumentation -
Link copied to clipboard
-
-
-
- -
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startIntentSender -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int)
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromFragment(@NonNull() p0: Fragment, p1: IntentSender, p2: Int, @Nullable() p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable() p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun startLocalVoiceInteraction(p0: Bundle)
-
-
-
-
-
-
- -
-
-
startLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun startLockTask()
-
-
-
-
-
-
- -
-
-
startManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun startManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
startNextMatchingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startNextMatchingActivity(p0: Intent): Boolean
open fun startNextMatchingActivity(p0: Intent, p1: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
startSearch -
Link copied to clipboard
-
-
-
- -
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
-
-
- -
-
-
startService -
Link copied to clipboard
-
-
-
- -
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
stopLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun stopLocalVoiceInteraction()
-
-
-
-
-
-
- -
-
-
stopLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun stopLockTask()
-
-
-
-
-
-
- -
-
-
stopManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun stopManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
stopService -
Link copied to clipboard
-
-
-
- -
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
superDispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun superDispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
supportFinishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportFinishAfterTransition()
-
-
-
-
-
-
- -
-
-
supportInvalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
supportNavigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun supportNavigateUpTo(@NonNull() p0: Intent)
-
-
-
-
-
-
- -
-
-
supportPostponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportPostponeEnterTransition()
-
-
-
-
-
-
- -
-
-
supportRequestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
open fun supportRequestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
supportShouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun supportShouldUpRecreateTask(@NonNull() p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
supportStartPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportStartPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
takeKeyEvents -
Link copied to clipboard
-
-
-
- -
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
- -
-
-
triggerSearch -
Link copied to clipboard
-
-
-
- -
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
unbindService -
Link copied to clipboard
-
-
-
- -
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
-
-
- -
-
-
unregisterActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- - -
-
-
-
-
- -
-
-
unregisterComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
unregisterReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
-
-
- -
-
-
updateServiceGroup -
Link copied to clipboard
-
-
-
- -
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
-
-
- -
-
-
validateRequestPermissionsRequestCode -
Link copied to clipboard
-
-
-
- -
-
override fun validateRequestPermissionsRequestCode(p0: Int)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mCreated -
Link copied to clipboard
-
-
-
-
val mCreated: Boolean
-
-
-
-
- -
-
-
mFragmentLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mFragmentLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mFragments -
Link copied to clipboard
-
-
-
-
val mFragments: FragmentController
-
-
-
-
- -
-
-
mNextCandidateRequestIndex -
Link copied to clipboard
-
-
-
-
val mNextCandidateRequestIndex: Int
-
-
-
-
- -
-
-
mPendingFragmentActivityResults -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mRequestedPermissionsFromFragment -
Link copied to clipboard
-
-
-
-
val mRequestedPermissionsFromFragment: Boolean
-
-
-
-
- -
-
-
mResumed -
Link copied to clipboard
-
-
-
-
val mResumed: Boolean
-
-
-
-
- -
-
-
mStartedActivityFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedActivityFromFragment: Boolean
-
-
-
-
- -
-
-
mStartedIntentSenderFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedIntentSenderFromFragment: Boolean
-
-
-
-
- -
-
-
mStopped -
Link copied to clipboard
-
-
-
-
val mStopped: Boolean
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample5/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample5/index.html deleted file mode 100644 index 15a81080..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample5/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - com.icerockdev.app.sample5 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.app.sample5

-
-
-
-
-

Types

-
-
-
-
ValidationAllActivity -
Link copied to clipboard
-
-
-
- -
-
class ValidationAllActivity : MvvmActivity<<ERROR CLASS>, ValidationAllViewModel>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample6/-login-activity/-login-activity.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample6/-login-activity/-login-activity.html deleted file mode 100644 index edef9601..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample6/-login-activity/-login-activity.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - LoginActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

LoginActivity

-
-
- -
-
fun LoginActivity()
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample6/-login-activity/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample6/-login-activity/index.html deleted file mode 100644 index fc44fba1..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample6/-login-activity/index.html +++ /dev/null @@ -1,6593 +0,0 @@ - - - - LoginActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

LoginActivity

-
class LoginActivity : MvvmEventsActivity<<ERROR CLASS>, LoginViewModel, LoginViewModel.EventsListener> , LoginViewModel.EventsListener
-
-
-
-
-

Functions

-
-
-
-
addContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun addContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
applyOverrideConfiguration -
Link copied to clipboard
-
-
-
- -
-
open fun applyOverrideConfiguration(p0: Configuration)
-
-
-
-
-
-
- -
-
-
attachBaseContext -
Link copied to clipboard
-
-
-
- -
-
open override fun attachBaseContext(p0: Context)
-
-
-
-
-
-
- -
-
-
bindIsolatedService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindIsolatedService(p0: Intent, p1: Int, p2: String, p3: Executor, p4: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
bindService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
-
-
- -
-
-
checkSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
-
-
- -
-
-
clearWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun clearWallpaper()
-
-
-
-
-
-
- -
-
-
closeContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun closeContextMenu()
-
-
-
-
-
-
- -
-
-
closeOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun closeOptionsMenu()
-
-
-
-
-
-
- -
-
-
createConfigurationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createConfigurationContext(p0: Configuration): Context
-
-
-
-
-
-
- -
-
-
createContextForSplit -
Link copied to clipboard
-
-
-
- -
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
-
-
- -
-
-
createDeviceProtectedStorageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDeviceProtectedStorageContext(): Context
-
-
-
-
-
-
- -
-
-
createDisplayContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
-
-
- -
-
-
createPackageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
-
-
- -
-
-
createPendingResult -
Link copied to clipboard
-
-
-
- -
-
open fun createPendingResult(p0: Int, p1: Intent, p2: Int): PendingIntent
-
-
-
-
-
-
- -
-
-
databaseList -
Link copied to clipboard
-
-
-
- -
-
open override fun databaseList(): Array<String>
-
-
-
-
-
-
- -
-
-
deleteDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteFile -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
dismissDialog -
Link copied to clipboard
-
-
-
- -
-
fun dismissDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
dismissKeyboardShortcutsHelper -
Link copied to clipboard
-
-
-
- -
-
fun dismissKeyboardShortcutsHelper()
-
-
-
-
-
-
- -
-
-
dispatchFragmentsOnCreateView -
Link copied to clipboard
-
-
-
- -
-
fun dispatchFragmentsOnCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
dispatchGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyShortcutEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchPopulateAccessibilityEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open override fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforceCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforcePermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
-
-
- -
-
-
enforceUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
-
-
- -
-
-
enterPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun enterPictureInPictureMode()
open fun enterPictureInPictureMode(p0: PictureInPictureParams): Boolean
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
fileList -
Link copied to clipboard
-
-
-
- -
-
open override fun fileList(): Array<String>
-
-
-
-
-
-
- -
-
-
findViewById -
Link copied to clipboard
-
-
-
- -
-
open override fun <T : View> findViewById(@IdRes() p0: Int): T
-
-
-
-
-
-
- -
-
-
finish -
Link copied to clipboard
-
-
-
- -
-
open fun finish()
-
-
-
-
-
-
- -
-
-
finishActivity -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivity(p0: Int)
-
-
-
-
-
-
- -
-
-
finishActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivityFromChild(p0: Activity, p1: Int)
-
-
-
-
-
-
- -
-
-
finishAffinity -
Link copied to clipboard
-
-
-
- -
-
open fun finishAffinity()
-
-
-
-
-
-
- -
-
-
finishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun finishAfterTransition()
-
-
-
-
-
-
- -
-
-
finishAndRemoveTask -
Link copied to clipboard
-
-
-
- -
-
open fun finishAndRemoveTask()
-
-
-
-
-
-
- -
-
-
finishFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishFromChild(p0: Activity)
-
-
-
-
-
-
- -
-
-
getActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getApplication -
Link copied to clipboard
-
-
-
- -
-
fun getApplication(): Application
-
-
-
-
-
-
- -
-
-
getApplicationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationContext(): Context
-
-
-
-
-
-
- -
-
-
getApplicationInfo -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
-
-
- -
-
-
getAssets -
Link copied to clipboard
-
-
-
- -
-
open override fun getAssets(): AssetManager
-
-
-
-
-
-
- -
-
-
getBaseContext -
Link copied to clipboard
-
-
-
- -
-
open fun getBaseContext(): Context
-
-
-
-
-
-
- -
-
-
getCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCacheDir(): File
-
-
-
-
-
-
- -
-
-
getCallingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingActivity(): ComponentName?
-
-
-
-
-
-
- -
-
-
getCallingPackage -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingPackage(): String?
-
-
-
-
-
-
- -
-
-
getChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun getChangingConfigurations(): Int
-
-
-
-
-
-
- -
-
-
getClassLoader -
Link copied to clipboard
-
-
-
- -
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
-
-
- -
-
-
getCodeCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCodeCacheDir(): File
-
-
-
-
-
-
- -
-
-
getColor -
Link copied to clipboard
-
-
-
- -
-
fun getColor(p0: Int): Int
-
-
-
-
-
-
- -
-
-
getColorStateList -
Link copied to clipboard
-
-
-
- -
-
fun getColorStateList(p0: Int): ColorStateList
-
-
-
-
-
-
- -
-
-
getComponentName -
Link copied to clipboard
-
-
-
- -
-
open fun getComponentName(): ComponentName
-
-
-
-
-
-
- -
-
-
getContentResolver -
Link copied to clipboard
-
-
-
- -
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
-
-
- -
-
-
getContentScene -
Link copied to clipboard
-
-
-
- -
-
open fun getContentScene(): Scene
-
-
-
-
-
-
- -
-
-
getContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun getContentTransitionManager(): TransitionManager
-
-
-
-
-
-
- -
-
-
getCurrentFocus -
Link copied to clipboard
-
-
-
- -
-
open fun getCurrentFocus(): View?
-
-
-
-
-
-
- -
-
-
getDatabasePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
-
-
- -
-
-
getDataDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDataDir(): File
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getDelegate -
Link copied to clipboard
-
-
-
- -
-
open fun getDelegate(): AppCompatDelegate
-
-
-
-
-
-
- -
-
-
getDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
-
-
- -
-
-
getDrawable -
Link copied to clipboard
-
-
-
- -
-
fun getDrawable(p0: Int): Drawable?
-
-
-
-
-
-
- -
-
-
getDrawerToggleDelegate -
Link copied to clipboard
-
-
-
- -
-
open override fun getDrawerToggleDelegate(): ActionBarDrawerToggle.Delegate?
-
-
-
-
-
-
- -
-
-
getExternalCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDir(): File?
-
-
-
-
-
-
- -
-
-
getExternalCacheDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
-
-
- -
-
-
getExternalFilesDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalMediaDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun <T : ComponentActivity.ExtraData> getExtraData(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getFilesDir(): File
-
-
-
-
-
-
- -
-
-
getFileStreamPath -
Link copied to clipboard
-
-
-
- -
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getIntent(): Intent
-
-
-
-
-
-
- -
-
-
getLastCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLastNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun getLayoutInflater(): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getLocalClassName -
Link copied to clipboard
-
-
-
- -
-
open fun getLocalClassName(): String
-
-
-
-
-
-
- -
-
-
getMainExecutor -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainExecutor(): Executor
-
-
-
-
-
-
- -
-
-
getMainLooper -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainLooper(): Looper
-
-
-
-
-
-
- -
-
-
getMaxNumPictureInPictureActions -
Link copied to clipboard
-
-
-
- -
-
open fun getMaxNumPictureInPictureActions(): Int
-
-
-
-
-
-
- -
-
-
getMediaController -
Link copied to clipboard
-
-
-
- -
-
fun getMediaController(): MediaController
-
-
-
-
-
-
- -
-
-
getMenuInflater -
Link copied to clipboard
-
-
-
- -
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
-
-
- -
-
-
getNoBackupFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
-
-
- -
-
-
getObbDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDir(): File
-
-
-
-
-
-
- -
-
-
getObbDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getOnBackPressedDispatcher -
Link copied to clipboard
-
-
-
- -
-
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher
-
-
-
-
-
-
- -
-
-
getOpPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getOpPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageCodePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageCodePath(): String
-
-
-
-
-
-
- -
-
-
getPackageManager -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageManager(): PackageManager
-
-
-
-
-
-
- -
-
-
getPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageResourcePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageResourcePath(): String
-
-
-
-
-
-
- -
-
-
getParent -
Link copied to clipboard
-
-
-
- -
-
fun getParent(): Activity
-
-
-
-
-
-
- -
-
-
getParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getPreferences -
Link copied to clipboard
-
-
-
- -
-
open fun getPreferences(p0: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun getReferrer(): Uri?
-
-
-
-
-
-
- -
-
-
getRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun getRequestedOrientation(): Int
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
open override fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSearchEvent -
Link copied to clipboard
-
-
-
- -
-
fun getSearchEvent(): SearchEvent
-
-
-
-
-
-
- -
-
-
getSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getSupportFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getSupportLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getSupportParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun getSupportParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getSystemService -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getSystemServiceName -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
-
-
- -
-
-
getTaskId -
Link copied to clipboard
-
-
-
- -
-
open fun getTaskId(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getTheme -
Link copied to clipboard
-
-
-
- -
-
open override fun getTheme(): Resources.Theme
-
-
-
-
-
-
- -
-
-
getTitle -
Link copied to clipboard
-
-
-
- -
-
fun getTitle(): CharSequence
-
-
-
-
-
-
- -
-
-
getTitleColor -
Link copied to clipboard
-
-
-
- -
-
fun getTitleColor(): Int
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
getVoiceInteractor -
Link copied to clipboard
-
-
-
- -
-
open fun getVoiceInteractor(): VoiceInteractor
-
-
-
-
-
-
- -
-
-
getVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun getVolumeControlStream(): Int
-
-
-
-
-
-
- -
-
-
getWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumHeight -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumHeight(): Int
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumWidth -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumWidth(): Int
-
-
-
-
-
-
- -
-
-
getWindow -
Link copied to clipboard
-
-
-
- -
-
open fun getWindow(): Window
-
-
-
-
-
-
- -
-
-
getWindowManager -
Link copied to clipboard
-
-
-
- -
-
open fun getWindowManager(): WindowManager
-
-
-
-
-
-
- -
-
-
grantUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasWindowFocus -
Link copied to clipboard
-
-
-
- -
-
open fun hasWindowFocus(): Boolean
-
-
-
-
-
-
- -
-
-
invalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun invalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
isActivityTransitionRunning -
Link copied to clipboard
-
-
-
- -
-
open fun isActivityTransitionRunning(): Boolean
-
-
-
-
-
-
- -
-
-
isChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun isChangingConfigurations(): Boolean
-
-
-
-
-
-
- -
-
-
isChild -
Link copied to clipboard
-
-
-
- -
-
fun isChild(): Boolean
-
-
-
-
-
-
- -
-
-
isDestroyed -
Link copied to clipboard
-
-
-
- -
-
open fun isDestroyed(): Boolean
-
-
-
-
-
-
- -
-
-
isDeviceProtectedStorage -
Link copied to clipboard
-
-
-
- -
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
-
-
- -
-
-
isFinishing -
Link copied to clipboard
-
-
-
- -
-
open fun isFinishing(): Boolean
-
-
-
-
-
-
- -
-
-
isImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun isImmersive(): Boolean
-
-
-
-
-
-
- -
-
-
isInMultiWindowMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInMultiWindowMode(): Boolean
-
-
-
-
-
-
- -
-
-
isInPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInPictureInPictureMode(): Boolean
-
-
-
-
-
-
- -
-
-
isLocalVoiceInteractionSupported -
Link copied to clipboard
-
-
-
- -
-
open fun isLocalVoiceInteractionSupported(): Boolean
-
-
-
-
-
-
- -
-
-
isRestricted -
Link copied to clipboard
-
-
-
- -
-
open override fun isRestricted(): Boolean
-
-
-
-
-
-
- -
-
-
isTaskRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isTaskRoot(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteraction(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteractionRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteractionRoot(): Boolean
-
-
-
-
-
-
- -
-
-
managedQuery -
Link copied to clipboard
-
-
-
- -
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
-
-
- -
-
-
moveDatabaseFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveSharedPreferencesFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveTaskToBack -
Link copied to clipboard
-
-
-
- -
-
open fun moveTaskToBack(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpToFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpToFromChild(p0: Activity, p1: Intent): Boolean
-
-
-
-
-
-
- -
-
-
obtainStyledAttributes -
Link copied to clipboard
-
-
-
- -
-
fun obtainStyledAttributes(p0: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: Int, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray, p2: Int, p3: Int): TypedArray
-
-
-
-
-
-
- -
-
-
onActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActivityReenter -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onApplyThemeResource -
Link copied to clipboard
-
-
-
- -
-
open override fun onApplyThemeResource(p0: Resources.Theme, p1: Int, p2: Boolean)
-
-
-
-
-
-
- -
-
-
onAttachedToWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onAttachedToWindow()
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(p0: Fragment)
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onBackPressed -
Link copied to clipboard
-
-
-
- -
-
open override fun onBackPressed()
-
-
-
-
-
-
- -
-
-
onChildTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onChildTitleChanged(p0: Activity, p1: CharSequence)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContentChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onContentChanged()
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onContextMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onContextMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(p0: ContextMenu, p1: View, p2: ContextMenu.ContextMenuInfo)
-
-
-
-
-
-
- -
-
-
onCreateDescription -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDescription(): CharSequence?
-
-
-
-
-
-
- -
-
-
onCreateDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDialog(p0: Int): Dialog
open fun onCreateDialog(p0: Int, p1: Bundle): Dialog?
-
-
-
-
-
-
- -
-
-
onCreateNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelMenu(p0: Int, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
-
-
- -
-
-
onCreateSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateThumbnail -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateThumbnail(p0: Bitmap, p1: Canvas): Boolean
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(@NonNull() p0: String, @NonNull() p1: Context, @NonNull() p2: AttributeSet): View?
open override fun onCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDetachedFromWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onDetachedFromWindow()
-
-
-
-
-
-
- -
-
-
onEnterAnimationComplete -
Link copied to clipboard
-
-
-
- -
-
open fun onEnterAnimationComplete()
-
-
-
-
-
-
- -
-
-
onGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onGetDirectActions -
Link copied to clipboard
-
-
-
- -
-
open fun onGetDirectActions(p0: CancellationSignal, p1: Consumer<MutableList<DirectAction>>)
-
-
-
-
-
-
- -
-
-
onKeyDown -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyLongPress -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyMultiple -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyShortcut -
Link copied to clipboard
-
-
-
- -
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyUp -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStarted -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStarted()
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStopped -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStopped()
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMenuItemSelected -
Link copied to clipboard
-
-
-
- -
-
override fun onMenuItemSelected(p0: Int, @NonNull() p1: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onMenuOpened -
Link copied to clipboard
-
-
-
- -
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onMultiWindowModeChanged(p0: Boolean)
open fun onMultiWindowModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onNavigateUpFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUpFromChild(p0: Activity): Boolean
-
-
-
-
-
-
- -
-
-
onNewIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun onNewIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
onNightModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onNightModeChanged(p0: Int)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onPanelClosed -
Link copied to clipboard
-
-
-
- -
-
open override fun onPanelClosed(p0: Int, @NonNull() p1: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open override fun onPause()
-
-
-
-
-
-
- -
-
-
onPerformDirectAction -
Link copied to clipboard
-
-
-
- -
-
open fun onPerformDirectAction(p0: String, p1: Bundle, p2: CancellationSignal, p3: Consumer<Bundle>)
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onPictureInPictureModeChanged(p0: Boolean)
open fun onPictureInPictureModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onPointerCaptureChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPointerCaptureChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPostCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostCreate(@Nullable() p0: Bundle?)
open fun onPostCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onPostResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostResume()
-
-
-
-
-
-
- -
-
-
onPrepareDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareDialog(p0: Int, p1: Dialog)
open fun onPrepareDialog(p0: Int, p1: Dialog, p2: Bundle)
-
-
-
-
-
-
- -
-
-
onPrepareNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareOptionsPanel -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsPanel(@Nullable() p0: View?, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPreparePanel -
Link copied to clipboard
-
-
-
- -
-
open override fun onPreparePanel(p0: Int, @Nullable() p1: View?, @NonNull() p2: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onProvideAssistContent -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistContent(p0: AssistContent)
-
-
-
-
-
-
- -
-
-
onProvideAssistData -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistData(p0: Bundle)
-
-
-
-
-
-
- -
-
-
onProvideKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
open override fun onProvideKeyboardShortcuts(p0: MutableList<KeyboardShortcutGroup>, p1: Menu?, p2: Int)
-
-
-
-
-
-
- -
-
-
onProvideReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideReferrer(): Uri
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onRestart -
Link copied to clipboard
-
-
-
- -
-
open fun onRestart()
-
-
-
-
-
-
- -
-
-
onRestoreInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onRestoreInstanceState(p0: Bundle)
open fun onRestoreInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onResume()
-
-
-
-
-
-
- -
-
-
onResumeFragments -
Link copied to clipboard
-
-
-
- -
-
open fun onResumeFragments()
-
-
-
-
-
-
- -
-
-
onRetainCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun onRetainCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onRetainNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
override fun onRetainNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open override fun onSaveInstanceState(@NonNull() p0: Bundle)
open fun onSaveInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onSearchRequested -
Link copied to clipboard
-
-
-
- -
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open override fun onStart()
-
-
-
-
-
-
- -
-
-
onStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open override fun onStateNotSaved()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open override fun onStop()
-
-
-
-
-
-
- -
-
-
onSupportActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeFinished(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeStarted(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportContentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportContentChanged()
-
-
-
-
-
-
- -
-
-
onSupportNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onTitleChanged(p0: CharSequence, p1: Int)
-
-
-
-
-
-
- -
-
-
onTopResumedActivityChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onTopResumedActivityChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrimMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onTrimMemory(p0: Int)
-
-
-
-
-
-
- -
-
-
onUserInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun onUserInteraction()
-
-
-
-
-
-
- -
-
-
onUserLeaveHint -
Link copied to clipboard
-
-
-
- -
-
open fun onUserLeaveHint()
-
-
-
-
-
-
- -
-
-
onVisibleBehindCanceled -
Link copied to clipboard
-
-
-
- -
-
open fun onVisibleBehindCanceled()
-
-
-
-
-
-
- -
-
-
onWindowAttributesChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowAttributesChanged(p0: WindowManager.LayoutParams)
-
-
-
-
-
-
- -
-
-
onWindowFocusChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onWindowStartingActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingActionMode(p0: ActionMode.Callback): ActionMode?
open override fun onWindowStartingActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
onWindowStartingSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
openContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun openContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
openFileInput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
-
-
- -
-
-
openFileOutput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
-
-
- -
-
-
openOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun openOptionsMenu()
-
-
-
-
-
-
- -
-
-
openOrCreateDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory): SQLiteDatabase
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory, p3: DatabaseErrorHandler?): SQLiteDatabase
-
-
-
-
-
-
- -
-
-
overridePendingTransition -
Link copied to clipboard
-
-
-
- -
-
open fun overridePendingTransition(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
peekWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun peekWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
-
-
-
-
-
-
- -
-
-
putExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun putExtraData(p0: ComponentActivity.ExtraData)
-
-
-
-
-
-
- -
-
-
recreate -
Link copied to clipboard
-
-
-
- -
-
open fun recreate()
-
-
-
-
-
-
- -
-
-
registerActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
registerComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun registerComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
registerReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
-
-
- -
-
-
releaseInstance -
Link copied to clipboard
-
-
-
- -
-
open fun releaseInstance(): Boolean
-
-
-
-
-
-
- -
-
-
removeDialog -
Link copied to clipboard
-
-
-
- -
-
fun removeDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
reportFullyDrawn -
Link copied to clipboard
-
-
-
- -
-
open fun reportFullyDrawn()
-
-
-
-
-
-
- -
-
-
requestDragAndDropPermissions -
Link copied to clipboard
-
-
-
- -
-
open fun requestDragAndDropPermissions(p0: DragEvent): DragAndDropPermissions
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requestPermissionsFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun requestPermissionsFromFragment(@NonNull() p0: Fragment, @NonNull() p1: Array<String>, p2: Int)
-
-
-
-
-
-
- -
-
-
requestShowKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
fun requestShowKeyboardShortcuts()
-
-
-
-
-
-
- -
-
-
requestVisibleBehind -
Link copied to clipboard
-
-
-
- -
-
open fun requestVisibleBehind(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
requestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
fun requestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
requireViewById -
Link copied to clipboard
-
-
-
- -
-
fun <T : View> requireViewById(p0: Int): T
-
-
-
-
-
-
- -
-
-
revokeUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
routeToMainScreen -
Link copied to clipboard
-
-
-
- -
-
open override fun routeToMainScreen()
-
-
-
-
-
-
- -
-
-
runOnUiThread -
Link copied to clipboard
-
-
-
- -
-
fun runOnUiThread(p0: Runnable)
-
-
-
-
-
-
- -
-
-
sendBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
-
-
-
-
-
-
- -
-
-
sendBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
setActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun setContentTransitionManager(p0: TransitionManager)
-
-
-
-
-
-
- -
-
-
setContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun setContentView(p0: View)
open override fun setContentView(@LayoutRes() p0: Int)
open override fun setContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
setDefaultKeyMode -
Link copied to clipboard
-
-
-
- -
-
fun setDefaultKeyMode(p0: Int)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(p0: SharedElementCallback)
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(p0: SharedElementCallback)
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setFeatureDrawable -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawable(p0: Int, p1: Drawable)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableAlpha -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableAlpha(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableResource -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableResource(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableUri -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableUri(p0: Int, p1: Uri)
-
-
-
-
-
-
- -
-
-
setFinishOnTouchOutside -
Link copied to clipboard
-
-
-
- -
-
open fun setFinishOnTouchOutside(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun setImmersive(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInheritShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setInheritShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setIntent -
Link copied to clipboard
-
-
-
- -
-
open fun setIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
setMediaController -
Link copied to clipboard
-
-
-
- -
-
fun setMediaController(p0: MediaController)
-
-
-
-
-
-
- -
-
-
setPictureInPictureParams -
Link copied to clipboard
-
-
-
- -
-
open fun setPictureInPictureParams(p0: PictureInPictureParams)
-
-
-
-
-
-
- -
-
-
setProgress -
Link copied to clipboard
-
-
-
- -
-
fun setProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun setRequestedOrientation(p0: Int)
-
-
-
-
-
-
- -
-
-
setResult -
Link copied to clipboard
-
-
-
- -
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
setSecondaryProgress -
Link copied to clipboard
-
-
-
- -
-
fun setSecondaryProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportActionBar(@Nullable() p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setSupportProgress -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setTaskDescription -
Link copied to clipboard
-
-
-
- -
-
open fun setTaskDescription(p0: ActivityManager.TaskDescription)
-
-
-
-
-
-
- -
-
-
setTheme -
Link copied to clipboard
-
-
-
- -
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes() p0: Int)
-
-
-
-
-
-
- -
-
-
setTitle -
Link copied to clipboard
-
-
-
- -
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
-
-
- -
-
-
setTitleColor -
Link copied to clipboard
-
-
-
- -
-
open fun setTitleColor(p0: Int)
-
-
-
-
-
-
- -
-
-
setTurnScreenOn -
Link copied to clipboard
-
-
-
- -
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVisible -
Link copied to clipboard
-
-
-
- -
-
open fun setVisible(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun setVolumeControlStream(p0: Int)
-
-
-
-
-
-
- -
-
-
setVrModeEnabled -
Link copied to clipboard
-
-
-
- -
-
open fun setVrModeEnabled(p0: Boolean, p1: ComponentName)
-
-
-
-
-
-
- -
-
-
setWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
shouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun shouldUpRecreateTask(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
showAssist -
Link copied to clipboard
-
-
-
- -
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showDialog -
Link copied to clipboard
-
-
-
- -
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showError -
Link copied to clipboard
-
-
-
- -
-
open override fun showError(error: StringDesc)
-
-
-
-
-
-
- -
-
-
showLockTaskEscapeMessage -
Link copied to clipboard
-
-
-
- -
-
open fun showLockTaskEscapeMessage()
-
-
-
-
-
-
- -
-
-
startActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startActionMode(p0: ActionMode.Callback): ActionMode?
open fun startActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
startActivities -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle)
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivityForResult(p0: Intent, p1: Int)
open override fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int, p3: Bundle?)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int, @Nullable() p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityIfNeeded -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityIfNeeded(p0: Intent, p1: Int): Boolean
open fun startActivityIfNeeded(p0: Intent, p1: Int, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startForegroundService -
Link copied to clipboard
-
-
-
- -
-
open override fun startForegroundService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startInstrumentation -
Link copied to clipboard
-
-
-
- -
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startIntentSender -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int)
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromFragment(@NonNull() p0: Fragment, p1: IntentSender, p2: Int, @Nullable() p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable() p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun startLocalVoiceInteraction(p0: Bundle)
-
-
-
-
-
-
- -
-
-
startLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun startLockTask()
-
-
-
-
-
-
- -
-
-
startManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun startManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
startNextMatchingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startNextMatchingActivity(p0: Intent): Boolean
open fun startNextMatchingActivity(p0: Intent, p1: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
startSearch -
Link copied to clipboard
-
-
-
- -
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
-
-
- -
-
-
startService -
Link copied to clipboard
-
-
-
- -
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
stopLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun stopLocalVoiceInteraction()
-
-
-
-
-
-
- -
-
-
stopLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun stopLockTask()
-
-
-
-
-
-
- -
-
-
stopManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun stopManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
stopService -
Link copied to clipboard
-
-
-
- -
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
superDispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun superDispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
supportFinishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportFinishAfterTransition()
-
-
-
-
-
-
- -
-
-
supportInvalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
supportNavigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun supportNavigateUpTo(@NonNull() p0: Intent)
-
-
-
-
-
-
- -
-
-
supportPostponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportPostponeEnterTransition()
-
-
-
-
-
-
- -
-
-
supportRequestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
open fun supportRequestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
supportShouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun supportShouldUpRecreateTask(@NonNull() p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
supportStartPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportStartPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
takeKeyEvents -
Link copied to clipboard
-
-
-
- -
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
- -
-
-
triggerSearch -
Link copied to clipboard
-
-
-
- -
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
unbindService -
Link copied to clipboard
-
-
-
- -
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
-
-
- -
-
-
unregisterActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- - -
-
-
-
-
- -
-
-
unregisterComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
unregisterReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
-
-
- -
-
-
updateServiceGroup -
Link copied to clipboard
-
-
-
- -
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
-
-
- -
-
-
validateRequestPermissionsRequestCode -
Link copied to clipboard
-
-
-
- -
-
override fun validateRequestPermissionsRequestCode(p0: Int)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mCreated -
Link copied to clipboard
-
-
-
-
val mCreated: Boolean
-
-
-
-
- -
-
-
mFragmentLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mFragmentLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mFragments -
Link copied to clipboard
-
-
-
-
val mFragments: FragmentController
-
-
-
-
- -
-
-
mNextCandidateRequestIndex -
Link copied to clipboard
-
-
-
-
val mNextCandidateRequestIndex: Int
-
-
-
-
- -
-
-
mPendingFragmentActivityResults -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mRequestedPermissionsFromFragment -
Link copied to clipboard
-
-
-
-
val mRequestedPermissionsFromFragment: Boolean
-
-
-
-
- -
-
-
mResumed -
Link copied to clipboard
-
-
-
-
val mResumed: Boolean
-
-
-
-
- -
-
-
mStartedActivityFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedActivityFromFragment: Boolean
-
-
-
-
- -
-
-
mStartedIntentSenderFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedIntentSenderFromFragment: Boolean
-
-
-
-
- -
-
-
mStopped -
Link copied to clipboard
-
-
-
-
val mStopped: Boolean
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample6/-login-activity/route-to-main-screen.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample6/-login-activity/route-to-main-screen.html deleted file mode 100644 index db8ec4c0..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample6/-login-activity/route-to-main-screen.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - routeToMainScreen - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

routeToMainScreen

-
-
- -
-
open override fun routeToMainScreen()
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample6/-login-activity/show-error.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample6/-login-activity/show-error.html deleted file mode 100644 index 6baaf0dd..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample6/-login-activity/show-error.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - showError - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

showError

-
-
- -
-
open override fun showError(error: StringDesc)
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample6/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample6/index.html deleted file mode 100644 index d98b4b26..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample6/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - com.icerockdev.app.sample6 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.app.sample6

-
-
-
-
-

Types

-
-
-
-
LoginActivity -
Link copied to clipboard
-
-
-
- -
-
class LoginActivity : MvvmEventsActivity<<ERROR CLASS>, LoginViewModel, LoginViewModel.EventsListener> , LoginViewModel.EventsListener
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample7/-container-activity/-container-activity.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample7/-container-activity/-container-activity.html deleted file mode 100644 index 6156ed8b..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample7/-container-activity/-container-activity.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - ContainerActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ContainerActivity

-
-
- -
-
fun ContainerActivity()
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample7/-container-activity/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample7/-container-activity/index.html deleted file mode 100644 index 41f7ecbe..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample7/-container-activity/index.html +++ /dev/null @@ -1,6559 +0,0 @@ - - - - ContainerActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ContainerActivity

-
class ContainerActivity : AppCompatActivity
-
-
-
-
-

Functions

-
-
-
-
addContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun addContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
applyOverrideConfiguration -
Link copied to clipboard
-
-
-
- -
-
open fun applyOverrideConfiguration(p0: Configuration)
-
-
-
-
-
-
- -
-
-
attachBaseContext -
Link copied to clipboard
-
-
-
- -
-
open override fun attachBaseContext(p0: Context)
-
-
-
-
-
-
- -
-
-
bindIsolatedService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindIsolatedService(p0: Intent, p1: Int, p2: String, p3: Executor, p4: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
bindService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
-
-
- -
-
-
checkSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
-
-
- -
-
-
clearWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun clearWallpaper()
-
-
-
-
-
-
- -
-
-
closeContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun closeContextMenu()
-
-
-
-
-
-
- -
-
-
closeOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun closeOptionsMenu()
-
-
-
-
-
-
- -
-
-
createConfigurationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createConfigurationContext(p0: Configuration): Context
-
-
-
-
-
-
- -
-
-
createContextForSplit -
Link copied to clipboard
-
-
-
- -
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
-
-
- -
-
-
createDeviceProtectedStorageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDeviceProtectedStorageContext(): Context
-
-
-
-
-
-
- -
-
-
createDisplayContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
-
-
- -
-
-
createPackageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
-
-
- -
-
-
createPendingResult -
Link copied to clipboard
-
-
-
- -
-
open fun createPendingResult(p0: Int, p1: Intent, p2: Int): PendingIntent
-
-
-
-
-
-
- -
-
-
databaseList -
Link copied to clipboard
-
-
-
- -
-
open override fun databaseList(): Array<String>
-
-
-
-
-
-
- -
-
-
deleteDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteFile -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
dismissDialog -
Link copied to clipboard
-
-
-
- -
-
fun dismissDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
dismissKeyboardShortcutsHelper -
Link copied to clipboard
-
-
-
- -
-
fun dismissKeyboardShortcutsHelper()
-
-
-
-
-
-
- -
-
-
dispatchFragmentsOnCreateView -
Link copied to clipboard
-
-
-
- -
-
fun dispatchFragmentsOnCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
dispatchGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyShortcutEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchPopulateAccessibilityEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open override fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforceCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforcePermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
-
-
- -
-
-
enforceUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
-
-
- -
-
-
enterPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun enterPictureInPictureMode()
open fun enterPictureInPictureMode(p0: PictureInPictureParams): Boolean
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
fileList -
Link copied to clipboard
-
-
-
- -
-
open override fun fileList(): Array<String>
-
-
-
-
-
-
- -
-
-
findViewById -
Link copied to clipboard
-
-
-
- -
-
open override fun <T : View> findViewById(@IdRes() p0: Int): T
-
-
-
-
-
-
- -
-
-
finish -
Link copied to clipboard
-
-
-
- -
-
open fun finish()
-
-
-
-
-
-
- -
-
-
finishActivity -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivity(p0: Int)
-
-
-
-
-
-
- -
-
-
finishActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivityFromChild(p0: Activity, p1: Int)
-
-
-
-
-
-
- -
-
-
finishAffinity -
Link copied to clipboard
-
-
-
- -
-
open fun finishAffinity()
-
-
-
-
-
-
- -
-
-
finishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun finishAfterTransition()
-
-
-
-
-
-
- -
-
-
finishAndRemoveTask -
Link copied to clipboard
-
-
-
- -
-
open fun finishAndRemoveTask()
-
-
-
-
-
-
- -
-
-
finishFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishFromChild(p0: Activity)
-
-
-
-
-
-
- -
-
-
getActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getApplication -
Link copied to clipboard
-
-
-
- -
-
fun getApplication(): Application
-
-
-
-
-
-
- -
-
-
getApplicationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationContext(): Context
-
-
-
-
-
-
- -
-
-
getApplicationInfo -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
-
-
- -
-
-
getAssets -
Link copied to clipboard
-
-
-
- -
-
open override fun getAssets(): AssetManager
-
-
-
-
-
-
- -
-
-
getBaseContext -
Link copied to clipboard
-
-
-
- -
-
open fun getBaseContext(): Context
-
-
-
-
-
-
- -
-
-
getCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCacheDir(): File
-
-
-
-
-
-
- -
-
-
getCallingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingActivity(): ComponentName?
-
-
-
-
-
-
- -
-
-
getCallingPackage -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingPackage(): String?
-
-
-
-
-
-
- -
-
-
getChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun getChangingConfigurations(): Int
-
-
-
-
-
-
- -
-
-
getClassLoader -
Link copied to clipboard
-
-
-
- -
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
-
-
- -
-
-
getCodeCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCodeCacheDir(): File
-
-
-
-
-
-
- -
-
-
getColor -
Link copied to clipboard
-
-
-
- -
-
fun getColor(p0: Int): Int
-
-
-
-
-
-
- -
-
-
getColorStateList -
Link copied to clipboard
-
-
-
- -
-
fun getColorStateList(p0: Int): ColorStateList
-
-
-
-
-
-
- -
-
-
getComponentName -
Link copied to clipboard
-
-
-
- -
-
open fun getComponentName(): ComponentName
-
-
-
-
-
-
- -
-
-
getContentResolver -
Link copied to clipboard
-
-
-
- -
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
-
-
- -
-
-
getContentScene -
Link copied to clipboard
-
-
-
- -
-
open fun getContentScene(): Scene
-
-
-
-
-
-
- -
-
-
getContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun getContentTransitionManager(): TransitionManager
-
-
-
-
-
-
- -
-
-
getCurrentFocus -
Link copied to clipboard
-
-
-
- -
-
open fun getCurrentFocus(): View?
-
-
-
-
-
-
- -
-
-
getDatabasePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
-
-
- -
-
-
getDataDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDataDir(): File
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getDelegate -
Link copied to clipboard
-
-
-
- -
-
open fun getDelegate(): AppCompatDelegate
-
-
-
-
-
-
- -
-
-
getDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
-
-
- -
-
-
getDrawable -
Link copied to clipboard
-
-
-
- -
-
fun getDrawable(p0: Int): Drawable?
-
-
-
-
-
-
- -
-
-
getDrawerToggleDelegate -
Link copied to clipboard
-
-
-
- -
-
open override fun getDrawerToggleDelegate(): ActionBarDrawerToggle.Delegate?
-
-
-
-
-
-
- -
-
-
getExternalCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDir(): File?
-
-
-
-
-
-
- -
-
-
getExternalCacheDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
-
-
- -
-
-
getExternalFilesDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalMediaDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun <T : ComponentActivity.ExtraData> getExtraData(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getFilesDir(): File
-
-
-
-
-
-
- -
-
-
getFileStreamPath -
Link copied to clipboard
-
-
-
- -
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getIntent(): Intent
-
-
-
-
-
-
- -
-
-
getLastCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLastNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun getLayoutInflater(): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getLocalClassName -
Link copied to clipboard
-
-
-
- -
-
open fun getLocalClassName(): String
-
-
-
-
-
-
- -
-
-
getMainExecutor -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainExecutor(): Executor
-
-
-
-
-
-
- -
-
-
getMainLooper -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainLooper(): Looper
-
-
-
-
-
-
- -
-
-
getMaxNumPictureInPictureActions -
Link copied to clipboard
-
-
-
- -
-
open fun getMaxNumPictureInPictureActions(): Int
-
-
-
-
-
-
- -
-
-
getMediaController -
Link copied to clipboard
-
-
-
- -
-
fun getMediaController(): MediaController
-
-
-
-
-
-
- -
-
-
getMenuInflater -
Link copied to clipboard
-
-
-
- -
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
-
-
- -
-
-
getNoBackupFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
-
-
- -
-
-
getObbDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDir(): File
-
-
-
-
-
-
- -
-
-
getObbDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getOnBackPressedDispatcher -
Link copied to clipboard
-
-
-
- -
-
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher
-
-
-
-
-
-
- -
-
-
getOpPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getOpPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageCodePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageCodePath(): String
-
-
-
-
-
-
- -
-
-
getPackageManager -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageManager(): PackageManager
-
-
-
-
-
-
- -
-
-
getPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageResourcePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageResourcePath(): String
-
-
-
-
-
-
- -
-
-
getParent -
Link copied to clipboard
-
-
-
- -
-
fun getParent(): Activity
-
-
-
-
-
-
- -
-
-
getParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getPreferences -
Link copied to clipboard
-
-
-
- -
-
open fun getPreferences(p0: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun getReferrer(): Uri?
-
-
-
-
-
-
- -
-
-
getRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun getRequestedOrientation(): Int
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
open override fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSearchEvent -
Link copied to clipboard
-
-
-
- -
-
fun getSearchEvent(): SearchEvent
-
-
-
-
-
-
- -
-
-
getSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getSupportFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getSupportLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getSupportParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun getSupportParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getSystemService -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getSystemServiceName -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
-
-
- -
-
-
getTaskId -
Link copied to clipboard
-
-
-
- -
-
open fun getTaskId(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getTheme -
Link copied to clipboard
-
-
-
- -
-
open override fun getTheme(): Resources.Theme
-
-
-
-
-
-
- -
-
-
getTitle -
Link copied to clipboard
-
-
-
- -
-
fun getTitle(): CharSequence
-
-
-
-
-
-
- -
-
-
getTitleColor -
Link copied to clipboard
-
-
-
- -
-
fun getTitleColor(): Int
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
getVoiceInteractor -
Link copied to clipboard
-
-
-
- -
-
open fun getVoiceInteractor(): VoiceInteractor
-
-
-
-
-
-
- -
-
-
getVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun getVolumeControlStream(): Int
-
-
-
-
-
-
- -
-
-
getWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumHeight -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumHeight(): Int
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumWidth -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumWidth(): Int
-
-
-
-
-
-
- -
-
-
getWindow -
Link copied to clipboard
-
-
-
- -
-
open fun getWindow(): Window
-
-
-
-
-
-
- -
-
-
getWindowManager -
Link copied to clipboard
-
-
-
- -
-
open fun getWindowManager(): WindowManager
-
-
-
-
-
-
- -
-
-
grantUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasWindowFocus -
Link copied to clipboard
-
-
-
- -
-
open fun hasWindowFocus(): Boolean
-
-
-
-
-
-
- -
-
-
invalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun invalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
isActivityTransitionRunning -
Link copied to clipboard
-
-
-
- -
-
open fun isActivityTransitionRunning(): Boolean
-
-
-
-
-
-
- -
-
-
isChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun isChangingConfigurations(): Boolean
-
-
-
-
-
-
- -
-
-
isChild -
Link copied to clipboard
-
-
-
- -
-
fun isChild(): Boolean
-
-
-
-
-
-
- -
-
-
isDestroyed -
Link copied to clipboard
-
-
-
- -
-
open fun isDestroyed(): Boolean
-
-
-
-
-
-
- -
-
-
isDeviceProtectedStorage -
Link copied to clipboard
-
-
-
- -
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
-
-
- -
-
-
isFinishing -
Link copied to clipboard
-
-
-
- -
-
open fun isFinishing(): Boolean
-
-
-
-
-
-
- -
-
-
isImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun isImmersive(): Boolean
-
-
-
-
-
-
- -
-
-
isInMultiWindowMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInMultiWindowMode(): Boolean
-
-
-
-
-
-
- -
-
-
isInPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInPictureInPictureMode(): Boolean
-
-
-
-
-
-
- -
-
-
isLocalVoiceInteractionSupported -
Link copied to clipboard
-
-
-
- -
-
open fun isLocalVoiceInteractionSupported(): Boolean
-
-
-
-
-
-
- -
-
-
isRestricted -
Link copied to clipboard
-
-
-
- -
-
open override fun isRestricted(): Boolean
-
-
-
-
-
-
- -
-
-
isTaskRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isTaskRoot(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteraction(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteractionRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteractionRoot(): Boolean
-
-
-
-
-
-
- -
-
-
managedQuery -
Link copied to clipboard
-
-
-
- -
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
-
-
- -
-
-
moveDatabaseFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveSharedPreferencesFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveTaskToBack -
Link copied to clipboard
-
-
-
- -
-
open fun moveTaskToBack(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpToFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpToFromChild(p0: Activity, p1: Intent): Boolean
-
-
-
-
-
-
- -
-
-
obtainStyledAttributes -
Link copied to clipboard
-
-
-
- -
-
fun obtainStyledAttributes(p0: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: Int, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray, p2: Int, p3: Int): TypedArray
-
-
-
-
-
-
- -
-
-
onActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActivityReenter -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onApplyThemeResource -
Link copied to clipboard
-
-
-
- -
-
open override fun onApplyThemeResource(p0: Resources.Theme, p1: Int, p2: Boolean)
-
-
-
-
-
-
- -
-
-
onAttachedToWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onAttachedToWindow()
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(p0: Fragment)
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onBackPressed -
Link copied to clipboard
-
-
-
- -
-
open override fun onBackPressed()
-
-
-
-
-
-
- -
-
-
onChildTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onChildTitleChanged(p0: Activity, p1: CharSequence)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContentChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onContentChanged()
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onContextMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onContextMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(p0: ContextMenu, p1: View, p2: ContextMenu.ContextMenuInfo)
-
-
-
-
-
-
- -
-
-
onCreateDescription -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDescription(): CharSequence?
-
-
-
-
-
-
- -
-
-
onCreateDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDialog(p0: Int): Dialog
open fun onCreateDialog(p0: Int, p1: Bundle): Dialog?
-
-
-
-
-
-
- -
-
-
onCreateNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelMenu(p0: Int, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
-
-
- -
-
-
onCreateSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateThumbnail -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateThumbnail(p0: Bitmap, p1: Canvas): Boolean
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(@NonNull() p0: String, @NonNull() p1: Context, @NonNull() p2: AttributeSet): View?
open override fun onCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDetachedFromWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onDetachedFromWindow()
-
-
-
-
-
-
- -
-
-
onEnterAnimationComplete -
Link copied to clipboard
-
-
-
- -
-
open fun onEnterAnimationComplete()
-
-
-
-
-
-
- -
-
-
onGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onGetDirectActions -
Link copied to clipboard
-
-
-
- -
-
open fun onGetDirectActions(p0: CancellationSignal, p1: Consumer<MutableList<DirectAction>>)
-
-
-
-
-
-
- -
-
-
onKeyDown -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyLongPress -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyMultiple -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyShortcut -
Link copied to clipboard
-
-
-
- -
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyUp -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStarted -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStarted()
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStopped -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStopped()
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMenuItemSelected -
Link copied to clipboard
-
-
-
- -
-
override fun onMenuItemSelected(p0: Int, @NonNull() p1: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onMenuOpened -
Link copied to clipboard
-
-
-
- -
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onMultiWindowModeChanged(p0: Boolean)
open fun onMultiWindowModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onNavigateUpFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUpFromChild(p0: Activity): Boolean
-
-
-
-
-
-
- -
-
-
onNewIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun onNewIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
onNightModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onNightModeChanged(p0: Int)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onPanelClosed -
Link copied to clipboard
-
-
-
- -
-
open override fun onPanelClosed(p0: Int, @NonNull() p1: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open override fun onPause()
-
-
-
-
-
-
- -
-
-
onPerformDirectAction -
Link copied to clipboard
-
-
-
- -
-
open fun onPerformDirectAction(p0: String, p1: Bundle, p2: CancellationSignal, p3: Consumer<Bundle>)
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onPictureInPictureModeChanged(p0: Boolean)
open fun onPictureInPictureModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onPointerCaptureChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPointerCaptureChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPostCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostCreate(@Nullable() p0: Bundle?)
open fun onPostCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onPostResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostResume()
-
-
-
-
-
-
- -
-
-
onPrepareDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareDialog(p0: Int, p1: Dialog)
open fun onPrepareDialog(p0: Int, p1: Dialog, p2: Bundle)
-
-
-
-
-
-
- -
-
-
onPrepareNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareOptionsPanel -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsPanel(@Nullable() p0: View?, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPreparePanel -
Link copied to clipboard
-
-
-
- -
-
open override fun onPreparePanel(p0: Int, @Nullable() p1: View?, @NonNull() p2: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onProvideAssistContent -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistContent(p0: AssistContent)
-
-
-
-
-
-
- -
-
-
onProvideAssistData -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistData(p0: Bundle)
-
-
-
-
-
-
- -
-
-
onProvideKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
open override fun onProvideKeyboardShortcuts(p0: MutableList<KeyboardShortcutGroup>, p1: Menu?, p2: Int)
-
-
-
-
-
-
- -
-
-
onProvideReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideReferrer(): Uri
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onRestart -
Link copied to clipboard
-
-
-
- -
-
open fun onRestart()
-
-
-
-
-
-
- -
-
-
onRestoreInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onRestoreInstanceState(p0: Bundle)
open fun onRestoreInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onResume()
-
-
-
-
-
-
- -
-
-
onResumeFragments -
Link copied to clipboard
-
-
-
- -
-
open fun onResumeFragments()
-
-
-
-
-
-
- -
-
-
onRetainCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun onRetainCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onRetainNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
override fun onRetainNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open override fun onSaveInstanceState(@NonNull() p0: Bundle)
open fun onSaveInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onSearchRequested -
Link copied to clipboard
-
-
-
- -
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open override fun onStart()
-
-
-
-
-
-
- -
-
-
onStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open override fun onStateNotSaved()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open override fun onStop()
-
-
-
-
-
-
- -
-
-
onSupportActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeFinished(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeStarted(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportContentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportContentChanged()
-
-
-
-
-
-
- -
-
-
onSupportNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onTitleChanged(p0: CharSequence, p1: Int)
-
-
-
-
-
-
- -
-
-
onTopResumedActivityChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onTopResumedActivityChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrimMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onTrimMemory(p0: Int)
-
-
-
-
-
-
- -
-
-
onUserInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun onUserInteraction()
-
-
-
-
-
-
- -
-
-
onUserLeaveHint -
Link copied to clipboard
-
-
-
- -
-
open fun onUserLeaveHint()
-
-
-
-
-
-
- -
-
-
onVisibleBehindCanceled -
Link copied to clipboard
-
-
-
- -
-
open fun onVisibleBehindCanceled()
-
-
-
-
-
-
- -
-
-
onWindowAttributesChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowAttributesChanged(p0: WindowManager.LayoutParams)
-
-
-
-
-
-
- -
-
-
onWindowFocusChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onWindowStartingActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingActionMode(p0: ActionMode.Callback): ActionMode?
open override fun onWindowStartingActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
onWindowStartingSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
openContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun openContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
openFileInput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
-
-
- -
-
-
openFileOutput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
-
-
- -
-
-
openOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun openOptionsMenu()
-
-
-
-
-
-
- -
-
-
openOrCreateDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory): SQLiteDatabase
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory, p3: DatabaseErrorHandler?): SQLiteDatabase
-
-
-
-
-
-
- -
-
-
overridePendingTransition -
Link copied to clipboard
-
-
-
- -
-
open fun overridePendingTransition(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
peekWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun peekWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
-
-
-
-
-
-
- -
-
-
putExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun putExtraData(p0: ComponentActivity.ExtraData)
-
-
-
-
-
-
- -
-
-
recreate -
Link copied to clipboard
-
-
-
- -
-
open fun recreate()
-
-
-
-
-
-
- -
-
-
registerActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
registerComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun registerComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
registerReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
-
-
- -
-
-
releaseInstance -
Link copied to clipboard
-
-
-
- -
-
open fun releaseInstance(): Boolean
-
-
-
-
-
-
- -
-
-
removeDialog -
Link copied to clipboard
-
-
-
- -
-
fun removeDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
reportFullyDrawn -
Link copied to clipboard
-
-
-
- -
-
open fun reportFullyDrawn()
-
-
-
-
-
-
- -
-
-
requestDragAndDropPermissions -
Link copied to clipboard
-
-
-
- -
-
open fun requestDragAndDropPermissions(p0: DragEvent): DragAndDropPermissions
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requestPermissionsFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun requestPermissionsFromFragment(@NonNull() p0: Fragment, @NonNull() p1: Array<String>, p2: Int)
-
-
-
-
-
-
- -
-
-
requestShowKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
fun requestShowKeyboardShortcuts()
-
-
-
-
-
-
- -
-
-
requestVisibleBehind -
Link copied to clipboard
-
-
-
- -
-
open fun requestVisibleBehind(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
requestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
fun requestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
requireViewById -
Link copied to clipboard
-
-
-
- -
-
fun <T : View> requireViewById(p0: Int): T
-
-
-
-
-
-
- -
-
-
revokeUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
runOnUiThread -
Link copied to clipboard
-
-
-
- -
-
fun runOnUiThread(p0: Runnable)
-
-
-
-
-
-
- -
-
-
sendBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
-
-
-
-
-
-
- -
-
-
sendBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
setActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun setContentTransitionManager(p0: TransitionManager)
-
-
-
-
-
-
- -
-
-
setContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun setContentView(p0: View)
open override fun setContentView(@LayoutRes() p0: Int)
open override fun setContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
setDefaultKeyMode -
Link copied to clipboard
-
-
-
- -
-
fun setDefaultKeyMode(p0: Int)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(p0: SharedElementCallback)
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(p0: SharedElementCallback)
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setFeatureDrawable -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawable(p0: Int, p1: Drawable)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableAlpha -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableAlpha(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableResource -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableResource(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableUri -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableUri(p0: Int, p1: Uri)
-
-
-
-
-
-
- -
-
-
setFinishOnTouchOutside -
Link copied to clipboard
-
-
-
- -
-
open fun setFinishOnTouchOutside(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun setImmersive(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInheritShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setInheritShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setIntent -
Link copied to clipboard
-
-
-
- -
-
open fun setIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
setMediaController -
Link copied to clipboard
-
-
-
- -
-
fun setMediaController(p0: MediaController)
-
-
-
-
-
-
- -
-
-
setPictureInPictureParams -
Link copied to clipboard
-
-
-
- -
-
open fun setPictureInPictureParams(p0: PictureInPictureParams)
-
-
-
-
-
-
- -
-
-
setProgress -
Link copied to clipboard
-
-
-
- -
-
fun setProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun setRequestedOrientation(p0: Int)
-
-
-
-
-
-
- -
-
-
setResult -
Link copied to clipboard
-
-
-
- -
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
setSecondaryProgress -
Link copied to clipboard
-
-
-
- -
-
fun setSecondaryProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportActionBar(@Nullable() p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setSupportProgress -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setTaskDescription -
Link copied to clipboard
-
-
-
- -
-
open fun setTaskDescription(p0: ActivityManager.TaskDescription)
-
-
-
-
-
-
- -
-
-
setTheme -
Link copied to clipboard
-
-
-
- -
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes() p0: Int)
-
-
-
-
-
-
- -
-
-
setTitle -
Link copied to clipboard
-
-
-
- -
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
-
-
- -
-
-
setTitleColor -
Link copied to clipboard
-
-
-
- -
-
open fun setTitleColor(p0: Int)
-
-
-
-
-
-
- -
-
-
setTurnScreenOn -
Link copied to clipboard
-
-
-
- -
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVisible -
Link copied to clipboard
-
-
-
- -
-
open fun setVisible(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun setVolumeControlStream(p0: Int)
-
-
-
-
-
-
- -
-
-
setVrModeEnabled -
Link copied to clipboard
-
-
-
- -
-
open fun setVrModeEnabled(p0: Boolean, p1: ComponentName)
-
-
-
-
-
-
- -
-
-
setWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
shouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun shouldUpRecreateTask(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
showAssist -
Link copied to clipboard
-
-
-
- -
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showDialog -
Link copied to clipboard
-
-
-
- -
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showLockTaskEscapeMessage -
Link copied to clipboard
-
-
-
- -
-
open fun showLockTaskEscapeMessage()
-
-
-
-
-
-
- -
-
-
startActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startActionMode(p0: ActionMode.Callback): ActionMode?
open fun startActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
startActivities -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle)
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivityForResult(p0: Intent, p1: Int)
open override fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int, p3: Bundle?)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int, @Nullable() p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityIfNeeded -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityIfNeeded(p0: Intent, p1: Int): Boolean
open fun startActivityIfNeeded(p0: Intent, p1: Int, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startForegroundService -
Link copied to clipboard
-
-
-
- -
-
open override fun startForegroundService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startInstrumentation -
Link copied to clipboard
-
-
-
- -
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startIntentSender -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int)
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromFragment(@NonNull() p0: Fragment, p1: IntentSender, p2: Int, @Nullable() p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable() p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun startLocalVoiceInteraction(p0: Bundle)
-
-
-
-
-
-
- -
-
-
startLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun startLockTask()
-
-
-
-
-
-
- -
-
-
startManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun startManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
startNextMatchingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startNextMatchingActivity(p0: Intent): Boolean
open fun startNextMatchingActivity(p0: Intent, p1: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
startSearch -
Link copied to clipboard
-
-
-
- -
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
-
-
- -
-
-
startService -
Link copied to clipboard
-
-
-
- -
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
stopLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun stopLocalVoiceInteraction()
-
-
-
-
-
-
- -
-
-
stopLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun stopLockTask()
-
-
-
-
-
-
- -
-
-
stopManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun stopManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
stopService -
Link copied to clipboard
-
-
-
- -
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
superDispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun superDispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
supportFinishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportFinishAfterTransition()
-
-
-
-
-
-
- -
-
-
supportInvalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
supportNavigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun supportNavigateUpTo(@NonNull() p0: Intent)
-
-
-
-
-
-
- -
-
-
supportPostponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportPostponeEnterTransition()
-
-
-
-
-
-
- -
-
-
supportRequestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
open fun supportRequestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
supportShouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun supportShouldUpRecreateTask(@NonNull() p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
supportStartPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportStartPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
takeKeyEvents -
Link copied to clipboard
-
-
-
- -
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
- -
-
-
triggerSearch -
Link copied to clipboard
-
-
-
- -
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
unbindService -
Link copied to clipboard
-
-
-
- -
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
-
-
- -
-
-
unregisterActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- - -
-
-
-
-
- -
-
-
unregisterComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
unregisterReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
-
-
- -
-
-
updateServiceGroup -
Link copied to clipboard
-
-
-
- -
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
-
-
- -
-
-
validateRequestPermissionsRequestCode -
Link copied to clipboard
-
-
-
- -
-
override fun validateRequestPermissionsRequestCode(p0: Int)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mCreated -
Link copied to clipboard
-
-
-
-
val mCreated: Boolean
-
-
-
-
- -
-
-
mFragmentLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mFragmentLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mFragments -
Link copied to clipboard
-
-
-
-
val mFragments: FragmentController
-
-
-
-
- -
-
-
mNextCandidateRequestIndex -
Link copied to clipboard
-
-
-
-
val mNextCandidateRequestIndex: Int
-
-
-
-
- -
-
-
mPendingFragmentActivityResults -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mRequestedPermissionsFromFragment -
Link copied to clipboard
-
-
-
-
val mRequestedPermissionsFromFragment: Boolean
-
-
-
-
- -
-
-
mResumed -
Link copied to clipboard
-
-
-
-
val mResumed: Boolean
-
-
-
-
- -
-
-
mStartedActivityFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedActivityFromFragment: Boolean
-
-
-
-
- -
-
-
mStartedIntentSenderFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedIntentSenderFromFragment: Boolean
-
-
-
-
- -
-
-
mStopped -
Link copied to clipboard
-
-
-
-
val mStopped: Boolean
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample7/-simple-fragment/-simple-fragment.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample7/-simple-fragment/-simple-fragment.html deleted file mode 100644 index 04fa0b6a..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample7/-simple-fragment/-simple-fragment.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - SimpleFragment - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

SimpleFragment

-
-
- -
-
fun SimpleFragment()
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample7/-simple-fragment/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample7/-simple-fragment/index.html deleted file mode 100644 index c3bf9812..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample7/-simple-fragment/index.html +++ /dev/null @@ -1,3393 +0,0 @@ - - - - SimpleFragment - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

SimpleFragment

-
class SimpleFragment : MvvmFragment<<ERROR CLASS>, SimpleViewModel>
-
-
-
-
-

Functions

-
-
-
-
callStartTransitionListener -
Link copied to clipboard
-
-
-
- -
-
open fun callStartTransitionListener()
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
operator override fun equals(@Nullable() other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
findFragmentByWho -
Link copied to clipboard
-
-
-
- -
-
open fun findFragmentByWho(@NonNull() p0: String): Fragment?
-
-
-
-
-
-
- -
-
-
getActivity -
Link copied to clipboard
-
-
-
- -
-
fun getActivity(): FragmentActivity?
-
-
-
-
-
-
- -
-
-
getAllowEnterTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun getAllowEnterTransitionOverlap(): Boolean
-
-
-
-
-
-
- -
-
-
getAllowReturnTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun getAllowReturnTransitionOverlap(): Boolean
-
-
-
-
-
-
- -
-
-
getAnimatingAway -
Link copied to clipboard
-
-
-
- -
-
open fun getAnimatingAway(): View
-
-
-
-
-
-
- -
-
-
getAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun getAnimator(): Animator
-
-
-
-
-
-
- -
-
-
getArguments -
Link copied to clipboard
-
-
-
- -
-
fun getArguments(): Bundle?
-
-
-
-
-
-
- -
-
-
getChildFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getChildFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getContext -
Link copied to clipboard
-
-
-
- -
-
open fun getContext(): Context?
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getEnterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getEnterTransitionCallback -
Link copied to clipboard
-
-
-
- -
-
open fun getEnterTransitionCallback(): SharedElementCallback
-
-
-
-
-
-
- -
-
-
getExitTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getExitTransition(): Any?
-
-
-
-
-
-
- -
-
-
getExitTransitionCallback -
Link copied to clipboard
-
-
-
- -
-
open fun getExitTransitionCallback(): SharedElementCallback
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getFragmentManager(): FragmentManager?
-
-
-
-
-
-
- -
-
-
getHost -
Link copied to clipboard
-
-
-
- -
-
fun getHost(): Any?
-
-
-
-
-
-
- -
-
-
getId -
Link copied to clipboard
-
-
-
- -
-
fun getId(): Int
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
fun getLayoutInflater(): LayoutInflater
open fun getLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getNextAnim -
Link copied to clipboard
-
-
-
- -
-
open fun getNextAnim(): Int
-
-
-
-
-
-
- -
-
-
getNextTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getNextTransition(): Int
-
-
-
-
-
-
- -
-
-
getParentFragment -
Link copied to clipboard
-
-
-
- -
-
fun getParentFragment(): Fragment?
-
-
-
-
-
-
- -
-
-
getParentFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun getParentFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getReenterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getReenterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getRetainInstance -
Link copied to clipboard
-
-
-
- -
-
fun getRetainInstance(): Boolean
-
-
-
-
-
-
- -
-
-
getReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getReturnTransition(): Any?
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSharedElementEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getSharedElementEnterTransition(): Any?
-
-
-
-
-
-
- -
-
-
getSharedElementReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun getSharedElementReturnTransition(): Any?
-
-
-
-
-
-
- -
-
-
getStateAfterAnimating -
Link copied to clipboard
-
-
-
- -
-
open fun getStateAfterAnimating(): Int
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(@StringRes() p0: Int): String
fun getString(@StringRes() p0: Int, @Nullable() vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getTag -
Link copied to clipboard
-
-
-
- -
-
fun getTag(): String?
-
-
-
-
-
-
- -
-
-
getTargetFragment -
Link copied to clipboard
-
-
-
- -
-
fun getTargetFragment(): Fragment?
-
-
-
-
-
-
- -
-
-
getTargetRequestCode -
Link copied to clipboard
-
-
-
- -
-
fun getTargetRequestCode(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(@StringRes() p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getUserVisibleHint -
Link copied to clipboard
-
-
-
- -
-
open fun getUserVisibleHint(): Boolean
-
-
-
-
-
-
- -
-
-
getView -
Link copied to clipboard
-
-
-
- -
-
open fun getView(): View?
-
-
-
-
-
-
- -
-
-
getViewLifecycleOwner -
Link copied to clipboard
-
-
-
- -
-
open fun getViewLifecycleOwner(): LifecycleOwner
-
-
-
-
-
-
- -
-
-
getViewLifecycleOwnerLiveData -
Link copied to clipboard
-
-
-
- -
-
open fun getViewLifecycleOwnerLiveData(): LiveData<LifecycleOwner>
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
override fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
fun hasOptionsMenu(): Boolean
-
-
-
-
-
-
- -
-
-
initState -
Link copied to clipboard
-
-
-
- -
-
open fun initState()
-
-
-
-
-
-
- -
-
-
isAdded -
Link copied to clipboard
-
-
-
- -
-
fun isAdded(): Boolean
-
-
-
-
-
-
- -
-
-
isDetached -
Link copied to clipboard
-
-
-
- -
-
fun isDetached(): Boolean
-
-
-
-
-
-
- -
-
-
isHidden -
Link copied to clipboard
-
-
-
- -
-
fun isHidden(): Boolean
-
-
-
-
-
-
- -
-
-
isHideReplaced -
Link copied to clipboard
-
-
-
- -
-
open fun isHideReplaced(): Boolean
-
-
-
-
-
-
- -
-
-
isInBackStack -
Link copied to clipboard
-
-
-
- -
-
fun isInBackStack(): Boolean
-
-
-
-
-
-
- -
-
-
isInLayout -
Link copied to clipboard
-
-
-
- -
-
fun isInLayout(): Boolean
-
-
-
-
-
-
- -
-
-
isMenuVisible -
Link copied to clipboard
-
-
-
- -
-
fun isMenuVisible(): Boolean
-
-
-
-
-
-
- -
-
-
isPostponed -
Link copied to clipboard
-
-
-
- -
-
open fun isPostponed(): Boolean
-
-
-
-
-
-
- -
-
-
isRemoving -
Link copied to clipboard
-
-
-
- -
-
fun isRemoving(): Boolean
-
-
-
-
-
-
- -
-
-
isRemovingParent -
Link copied to clipboard
-
-
-
- -
-
fun isRemovingParent(): Boolean
-
-
-
-
-
-
- -
-
-
isResumed -
Link copied to clipboard
-
-
-
- -
-
fun isResumed(): Boolean
-
-
-
-
-
-
- -
-
-
isStateSaved -
Link copied to clipboard
-
-
-
- -
-
fun isStateSaved(): Boolean
-
-
-
-
-
-
- -
-
-
isVisible -
Link copied to clipboard
-
-
-
- -
-
fun isVisible(): Boolean
-
-
-
-
-
-
- -
-
-
noteStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open fun noteStateNotSaved()
-
-
-
-
-
-
- -
-
-
onActivityCreated -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityCreated(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onAttach -
Link copied to clipboard
-
-
-
- -
-
open fun onAttach(@NonNull() p0: Activity)
open fun onAttach(@NonNull() p0: Context)
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreate(savedInstanceState: Bundle?)
-
-
-
-
-
-
- -
-
-
onCreateAnimation -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateAnimation(p0: Int, p1: Boolean, p2: Int): Animation?
-
-
-
-
-
-
- -
-
-
onCreateAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateAnimator(p0: Int, p1: Boolean, p2: Int): Animator?
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(@NonNull() p0: ContextMenu, @NonNull() p1: View, @Nullable() p2: ContextMenu.ContextMenuInfo?)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(@NonNull() p0: Menu, @NonNull() p1: MenuInflater)
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDestroyOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onDestroyOptionsMenu()
-
-
-
-
-
-
- -
-
-
onDestroyView -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroyView()
-
-
-
-
-
-
- -
-
-
onDetach -
Link copied to clipboard
-
-
-
- -
-
open fun onDetach()
-
-
-
-
-
-
- -
-
-
onGetLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun onGetLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
onHiddenChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onHiddenChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onInflate -
Link copied to clipboard
-
-
-
- -
-
open fun onInflate(@NonNull() p0: Activity, @NonNull() p1: AttributeSet, @Nullable() p2: Bundle?)
open fun onInflate(@NonNull() p0: Context, @NonNull() p1: AttributeSet, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onMultiWindowModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open fun onPause()
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPictureInPictureModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
onPrimaryNavigationFragmentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPrimaryNavigationFragmentChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open fun onResume()
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onSaveInstanceState(@NonNull() p0: Bundle)
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open fun onStart()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open fun onStop()
-
-
-
-
-
-
- -
-
-
onViewCreated -
Link copied to clipboard
-
-
-
- -
-
open override fun onViewCreated(view: View, savedInstanceState: Bundle?)
-
-
-
-
-
-
- -
-
-
onViewStateRestored -
Link copied to clipboard
-
-
-
- -
-
open fun onViewStateRestored(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
performActivityCreated -
Link copied to clipboard
-
-
-
- -
-
open fun performActivityCreated(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performAttach -
Link copied to clipboard
-
-
-
- -
-
open fun performAttach()
-
-
-
-
-
-
- -
-
-
performConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
performContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun performContextItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
performCreate -
Link copied to clipboard
-
-
-
- -
-
open fun performCreate(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun performCreateOptionsMenu(@NonNull() p0: Menu, @NonNull() p1: MenuInflater): Boolean
-
-
-
-
-
-
- -
-
-
performCreateView -
Link copied to clipboard
-
-
-
- -
-
open fun performCreateView(@NonNull() p0: LayoutInflater, @Nullable() p1: ViewGroup?, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
performDestroy -
Link copied to clipboard
-
-
-
- -
-
open fun performDestroy()
-
-
-
-
-
-
- -
-
-
performDestroyView -
Link copied to clipboard
-
-
-
- -
-
open fun performDestroyView()
-
-
-
-
-
-
- -
-
-
performDetach -
Link copied to clipboard
-
-
-
- -
-
open fun performDetach()
-
-
-
-
-
-
- -
-
-
performGetLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun performGetLayoutInflater(@Nullable() p0: Bundle?): LayoutInflater
-
-
-
-
-
-
- -
-
-
performLowMemory -
Link copied to clipboard
-
-
-
- -
-
open fun performLowMemory()
-
-
-
-
-
-
- -
-
-
performMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performMultiWindowModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
performOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun performOptionsItemSelected(@NonNull() p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
performOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun performOptionsMenuClosed(@NonNull() p0: Menu)
-
-
-
-
-
-
- -
-
-
performPause -
Link copied to clipboard
-
-
-
- -
-
open fun performPause()
-
-
-
-
-
-
- -
-
-
performPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performPictureInPictureModeChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
performPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun performPrepareOptionsMenu(@NonNull() p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
performPrimaryNavigationFragmentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun performPrimaryNavigationFragmentChanged()
-
-
-
-
-
-
- -
-
-
performResume -
Link copied to clipboard
-
-
-
- -
-
open fun performResume()
-
-
-
-
-
-
- -
-
-
performSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun performSaveInstanceState(p0: Bundle)
-
-
-
-
-
-
- -
-
-
performStart -
Link copied to clipboard
-
-
-
- -
-
open fun performStart()
-
-
-
-
-
-
- -
-
-
performStop -
Link copied to clipboard
-
-
-
- -
-
open fun performStop()
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
fun postponeEnterTransition(p0: Long, @NonNull() p1: TimeUnit)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(@NonNull() p0: View)
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(@NonNull() p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requireActivity -
Link copied to clipboard
-
-
-
- -
-
fun requireActivity(): FragmentActivity
-
-
-
-
-
-
- -
-
-
requireArguments -
Link copied to clipboard
-
-
-
- -
-
fun requireArguments(): Bundle
-
-
-
-
-
-
- -
-
-
requireContext -
Link copied to clipboard
-
-
-
- -
-
fun requireContext(): Context
-
-
-
-
-
-
- -
-
-
requireFragmentManager -
Link copied to clipboard
-
-
-
- -
-
fun requireFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
requireHost -
Link copied to clipboard
-
-
-
- -
-
fun requireHost(): Any
-
-
-
-
-
-
- -
-
-
requireParentFragment -
Link copied to clipboard
-
-
-
- -
-
fun requireParentFragment(): Fragment
-
-
-
-
-
-
- -
-
-
requireView -
Link copied to clipboard
-
-
-
- -
-
fun requireView(): View
-
-
-
-
-
-
- -
-
-
restoreChildFragmentState -
Link copied to clipboard
-
-
-
- -
-
open fun restoreChildFragmentState(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
restoreViewState -
Link copied to clipboard
-
-
-
- -
-
fun restoreViewState(p0: Bundle)
-
-
-
-
-
-
- -
-
-
setAllowEnterTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun setAllowEnterTransitionOverlap(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setAllowReturnTransitionOverlap -
Link copied to clipboard
-
-
-
- -
-
open fun setAllowReturnTransitionOverlap(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setAnimatingAway -
Link copied to clipboard
-
-
-
- -
-
open fun setAnimatingAway(p0: View)
-
-
-
-
-
-
- -
-
-
setAnimator -
Link copied to clipboard
-
-
-
- -
-
open fun setAnimator(p0: Animator)
-
-
-
-
-
-
- -
-
-
setArguments -
Link copied to clipboard
-
-
-
- -
-
open fun setArguments(@Nullable() p0: Bundle?)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setExitTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setHasOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun setHasOptionsMenu(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setHideReplaced -
Link copied to clipboard
-
-
-
- -
-
open fun setHideReplaced(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInitialSavedState -
Link copied to clipboard
-
-
-
- -
-
open fun setInitialSavedState(@Nullable() p0: Fragment.SavedState?)
-
-
-
-
-
-
- -
-
-
setMenuVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setMenuVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setNextAnim -
Link copied to clipboard
-
-
-
- -
-
open fun setNextAnim(p0: Int)
-
-
-
-
-
-
- -
-
-
setNextTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setNextTransition(p0: Int)
-
-
-
-
-
-
- -
-
-
setOnStartEnterTransitionListener -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
setReenterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setReenterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setRetainInstance -
Link copied to clipboard
-
-
-
- -
-
open fun setRetainInstance(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setReturnTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setSharedElementEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setSharedElementEnterTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setSharedElementReturnTransition -
Link copied to clipboard
-
-
-
- -
-
open fun setSharedElementReturnTransition(@Nullable() p0: Any?)
-
-
-
-
-
-
- -
-
-
setStateAfterAnimating -
Link copied to clipboard
-
-
-
- -
-
open fun setStateAfterAnimating(p0: Int)
-
-
-
-
-
-
- -
-
-
setTargetFragment -
Link copied to clipboard
-
-
-
- -
-
open fun setTargetFragment(@Nullable() p0: Fragment?, p1: Int)
-
-
-
-
-
-
- -
-
-
setUserVisibleHint -
Link copied to clipboard
-
-
-
- -
-
open fun setUserVisibleHint(p0: Boolean)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(@NonNull() p0: String): Boolean
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startActivity(p0: Intent)
open fun startActivity(p0: Intent, @Nullable() p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityForResult(p0: Intent, p1: Int)
open fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open override fun toString(): String
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(@NonNull() p0: View)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mAdded -
Link copied to clipboard
-
-
-
-
val mAdded: Boolean
-
-
-
-
- -
-
-
mAnimationInfo -
Link copied to clipboard
-
-
-
-
val mAnimationInfo: Fragment.AnimationInfo
-
-
-
-
- -
-
-
mArguments -
Link copied to clipboard
-
-
-
-
val mArguments: Bundle
-
-
-
-
- -
-
-
mBackStackNesting -
Link copied to clipboard
-
-
-
-
val mBackStackNesting: Int
-
-
-
-
- -
-
-
mChildFragmentManager -
Link copied to clipboard
-
-
-
-
val mChildFragmentManager: FragmentManager
-
-
-
-
- -
-
-
mContainer -
Link copied to clipboard
-
-
-
-
val mContainer: ViewGroup
-
-
-
-
- -
-
-
mContainerId -
Link copied to clipboard
-
-
-
-
val mContainerId: Int
-
-
-
-
- -
-
-
mDeferStart -
Link copied to clipboard
-
-
-
-
val mDeferStart: Boolean
-
-
-
-
- -
-
-
mDetached -
Link copied to clipboard
-
-
-
-
val mDetached: Boolean
-
-
-
-
- -
-
-
mFragmentId -
Link copied to clipboard
-
-
-
-
val mFragmentId: Int
-
-
-
-
- -
-
-
mFragmentManager -
Link copied to clipboard
-
-
-
-
val mFragmentManager: FragmentManager
-
-
-
-
- -
-
-
mFromLayout -
Link copied to clipboard
-
-
-
-
val mFromLayout: Boolean
-
-
-
-
- -
-
-
mHasMenu -
Link copied to clipboard
-
-
-
-
val mHasMenu: Boolean
-
-
-
-
- -
-
-
mHidden -
Link copied to clipboard
-
-
-
-
val mHidden: Boolean
-
-
-
-
- -
-
-
mHiddenChanged -
Link copied to clipboard
-
-
-
-
val mHiddenChanged: Boolean
-
-
-
-
- -
-
-
mHost -
Link copied to clipboard
-
-
-
-
val mHost: FragmentHostCallback<*>
-
-
-
-
- -
-
-
mInLayout -
Link copied to clipboard
-
-
-
-
val mInLayout: Boolean
-
-
-
-
- -
-
-
mIsCreated -
Link copied to clipboard
-
-
-
-
val mIsCreated: Boolean
-
-
-
-
- -
-
-
mIsNewlyAdded -
Link copied to clipboard
-
-
-
-
val mIsNewlyAdded: Boolean
-
-
-
-
- -
-
-
mLayoutInflater -
Link copied to clipboard
-
-
-
-
val mLayoutInflater: LayoutInflater
-
-
-
-
- -
-
-
mLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mMaxState -
Link copied to clipboard
-
-
-
-
val mMaxState: Lifecycle.State
-
-
-
-
- -
-
-
mMenuVisible -
Link copied to clipboard
-
-
-
-
val mMenuVisible: Boolean
-
-
-
-
- -
-
-
mParentFragment -
Link copied to clipboard
-
-
-
-
val mParentFragment: Fragment
-
-
-
-
- -
-
-
mPerformedCreateView -
Link copied to clipboard
-
-
-
-
val mPerformedCreateView: Boolean
-
-
-
-
- -
-
-
mPostponedAlpha -
Link copied to clipboard
-
-
-
-
val mPostponedAlpha: Float
-
-
-
-
- -
-
-
mPostponedDurationRunnable -
Link copied to clipboard
-
-
-
-
val mPostponedDurationRunnable: Runnable
-
-
-
-
- -
-
-
mRemoving -
Link copied to clipboard
-
-
-
-
val mRemoving: Boolean
-
-
-
-
- -
-
-
mRestored -
Link copied to clipboard
-
-
-
-
val mRestored: Boolean
-
-
-
-
- -
-
-
mRetainInstance -
Link copied to clipboard
-
-
-
-
val mRetainInstance: Boolean
-
-
-
-
- -
-
-
mRetainInstanceChangedWhileDetached -
Link copied to clipboard
-
-
-
-
val mRetainInstanceChangedWhileDetached: Boolean
-
-
-
-
- -
-
-
mSavedFragmentState -
Link copied to clipboard
-
-
-
-
val mSavedFragmentState: Bundle
-
-
-
-
- -
-
-
mSavedStateRegistryController -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mSavedUserVisibleHint -
Link copied to clipboard
-
-
-
-
val mSavedUserVisibleHint: Boolean?
-
-
-
-
- -
-
-
mSavedViewState -
Link copied to clipboard
-
-
-
-
val mSavedViewState: SparseArray<Parcelable>
-
-
-
-
- -
-
-
mState -
Link copied to clipboard
-
-
-
-
val mState: Int
-
-
-
-
- -
-
-
mTag -
Link copied to clipboard
-
-
-
-
val mTag: String
-
-
-
-
- -
-
-
mTarget -
Link copied to clipboard
-
-
-
-
val mTarget: Fragment
-
-
-
-
- -
-
-
mTargetRequestCode -
Link copied to clipboard
-
-
-
-
val mTargetRequestCode: Int
-
-
-
-
- -
-
-
mTargetWho -
Link copied to clipboard
-
-
-
-
val mTargetWho: String
-
-
-
-
- -
-
-
mUserVisibleHint -
Link copied to clipboard
-
-
-
-
val mUserVisibleHint: Boolean
-
-
-
-
- -
-
-
mView -
Link copied to clipboard
-
-
-
-
val mView: View
-
-
-
-
- -
-
-
mViewLifecycleOwner -
Link copied to clipboard
-
-
-
-
val mViewLifecycleOwner: FragmentViewLifecycleOwner?
-
-
-
-
- -
-
-
mViewLifecycleOwnerLiveData -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mWho -
Link copied to clipboard
-
-
-
-
val mWho: String
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app.sample7/index.html b/docs/sample/android-app/android-app/com.icerockdev.app.sample7/index.html deleted file mode 100644 index f00323cd..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app.sample7/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - com.icerockdev.app.sample7 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.app.sample7

-
-
-
-
-

Types

-
-
-
-
ContainerActivity -
Link copied to clipboard
-
-
-
- -
-
class ContainerActivity : AppCompatActivity
-
-
-
-
-
-
- -
-
-
SimpleFragment -
Link copied to clipboard
-
-
-
- -
-
class SimpleFragment : MvvmFragment<<ERROR CLASS>, SimpleViewModel>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/-main-activity.html b/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/-main-activity.html deleted file mode 100644 index 31bfdfea..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/-main-activity.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - MainActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MainActivity

-
-
- -
-
fun MainActivity()
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/index.html b/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/index.html deleted file mode 100644 index 5e3ce036..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/index.html +++ /dev/null @@ -1,6678 +0,0 @@ - - - - MainActivity - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MainActivity

-
class MainActivity : AppCompatActivity
-
-
-
-
-

Functions

-
-
-
-
addContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun addContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
applyOverrideConfiguration -
Link copied to clipboard
-
-
-
- -
-
open fun applyOverrideConfiguration(p0: Configuration)
-
-
-
-
-
-
- -
-
-
attachBaseContext -
Link copied to clipboard
-
-
-
- -
-
open override fun attachBaseContext(p0: Context)
-
-
-
-
-
-
- -
-
-
bindIsolatedService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindIsolatedService(p0: Intent, p1: Int, p2: String, p3: Executor, p4: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
bindService -
Link copied to clipboard
-
-
-
- -
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
-
-
- -
-
-
checkPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
-
-
- -
-
-
checkSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
-
-
- -
-
-
checkUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
-
-
- -
-
-
clearWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun clearWallpaper()
-
-
-
-
-
-
- -
-
-
closeContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun closeContextMenu()
-
-
-
-
-
-
- -
-
-
closeOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun closeOptionsMenu()
-
-
-
-
-
-
- -
-
-
createConfigurationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createConfigurationContext(p0: Configuration): Context
-
-
-
-
-
-
- -
-
-
createContextForSplit -
Link copied to clipboard
-
-
-
- -
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
-
-
- -
-
-
createDeviceProtectedStorageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDeviceProtectedStorageContext(): Context
-
-
-
-
-
-
- -
-
-
createDisplayContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
-
-
- -
-
-
createPackageContext -
Link copied to clipboard
-
-
-
- -
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
-
-
- -
-
-
createPendingResult -
Link copied to clipboard
-
-
-
- -
-
open fun createPendingResult(p0: Int, p1: Intent, p2: Int): PendingIntent
-
-
-
-
-
-
- -
-
-
databaseList -
Link copied to clipboard
-
-
-
- -
-
open override fun databaseList(): Array<String>
-
-
-
-
-
-
- -
-
-
deleteDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteFile -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
deleteSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
dismissDialog -
Link copied to clipboard
-
-
-
- -
-
fun dismissDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
dismissKeyboardShortcutsHelper -
Link copied to clipboard
-
-
-
- -
-
fun dismissKeyboardShortcutsHelper()
-
-
-
-
-
-
- -
-
-
dispatchFragmentsOnCreateView -
Link copied to clipboard
-
-
-
- -
-
fun dispatchFragmentsOnCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
dispatchGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchKeyShortcutEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchPopulateAccessibilityEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dispatchTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
dump -
Link copied to clipboard
-
-
-
- -
-
open override fun dump(@NonNull() p0: String, @Nullable() p1: FileDescriptor?, @NonNull() p2: PrintWriter, @Nullable() p3: Array<String>?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingOrSelfUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforceCallingPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
-
-
- -
-
-
enforceCallingUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
-
-
- -
-
-
enforcePermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
-
-
- -
-
-
enforceUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
-
-
- -
-
-
enterPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun enterPictureInPictureMode()
open fun enterPictureInPictureMode(p0: PictureInPictureParams): Boolean
-
-
-
-
-
-
- -
-
-
equals -
Link copied to clipboard
-
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
fileList -
Link copied to clipboard
-
-
-
- -
-
open override fun fileList(): Array<String>
-
-
-
-
-
-
- -
-
-
findViewById -
Link copied to clipboard
-
-
-
- -
-
open override fun <T : View> findViewById(@IdRes() p0: Int): T
-
-
-
-
-
-
- -
-
-
finish -
Link copied to clipboard
-
-
-
- -
-
open fun finish()
-
-
-
-
-
-
- -
-
-
finishActivity -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivity(p0: Int)
-
-
-
-
-
-
- -
-
-
finishActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishActivityFromChild(p0: Activity, p1: Int)
-
-
-
-
-
-
- -
-
-
finishAffinity -
Link copied to clipboard
-
-
-
- -
-
open fun finishAffinity()
-
-
-
-
-
-
- -
-
-
finishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun finishAfterTransition()
-
-
-
-
-
-
- -
-
-
finishAndRemoveTask -
Link copied to clipboard
-
-
-
- -
-
open fun finishAndRemoveTask()
-
-
-
-
-
-
- -
-
-
finishFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun finishFromChild(p0: Activity)
-
-
-
-
-
-
- -
-
-
getActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getApplication -
Link copied to clipboard
-
-
-
- -
-
fun getApplication(): Application
-
-
-
-
-
-
- -
-
-
getApplicationContext -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationContext(): Context
-
-
-
-
-
-
- -
-
-
getApplicationInfo -
Link copied to clipboard
-
-
-
- -
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
-
-
- -
-
-
getAssets -
Link copied to clipboard
-
-
-
- -
-
open override fun getAssets(): AssetManager
-
-
-
-
-
-
- -
-
-
getBaseContext -
Link copied to clipboard
-
-
-
- -
-
open fun getBaseContext(): Context
-
-
-
-
-
-
- -
-
-
getCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCacheDir(): File
-
-
-
-
-
-
- -
-
-
getCallingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingActivity(): ComponentName?
-
-
-
-
-
-
- -
-
-
getCallingPackage -
Link copied to clipboard
-
-
-
- -
-
open fun getCallingPackage(): String?
-
-
-
-
-
-
- -
-
-
getChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun getChangingConfigurations(): Int
-
-
-
-
-
-
- -
-
-
getClassLoader -
Link copied to clipboard
-
-
-
- -
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
-
-
- -
-
-
getCodeCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getCodeCacheDir(): File
-
-
-
-
-
-
- -
-
-
getColor -
Link copied to clipboard
-
-
-
- -
-
fun getColor(p0: Int): Int
-
-
-
-
-
-
- -
-
-
getColorStateList -
Link copied to clipboard
-
-
-
- -
-
fun getColorStateList(p0: Int): ColorStateList
-
-
-
-
-
-
- -
-
-
getComponentName -
Link copied to clipboard
-
-
-
- -
-
open fun getComponentName(): ComponentName
-
-
-
-
-
-
- -
-
-
getContentResolver -
Link copied to clipboard
-
-
-
- -
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
-
-
- -
-
-
getContentScene -
Link copied to clipboard
-
-
-
- -
-
open fun getContentScene(): Scene
-
-
-
-
-
-
- -
-
-
getContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun getContentTransitionManager(): TransitionManager
-
-
-
-
-
-
- -
-
-
getCurrentFocus -
Link copied to clipboard
-
-
-
- -
-
open fun getCurrentFocus(): View?
-
-
-
-
-
-
- -
-
-
getDatabasePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
-
-
- -
-
-
getDataDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDataDir(): File
-
-
-
-
-
-
- -
-
-
getDefaultViewModelProviderFactory -
Link copied to clipboard
-
-
-
- -
-
open override fun getDefaultViewModelProviderFactory(): ViewModelProvider.Factory
-
-
-
-
-
-
- -
-
-
getDelegate -
Link copied to clipboard
-
-
-
- -
-
open fun getDelegate(): AppCompatDelegate
-
-
-
-
-
-
- -
-
-
getDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
-
-
- -
-
-
getDrawable -
Link copied to clipboard
-
-
-
- -
-
fun getDrawable(p0: Int): Drawable?
-
-
-
-
-
-
- -
-
-
getDrawerToggleDelegate -
Link copied to clipboard
-
-
-
- -
-
open override fun getDrawerToggleDelegate(): ActionBarDrawerToggle.Delegate?
-
-
-
-
-
-
- -
-
-
getExternalCacheDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDir(): File?
-
-
-
-
-
-
- -
-
-
getExternalCacheDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
-
-
- -
-
-
getExternalFilesDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
-
-
- -
-
-
getExternalMediaDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun <T : ComponentActivity.ExtraData> getExtraData(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getFilesDir(): File
-
-
-
-
-
-
- -
-
-
getFileStreamPath -
Link copied to clipboard
-
-
-
- -
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
-
-
- -
-
-
getFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getIntent(): Intent
-
-
-
-
-
-
- -
-
-
getLastCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLastNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun getLastNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
getLayoutInflater -
Link copied to clipboard
-
-
-
- -
-
open fun getLayoutInflater(): LayoutInflater
-
-
-
-
-
-
- -
-
-
getLifecycle -
Link copied to clipboard
-
-
-
- -
-
open override fun getLifecycle(): Lifecycle
-
-
-
-
-
-
- -
-
-
getLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getLocalClassName -
Link copied to clipboard
-
-
-
- -
-
open fun getLocalClassName(): String
-
-
-
-
-
-
- -
-
-
getMainExecutor -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainExecutor(): Executor
-
-
-
-
-
-
- -
-
-
getMainLooper -
Link copied to clipboard
-
-
-
- -
-
open override fun getMainLooper(): Looper
-
-
-
-
-
-
- -
-
-
getMaxNumPictureInPictureActions -
Link copied to clipboard
-
-
-
- -
-
open fun getMaxNumPictureInPictureActions(): Int
-
-
-
-
-
-
- -
-
-
getMediaController -
Link copied to clipboard
-
-
-
- -
-
fun getMediaController(): MediaController
-
-
-
-
-
-
- -
-
-
getMenuInflater -
Link copied to clipboard
-
-
-
- -
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
-
-
- -
-
-
getNoBackupFilesDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
-
-
- -
-
-
getObbDir -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDir(): File
-
-
-
-
-
-
- -
-
-
getObbDirs -
Link copied to clipboard
-
-
-
- -
-
open override fun getObbDirs(): Array<File>
-
-
-
-
-
-
- -
-
-
getOnBackPressedDispatcher -
Link copied to clipboard
-
-
-
- -
-
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher
-
-
-
-
-
-
- -
-
-
getOpPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getOpPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageCodePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageCodePath(): String
-
-
-
-
-
-
- -
-
-
getPackageManager -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageManager(): PackageManager
-
-
-
-
-
-
- -
-
-
getPackageName -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageName(): String
-
-
-
-
-
-
- -
-
-
getPackageResourcePath -
Link copied to clipboard
-
-
-
- -
-
open override fun getPackageResourcePath(): String
-
-
-
-
-
-
- -
-
-
getParent -
Link copied to clipboard
-
-
-
- -
-
fun getParent(): Activity
-
-
-
-
-
-
- -
-
-
getParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open fun getParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getPreferences -
Link copied to clipboard
-
-
-
- -
-
open fun getPreferences(p0: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun getReferrer(): Uri?
-
-
-
-
-
-
- -
-
-
getRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun getRequestedOrientation(): Int
-
-
-
-
-
-
- -
-
-
getResources -
Link copied to clipboard
-
-
-
- -
-
open override fun getResources(): Resources
-
-
-
-
-
-
- -
-
-
getSavedStateRegistry -
Link copied to clipboard
-
-
-
- -
-
override fun getSavedStateRegistry(): SavedStateRegistry
-
-
-
-
-
-
- -
-
-
getSearchEvent -
Link copied to clipboard
-
-
-
- -
-
fun getSearchEvent(): SearchEvent
-
-
-
-
-
-
- -
-
-
getSharedPreferences -
Link copied to clipboard
-
-
-
- -
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
-
-
- -
-
-
getString -
Link copied to clipboard
-
-
-
- -
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
-
-
- -
-
-
getSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportActionBar(): ActionBar?
-
-
-
-
-
-
- -
-
-
getSupportFragmentManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportFragmentManager(): FragmentManager
-
-
-
-
-
-
- -
-
-
getSupportLoaderManager -
Link copied to clipboard
-
-
-
- -
-
open fun getSupportLoaderManager(): LoaderManager
-
-
-
-
-
-
- -
-
-
getSupportParentActivityIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun getSupportParentActivityIntent(): Intent?
-
-
-
-
-
-
- -
-
-
getSystemService -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
-
-
- -
-
-
getSystemServiceName -
Link copied to clipboard
-
-
-
- -
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
-
-
- -
-
-
getTaskId -
Link copied to clipboard
-
-
-
- -
-
open fun getTaskId(): Int
-
-
-
-
-
-
- -
-
-
getText -
Link copied to clipboard
-
-
-
- -
-
fun getText(p0: Int): CharSequence
-
-
-
-
-
-
- -
-
-
getTheme -
Link copied to clipboard
-
-
-
- -
-
open override fun getTheme(): Resources.Theme
-
-
-
-
-
-
- -
-
-
getTitle -
Link copied to clipboard
-
-
-
- -
-
fun getTitle(): CharSequence
-
-
-
-
-
-
- -
-
-
getTitleColor -
Link copied to clipboard
-
-
-
- -
-
fun getTitleColor(): Int
-
-
-
-
-
-
- -
-
-
getViewModelStore -
Link copied to clipboard
-
-
-
- -
-
open override fun getViewModelStore(): ViewModelStore
-
-
-
-
-
-
- -
-
-
getVoiceInteractor -
Link copied to clipboard
-
-
-
- -
-
open fun getVoiceInteractor(): VoiceInteractor
-
-
-
-
-
-
- -
-
-
getVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun getVolumeControlStream(): Int
-
-
-
-
-
-
- -
-
-
getWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumHeight -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumHeight(): Int
-
-
-
-
-
-
- -
-
-
getWallpaperDesiredMinimumWidth -
Link copied to clipboard
-
-
-
- -
-
open override fun getWallpaperDesiredMinimumWidth(): Int
-
-
-
-
-
-
- -
-
-
getWindow -
Link copied to clipboard
-
-
-
- -
-
open fun getWindow(): Window
-
-
-
-
-
-
- -
-
-
getWindowManager -
Link copied to clipboard
-
-
-
- -
-
open fun getWindowManager(): WindowManager
-
-
-
-
-
-
- -
-
-
grantUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
hasWindowFocus -
Link copied to clipboard
-
-
-
- -
-
open fun hasWindowFocus(): Boolean
-
-
-
-
-
-
- -
-
-
invalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun invalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
isActivityTransitionRunning -
Link copied to clipboard
-
-
-
- -
-
open fun isActivityTransitionRunning(): Boolean
-
-
-
-
-
-
- -
-
-
isChangingConfigurations -
Link copied to clipboard
-
-
-
- -
-
open fun isChangingConfigurations(): Boolean
-
-
-
-
-
-
- -
-
-
isChild -
Link copied to clipboard
-
-
-
- -
-
fun isChild(): Boolean
-
-
-
-
-
-
- -
-
-
isDestroyed -
Link copied to clipboard
-
-
-
- -
-
open fun isDestroyed(): Boolean
-
-
-
-
-
-
- -
-
-
isDeviceProtectedStorage -
Link copied to clipboard
-
-
-
- -
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
-
-
- -
-
-
isFinishing -
Link copied to clipboard
-
-
-
- -
-
open fun isFinishing(): Boolean
-
-
-
-
-
-
- -
-
-
isImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun isImmersive(): Boolean
-
-
-
-
-
-
- -
-
-
isInMultiWindowMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInMultiWindowMode(): Boolean
-
-
-
-
-
-
- -
-
-
isInPictureInPictureMode -
Link copied to clipboard
-
-
-
- -
-
open fun isInPictureInPictureMode(): Boolean
-
-
-
-
-
-
- -
-
-
isLocalVoiceInteractionSupported -
Link copied to clipboard
-
-
-
- -
-
open fun isLocalVoiceInteractionSupported(): Boolean
-
-
-
-
-
-
- -
-
-
isRestricted -
Link copied to clipboard
-
-
-
- -
-
open override fun isRestricted(): Boolean
-
-
-
-
-
-
- -
-
-
isTaskRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isTaskRoot(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteraction(): Boolean
-
-
-
-
-
-
- -
-
-
isVoiceInteractionRoot -
Link copied to clipboard
-
-
-
- -
-
open fun isVoiceInteractionRoot(): Boolean
-
-
-
-
-
-
- -
-
-
managedQuery -
Link copied to clipboard
-
-
-
- -
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
-
-
- -
-
-
moveDatabaseFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveSharedPreferencesFrom -
Link copied to clipboard
-
-
-
- -
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
-
-
- -
-
-
moveTaskToBack -
Link copied to clipboard
-
-
-
- -
-
open fun moveTaskToBack(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
navigateUpToFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun navigateUpToFromChild(p0: Activity, p1: Intent): Boolean
-
-
-
-
-
-
- -
-
-
obtainStyledAttributes -
Link copied to clipboard
-
-
-
- -
-
fun obtainStyledAttributes(p0: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: Int, p1: IntArray): TypedArray
fun obtainStyledAttributes(p0: AttributeSet, p1: IntArray, p2: Int, p3: Int): TypedArray
-
-
-
-
-
-
- -
-
-
onActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onActivityReenter -
Link copied to clipboard
-
-
-
- -
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
onActivityResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onActivityResult(p0: Int, p1: Int, @Nullable() p2: Intent?)
-
-
-
-
-
-
- -
-
-
onApplyThemeResource -
Link copied to clipboard
-
-
-
- -
-
open override fun onApplyThemeResource(p0: Resources.Theme, p1: Int, p2: Boolean)
-
-
-
-
-
-
- -
-
-
onAttachedToWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onAttachedToWindow()
-
-
-
-
-
-
- -
-
-
onAttachFragment -
Link copied to clipboard
-
-
-
- -
-
open fun onAttachFragment(p0: Fragment)
open fun onAttachFragment(@NonNull() p0: Fragment)
-
-
-
-
-
-
- -
-
-
onBackPressed -
Link copied to clipboard
-
-
-
- -
-
open override fun onBackPressed()
-
-
-
-
-
-
- -
-
-
onChildTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onChildTitleChanged(p0: Activity, p1: CharSequence)
-
-
-
-
-
-
- -
-
-
onConfigurationChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onConfigurationChanged(@NonNull() p0: Configuration)
-
-
-
-
-
-
- -
-
-
onContentChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onContentChanged()
-
-
-
-
-
-
- -
-
-
onContextItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onContextItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onContextMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onContextMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onCreate -
Link copied to clipboard
-
-
-
- -
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onCreateContextMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateContextMenu(p0: ContextMenu, p1: View, p2: ContextMenu.ContextMenuInfo)
-
-
-
-
-
-
- -
-
-
onCreateDescription -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDescription(): CharSequence?
-
-
-
-
-
-
- -
-
-
onCreateDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateDialog(p0: Int): Dialog
open fun onCreateDialog(p0: Int, p1: Bundle): Dialog?
-
-
-
-
-
-
- -
-
-
onCreateNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelMenu(p0: Int, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onCreatePanelView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
-
-
- -
-
-
onCreateSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onCreateThumbnail -
Link copied to clipboard
-
-
-
- -
-
open fun onCreateThumbnail(p0: Bitmap, p1: Canvas): Boolean
-
-
-
-
-
-
- -
-
-
onCreateView -
Link copied to clipboard
-
-
-
- -
-
open override fun onCreateView(@NonNull() p0: String, @NonNull() p1: Context, @NonNull() p2: AttributeSet): View?
open override fun onCreateView(@Nullable() p0: View?, @NonNull() p1: String, @NonNull() p2: Context, @NonNull() p3: AttributeSet): View?
-
-
-
-
-
-
- -
-
-
onDestroy -
Link copied to clipboard
-
-
-
- -
-
open override fun onDestroy()
-
-
-
-
-
-
- -
-
-
onDetachedFromWindow -
Link copied to clipboard
-
-
-
- -
-
open override fun onDetachedFromWindow()
-
-
-
-
-
-
- -
-
-
onEnterAnimationComplete -
Link copied to clipboard
-
-
-
- -
-
open fun onEnterAnimationComplete()
-
-
-
-
-
-
- -
-
-
onGenericMotionEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onGenericMotionEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onGetDirectActions -
Link copied to clipboard
-
-
-
- -
-
open fun onGetDirectActions(p0: CancellationSignal, p1: Consumer<MutableList<DirectAction>>)
-
-
-
-
-
-
- -
-
-
onKeyDown -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyLongPress -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyMultiple -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyShortcut -
Link copied to clipboard
-
-
-
- -
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onKeyUp -
Link copied to clipboard
-
-
-
- -
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStarted -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStarted()
-
-
-
-
-
-
- -
-
-
onLocalVoiceInteractionStopped -
Link copied to clipboard
-
-
-
- -
-
open fun onLocalVoiceInteractionStopped()
-
-
-
-
-
-
- -
-
-
onLowMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onLowMemory()
-
-
-
-
-
-
- -
-
-
onMenuItemSelected -
Link copied to clipboard
-
-
-
- -
-
override fun onMenuItemSelected(p0: Int, @NonNull() p1: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onMenuOpened -
Link copied to clipboard
-
-
-
- -
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onMultiWindowModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onMultiWindowModeChanged(p0: Boolean)
open fun onMultiWindowModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onNavigateUpFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun onNavigateUpFromChild(p0: Activity): Boolean
-
-
-
-
-
-
- -
-
-
onNewIntent -
Link copied to clipboard
-
-
-
- -
-
open override fun onNewIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
onNightModeChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onNightModeChanged(p0: Int)
-
-
-
-
-
-
- -
-
-
onOptionsItemSelected -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsItemSelected(p0: MenuItem): Boolean
-
-
-
-
-
-
- -
-
-
onOptionsMenuClosed -
Link copied to clipboard
-
-
-
- -
-
open fun onOptionsMenuClosed(p0: Menu)
-
-
-
-
-
-
- -
-
-
onPanelClosed -
Link copied to clipboard
-
-
-
- -
-
open override fun onPanelClosed(p0: Int, @NonNull() p1: Menu)
-
-
-
-
-
-
- -
-
-
onPause -
Link copied to clipboard
-
-
-
- -
-
open override fun onPause()
-
-
-
-
-
-
- -
-
-
onPerformDirectAction -
Link copied to clipboard
-
-
-
- -
-
open fun onPerformDirectAction(p0: String, p1: Bundle, p2: CancellationSignal, p3: Consumer<Bundle>)
-
-
-
-
-
-
- -
-
-
onPictureInPictureModeChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onPictureInPictureModeChanged(p0: Boolean)
open fun onPictureInPictureModeChanged(p0: Boolean, p1: Configuration)
-
-
-
-
-
-
- -
-
-
onPointerCaptureChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onPointerCaptureChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onPostCreate -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostCreate(@Nullable() p0: Bundle?)
open fun onPostCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
-
-
- -
-
-
onPostResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onPostResume()
-
-
-
-
-
-
- -
-
-
onPrepareDialog -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareDialog(p0: Int, p1: Dialog)
open fun onPrepareDialog(p0: Int, p1: Dialog, p2: Bundle)
-
-
-
-
-
-
- -
-
-
onPrepareNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareNavigateUpTaskStack(p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onPrepareOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsMenu(p0: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareOptionsPanel -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareOptionsPanel(@Nullable() p0: View?, @NonNull() p1: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPreparePanel -
Link copied to clipboard
-
-
-
- -
-
open override fun onPreparePanel(p0: Int, @Nullable() p1: View?, @NonNull() p2: Menu): Boolean
-
-
-
-
-
-
- -
-
-
onPrepareSupportNavigateUpTaskStack -
Link copied to clipboard
-
-
-
- -
-
open fun onPrepareSupportNavigateUpTaskStack(@NonNull() p0: TaskStackBuilder)
-
-
-
-
-
-
- -
-
-
onProvideAssistContent -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistContent(p0: AssistContent)
-
-
-
-
-
-
- -
-
-
onProvideAssistData -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideAssistData(p0: Bundle)
-
-
-
-
-
-
- -
-
-
onProvideKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
open override fun onProvideKeyboardShortcuts(p0: MutableList<KeyboardShortcutGroup>, p1: Menu?, p2: Int)
-
-
-
-
-
-
- -
-
-
onProvideReferrer -
Link copied to clipboard
-
-
-
- -
-
open fun onProvideReferrer(): Uri
-
-
-
-
-
-
- -
-
-
onRequestPermissionsResult -
Link copied to clipboard
-
-
-
- -
-
open override fun onRequestPermissionsResult(p0: Int, @NonNull() p1: Array<String>, @NonNull() p2: IntArray)
-
-
-
-
-
-
- -
-
-
onRestart -
Link copied to clipboard
-
-
-
- -
-
open fun onRestart()
-
-
-
-
-
-
- -
-
-
onRestoreInstanceState -
Link copied to clipboard
-
-
-
- -
-
open fun onRestoreInstanceState(p0: Bundle)
open fun onRestoreInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onResume -
Link copied to clipboard
-
-
-
- -
-
open override fun onResume()
-
-
-
-
-
-
- -
-
-
onResumeFragments -
Link copied to clipboard
-
-
-
- -
-
open fun onResumeFragments()
-
-
-
-
-
-
- -
-
-
onRetainCustomNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
open fun onRetainCustomNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onRetainNonConfigurationInstance -
Link copied to clipboard
-
-
-
- -
-
override fun onRetainNonConfigurationInstance(): Any?
-
-
-
-
-
-
- -
-
-
onSample1ButtonPressed -
Link copied to clipboard
-
-
-
- -
-
fun onSample1ButtonPressed(view: View)
-
-
-
-
-
-
- -
-
-
onSample2ButtonPressed -
Link copied to clipboard
-
-
-
- -
-
fun onSample2ButtonPressed(view: View)
-
-
-
-
-
-
- -
-
-
onSample3ButtonPressed -
Link copied to clipboard
-
-
-
- -
-
fun onSample3ButtonPressed(view: View)
-
-
-
-
-
-
- -
-
-
onSample4ButtonPressed -
Link copied to clipboard
-
-
-
- -
-
fun onSample4ButtonPressed(view: View)
-
-
-
-
-
-
- -
-
-
onSample5ButtonPressed -
Link copied to clipboard
-
-
-
- -
-
fun onSample5ButtonPressed(view: View)
-
-
-
-
-
-
- -
-
-
onSample6ButtonPressed -
Link copied to clipboard
-
-
-
- -
-
fun onSample6ButtonPressed(view: View)
-
-
-
-
-
-
- -
-
-
onSample7ButtonPressed -
Link copied to clipboard
-
-
-
- -
-
fun onSample7ButtonPressed(view: View)
-
-
-
-
-
-
- -
-
-
onSaveInstanceState -
Link copied to clipboard
-
-
-
- -
-
open override fun onSaveInstanceState(@NonNull() p0: Bundle)
open fun onSaveInstanceState(p0: Bundle, p1: PersistableBundle)
-
-
-
-
-
-
- -
-
-
onSearchRequested -
Link copied to clipboard
-
-
-
- -
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
-
-
- -
-
-
onStart -
Link copied to clipboard
-
-
-
- -
-
open override fun onStart()
-
-
-
-
-
-
- -
-
-
onStateNotSaved -
Link copied to clipboard
-
-
-
- -
-
open override fun onStateNotSaved()
-
-
-
-
-
-
- -
-
-
onStop -
Link copied to clipboard
-
-
-
- -
-
open override fun onStop()
-
-
-
-
-
-
- -
-
-
onSupportActionModeFinished -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeFinished(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportActionModeStarted -
Link copied to clipboard
-
-
-
- -
-
open override fun onSupportActionModeStarted(@NonNull() p0: ActionMode)
-
-
-
-
-
-
- -
-
-
onSupportContentChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportContentChanged()
-
-
-
-
-
-
- -
-
-
onSupportNavigateUp -
Link copied to clipboard
-
-
-
- -
-
open fun onSupportNavigateUp(): Boolean
-
-
-
-
-
-
- -
-
-
onTitleChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onTitleChanged(p0: CharSequence, p1: Int)
-
-
-
-
-
-
- -
-
-
onTopResumedActivityChanged -
Link copied to clipboard
-
-
-
- -
-
open fun onTopResumedActivityChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onTouchEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrackballEvent -
Link copied to clipboard
-
-
-
- -
-
open fun onTrackballEvent(p0: MotionEvent): Boolean
-
-
-
-
-
-
- -
-
-
onTrimMemory -
Link copied to clipboard
-
-
-
- -
-
open override fun onTrimMemory(p0: Int)
-
-
-
-
-
-
- -
-
-
onUserInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun onUserInteraction()
-
-
-
-
-
-
- -
-
-
onUserLeaveHint -
Link copied to clipboard
-
-
-
- -
-
open fun onUserLeaveHint()
-
-
-
-
-
-
- -
-
-
onVisibleBehindCanceled -
Link copied to clipboard
-
-
-
- -
-
open fun onVisibleBehindCanceled()
-
-
-
-
-
-
- -
-
-
onWindowAttributesChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowAttributesChanged(p0: WindowManager.LayoutParams)
-
-
-
-
-
-
- -
-
-
onWindowFocusChanged -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
-
-
- -
-
-
onWindowStartingActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingActionMode(p0: ActionMode.Callback): ActionMode?
open override fun onWindowStartingActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
onWindowStartingSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open override fun onWindowStartingSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
openContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun openContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
openFileInput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
-
-
- -
-
-
openFileOutput -
Link copied to clipboard
-
-
-
- -
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
-
-
- -
-
-
openOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun openOptionsMenu()
-
-
-
-
-
-
- -
-
-
openOrCreateDatabase -
Link copied to clipboard
-
-
-
- -
-
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory): SQLiteDatabase
open override fun openOrCreateDatabase(p0: String, p1: Int, p2: SQLiteDatabase.CursorFactory, p3: DatabaseErrorHandler?): SQLiteDatabase
-
-
-
-
-
-
- -
-
-
overridePendingTransition -
Link copied to clipboard
-
-
-
- -
-
open fun overridePendingTransition(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
peekWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun peekWallpaper(): Drawable
-
-
-
-
-
-
- -
-
-
postponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun postponeEnterTransition()
-
-
-
-
-
-
- -
-
-
putExtraData -
Link copied to clipboard
-
-
-
- -
-
open fun putExtraData(p0: ComponentActivity.ExtraData)
-
-
-
-
-
-
- -
-
-
recreate -
Link copied to clipboard
-
-
-
- -
-
open fun recreate()
-
-
-
-
-
-
- -
-
-
registerActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
registerComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun registerComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
registerForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun registerForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
registerReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
-
-
- -
-
-
releaseInstance -
Link copied to clipboard
-
-
-
- -
-
open fun releaseInstance(): Boolean
-
-
-
-
-
-
- -
-
-
removeDialog -
Link copied to clipboard
-
-
-
- -
-
fun removeDialog(p0: Int)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
removeStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
reportFullyDrawn -
Link copied to clipboard
-
-
-
- -
-
open fun reportFullyDrawn()
-
-
-
-
-
-
- -
-
-
requestDragAndDropPermissions -
Link copied to clipboard
-
-
-
- -
-
open fun requestDragAndDropPermissions(p0: DragEvent): DragAndDropPermissions
-
-
-
-
-
-
- -
-
-
requestPermissions -
Link copied to clipboard
-
-
-
- -
-
fun requestPermissions(p0: Array<String>, p1: Int)
-
-
-
-
-
-
- -
-
-
requestPermissionsFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun requestPermissionsFromFragment(@NonNull() p0: Fragment, @NonNull() p1: Array<String>, p2: Int)
-
-
-
-
-
-
- -
-
-
requestShowKeyboardShortcuts -
Link copied to clipboard
-
-
-
- -
-
fun requestShowKeyboardShortcuts()
-
-
-
-
-
-
- -
-
-
requestVisibleBehind -
Link copied to clipboard
-
-
-
- -
-
open fun requestVisibleBehind(p0: Boolean): Boolean
-
-
-
-
-
-
- -
-
-
requestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
fun requestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
requireViewById -
Link copied to clipboard
-
-
-
- -
-
fun <T : View> requireViewById(p0: Int): T
-
-
-
-
-
-
- -
-
-
revokeUriPermission -
Link copied to clipboard
-
-
-
- -
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
-
-
- -
-
-
runOnUiThread -
Link copied to clipboard
-
-
-
- -
-
fun runOnUiThread(p0: Runnable)
-
-
-
-
-
-
- -
-
-
sendBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
-
-
-
-
-
-
- -
-
-
sendBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
sendOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcast(p0: Intent)
-
-
-
-
-
-
- -
-
-
sendStickyBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcast -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
sendStickyOrderedBroadcastAsUser -
Link copied to clipboard
-
-
-
- -
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
-
-
- -
-
-
setActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setContentTransitionManager -
Link copied to clipboard
-
-
-
- -
-
open fun setContentTransitionManager(p0: TransitionManager)
-
-
-
-
-
-
- -
-
-
setContentView -
Link copied to clipboard
-
-
-
- -
-
open override fun setContentView(p0: View)
open override fun setContentView(@LayoutRes() p0: Int)
open override fun setContentView(p0: View, p1: ViewGroup.LayoutParams)
-
-
-
-
-
-
- -
-
-
setDefaultKeyMode -
Link copied to clipboard
-
-
-
- -
-
fun setDefaultKeyMode(p0: Int)
-
-
-
-
-
-
- -
-
-
setEnterSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setEnterSharedElementCallback(p0: SharedElementCallback)
open fun setEnterSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setExitSharedElementCallback -
Link copied to clipboard
-
-
-
- -
-
open fun setExitSharedElementCallback(p0: SharedElementCallback)
open fun setExitSharedElementCallback(@Nullable() p0: SharedElementCallback?)
-
-
-
-
-
-
- -
-
-
setFeatureDrawable -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawable(p0: Int, p1: Drawable)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableAlpha -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableAlpha(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableResource -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableResource(p0: Int, p1: Int)
-
-
-
-
-
-
- -
-
-
setFeatureDrawableUri -
Link copied to clipboard
-
-
-
- -
-
fun setFeatureDrawableUri(p0: Int, p1: Uri)
-
-
-
-
-
-
- -
-
-
setFinishOnTouchOutside -
Link copied to clipboard
-
-
-
- -
-
open fun setFinishOnTouchOutside(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setImmersive -
Link copied to clipboard
-
-
-
- -
-
open fun setImmersive(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setInheritShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setInheritShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setIntent -
Link copied to clipboard
-
-
-
- -
-
open fun setIntent(p0: Intent)
-
-
-
-
-
-
- -
-
-
setMediaController -
Link copied to clipboard
-
-
-
- -
-
fun setMediaController(p0: MediaController)
-
-
-
-
-
-
- -
-
-
setPictureInPictureParams -
Link copied to clipboard
-
-
-
- -
-
open fun setPictureInPictureParams(p0: PictureInPictureParams)
-
-
-
-
-
-
- -
-
-
setProgress -
Link copied to clipboard
-
-
-
- -
-
fun setProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
fun setProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setRequestedOrientation -
Link copied to clipboard
-
-
-
- -
-
open fun setRequestedOrientation(p0: Int)
-
-
-
-
-
-
- -
-
-
setResult -
Link copied to clipboard
-
-
-
- -
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
-
-
- -
-
-
setSecondaryProgress -
Link copied to clipboard
-
-
-
- -
-
fun setSecondaryProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setShowWhenLocked -
Link copied to clipboard
-
-
-
- -
-
open fun setShowWhenLocked(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportActionBar -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportActionBar(@Nullable() p0: Toolbar?)
-
-
-
-
-
-
- -
-
-
setSupportProgress -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgress(p0: Int)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminate -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminate(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarIndeterminateVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarIndeterminateVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setSupportProgressBarVisibility -
Link copied to clipboard
-
-
-
- -
-
open fun setSupportProgressBarVisibility(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setTaskDescription -
Link copied to clipboard
-
-
-
- -
-
open fun setTaskDescription(p0: ActivityManager.TaskDescription)
-
-
-
-
-
-
- -
-
-
setTheme -
Link copied to clipboard
-
-
-
- -
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes() p0: Int)
-
-
-
-
-
-
- -
-
-
setTitle -
Link copied to clipboard
-
-
-
- -
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
-
-
- -
-
-
setTitleColor -
Link copied to clipboard
-
-
-
- -
-
open fun setTitleColor(p0: Int)
-
-
-
-
-
-
- -
-
-
setTurnScreenOn -
Link copied to clipboard
-
-
-
- -
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVisible -
Link copied to clipboard
-
-
-
- -
-
open fun setVisible(p0: Boolean)
-
-
-
-
-
-
- -
-
-
setVolumeControlStream -
Link copied to clipboard
-
-
-
- -
-
fun setVolumeControlStream(p0: Int)
-
-
-
-
-
-
- -
-
-
setVrModeEnabled -
Link copied to clipboard
-
-
-
- -
-
open fun setVrModeEnabled(p0: Boolean, p1: ComponentName)
-
-
-
-
-
-
- -
-
-
setWallpaper -
Link copied to clipboard
-
-
-
- -
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
-
-
- -
-
-
shouldShowRequestPermissionRationale -
Link copied to clipboard
-
-
-
- -
-
open fun shouldShowRequestPermissionRationale(p0: String): Boolean
-
-
-
-
-
-
- -
-
-
shouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun shouldUpRecreateTask(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
showAssist -
Link copied to clipboard
-
-
-
- -
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showDialog -
Link copied to clipboard
-
-
-
- -
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
-
-
- -
-
-
showLockTaskEscapeMessage -
Link copied to clipboard
-
-
-
- -
-
open fun showLockTaskEscapeMessage()
-
-
-
-
-
-
- -
-
-
startActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startActionMode(p0: ActionMode.Callback): ActionMode?
open fun startActionMode(p0: ActionMode.Callback, p1: Int): ActionMode?
-
-
-
-
-
-
- -
-
-
startActivities -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle)
-
-
-
-
-
-
- -
-
-
startActivity -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startActivityForResult(p0: Intent, p1: Int)
open override fun startActivityForResult(p0: Intent, p1: Int, @Nullable() p2: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int)
open fun startActivityFromFragment(p0: Fragment, p1: Intent, p2: Int, p3: Bundle?)
open fun startActivityFromFragment(@NonNull() p0: Fragment, p1: Intent, p2: Int, @Nullable() p3: Bundle?)
-
-
-
-
-
-
- -
-
-
startActivityIfNeeded -
Link copied to clipboard
-
-
-
- -
-
open fun startActivityIfNeeded(p0: Intent, p1: Int): Boolean
open fun startActivityIfNeeded(p0: Intent, p1: Int, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startForegroundService -
Link copied to clipboard
-
-
-
- -
-
open override fun startForegroundService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startInstrumentation -
Link copied to clipboard
-
-
-
- -
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startIntentSender -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderForResult -
Link copied to clipboard
-
-
-
- -
-
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int)
open override fun startIntentSenderForResult(p0: IntentSender, p1: Int, @Nullable() p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable() p6: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromChild -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startIntentSenderFromFragment -
Link copied to clipboard
-
-
-
- -
-
open fun startIntentSenderFromFragment(@NonNull() p0: Fragment, p1: IntentSender, p2: Int, @Nullable() p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable() p7: Bundle?)
-
-
-
-
-
-
- -
-
-
startLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun startLocalVoiceInteraction(p0: Bundle)
-
-
-
-
-
-
- -
-
-
startLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun startLockTask()
-
-
-
-
-
-
- -
-
-
startManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun startManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
startNextMatchingActivity -
Link copied to clipboard
-
-
-
- -
-
open fun startNextMatchingActivity(p0: Intent): Boolean
open fun startNextMatchingActivity(p0: Intent, p1: Bundle?): Boolean
-
-
-
-
-
-
- -
-
-
startPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun startPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
startSearch -
Link copied to clipboard
-
-
-
- -
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
-
-
- -
-
-
startService -
Link copied to clipboard
-
-
-
- -
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
-
-
- -
-
-
startSupportActionMode -
Link copied to clipboard
-
-
-
- -
-
open fun startSupportActionMode(@NonNull() p0: ActionMode.Callback): ActionMode?
-
-
-
-
-
-
- -
-
-
stopLocalVoiceInteraction -
Link copied to clipboard
-
-
-
- -
-
open fun stopLocalVoiceInteraction()
-
-
-
-
-
-
- -
-
-
stopLockTask -
Link copied to clipboard
-
-
-
- -
-
open fun stopLockTask()
-
-
-
-
-
-
- -
-
-
stopManagingCursor -
Link copied to clipboard
-
-
-
- -
-
open fun stopManagingCursor(p0: Cursor)
-
-
-
-
-
-
- -
-
-
stopService -
Link copied to clipboard
-
-
-
- -
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
superDispatchKeyEvent -
Link copied to clipboard
-
-
-
- -
-
open override fun superDispatchKeyEvent(p0: KeyEvent): Boolean
-
-
-
-
-
-
- -
-
-
supportFinishAfterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportFinishAfterTransition()
-
-
-
-
-
-
- -
-
-
supportInvalidateOptionsMenu -
Link copied to clipboard
-
-
-
- -
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
-
-
- -
-
-
supportNavigateUpTo -
Link copied to clipboard
-
-
-
- -
-
open fun supportNavigateUpTo(@NonNull() p0: Intent)
-
-
-
-
-
-
- -
-
-
supportPostponeEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportPostponeEnterTransition()
-
-
-
-
-
-
- -
-
-
supportRequestWindowFeature -
Link copied to clipboard
-
-
-
- -
-
open fun supportRequestWindowFeature(p0: Int): Boolean
-
-
-
-
-
-
- -
-
-
supportShouldUpRecreateTask -
Link copied to clipboard
-
-
-
- -
-
open fun supportShouldUpRecreateTask(@NonNull() p0: Intent): Boolean
-
-
-
-
-
-
- -
-
-
supportStartPostponedEnterTransition -
Link copied to clipboard
-
-
-
- -
-
open fun supportStartPostponedEnterTransition()
-
-
-
-
-
-
- -
-
-
takeKeyEvents -
Link copied to clipboard
-
-
-
- -
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
- -
-
-
triggerSearch -
Link copied to clipboard
-
-
-
- -
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
-
-
- -
-
-
unbindService -
Link copied to clipboard
-
-
-
- -
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
-
-
- -
-
-
unregisterActivityLifecycleCallbacks -
Link copied to clipboard
-
-
-
- - -
-
-
-
-
- -
-
-
unregisterComponentCallbacks -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterComponentCallbacks(p0: ComponentCallbacks)
-
-
-
-
-
-
- -
-
-
unregisterForContextMenu -
Link copied to clipboard
-
-
-
- -
-
open fun unregisterForContextMenu(p0: View)
-
-
-
-
-
-
- -
-
-
unregisterReceiver -
Link copied to clipboard
-
-
-
- -
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
-
-
- -
-
-
updateServiceGroup -
Link copied to clipboard
-
-
-
- -
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
-
-
- -
-
-
validateRequestPermissionsRequestCode -
Link copied to clipboard
-
-
-
- -
-
override fun validateRequestPermissionsRequestCode(p0: Int)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
mCreated -
Link copied to clipboard
-
-
-
-
val mCreated: Boolean
-
-
-
-
- -
-
-
mFragmentLifecycleRegistry -
Link copied to clipboard
-
-
-
-
val mFragmentLifecycleRegistry: LifecycleRegistry
-
-
-
-
- -
-
-
mFragments -
Link copied to clipboard
-
-
-
-
val mFragments: FragmentController
-
-
-
-
- -
-
-
mNextCandidateRequestIndex -
Link copied to clipboard
-
-
-
-
val mNextCandidateRequestIndex: Int
-
-
-
-
- -
-
-
mPendingFragmentActivityResults -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
mRequestedPermissionsFromFragment -
Link copied to clipboard
-
-
-
-
val mRequestedPermissionsFromFragment: Boolean
-
-
-
-
- -
-
-
mResumed -
Link copied to clipboard
-
-
-
-
val mResumed: Boolean
-
-
-
-
- -
-
-
mStartedActivityFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedActivityFromFragment: Boolean
-
-
-
-
- -
-
-
mStartedIntentSenderFromFragment -
Link copied to clipboard
-
-
-
-
val mStartedIntentSenderFromFragment: Boolean
-
-
-
-
- -
-
-
mStopped -
Link copied to clipboard
-
-
-
-
val mStopped: Boolean
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample1-button-pressed.html b/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample1-button-pressed.html deleted file mode 100644 index 8082a876..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample1-button-pressed.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onSample1ButtonPressed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onSample1ButtonPressed

-
-
- -
-
fun onSample1ButtonPressed(view: View)
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample2-button-pressed.html b/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample2-button-pressed.html deleted file mode 100644 index 8da215b5..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample2-button-pressed.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onSample2ButtonPressed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onSample2ButtonPressed

-
-
- -
-
fun onSample2ButtonPressed(view: View)
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample3-button-pressed.html b/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample3-button-pressed.html deleted file mode 100644 index 26c88b8a..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample3-button-pressed.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onSample3ButtonPressed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onSample3ButtonPressed

-
-
- -
-
fun onSample3ButtonPressed(view: View)
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample4-button-pressed.html b/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample4-button-pressed.html deleted file mode 100644 index 0b694027..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample4-button-pressed.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onSample4ButtonPressed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onSample4ButtonPressed

-
-
- -
-
fun onSample4ButtonPressed(view: View)
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample5-button-pressed.html b/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample5-button-pressed.html deleted file mode 100644 index 0cead2d7..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample5-button-pressed.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onSample5ButtonPressed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onSample5ButtonPressed

-
-
- -
-
fun onSample5ButtonPressed(view: View)
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample6-button-pressed.html b/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample6-button-pressed.html deleted file mode 100644 index e1938040..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample6-button-pressed.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onSample6ButtonPressed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onSample6ButtonPressed

-
-
- -
-
fun onSample6ButtonPressed(view: View)
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample7-button-pressed.html b/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample7-button-pressed.html deleted file mode 100644 index f94a104c..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app/-main-activity/on-sample7-button-pressed.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - onSample7ButtonPressed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onSample7ButtonPressed

-
-
- -
-
fun onSample7ButtonPressed(view: View)
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/com.icerockdev.app/index.html b/docs/sample/android-app/android-app/com.icerockdev.app/index.html deleted file mode 100644 index fd22abc8..00000000 --- a/docs/sample/android-app/android-app/com.icerockdev.app/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - com.icerockdev.app - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.app

-
-
-
-
-

Types

-
-
-
-
MainActivity -
Link copied to clipboard
-
-
-
- -
-
class MainActivity : AppCompatActivity
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/index.html b/docs/sample/android-app/android-app/index.html deleted file mode 100644 index 9165c2d2..00000000 --- a/docs/sample/android-app/android-app/index.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - android-app - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

android-app

-
-

Packages

-
-
-
-
-
com.icerockdev.app -
Link copied to clipboard
-
-
-
-
-
-
- -
-
-
-
com.icerockdev.app.sample1 -
Link copied to clipboard
-
-
-
-
-
-
- -
-
-
-
com.icerockdev.app.sample2 -
Link copied to clipboard
-
-
-
-
-
-
- -
-
-
-
com.icerockdev.app.sample3 -
Link copied to clipboard
-
-
-
-
-
-
- -
-
-
-
com.icerockdev.app.sample4 -
Link copied to clipboard
-
-
-
-
-
-
- -
-
-
-
com.icerockdev.app.sample5 -
Link copied to clipboard
-
-
-
-
-
-
- -
-
-
-
com.icerockdev.app.sample6 -
Link copied to clipboard
-
-
-
-
-
-
- -
-
-
-
com.icerockdev.app.sample7 -
Link copied to clipboard
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/android-app/android-app/package-list b/docs/sample/android-app/android-app/package-list deleted file mode 100644 index 0015493e..00000000 --- a/docs/sample/android-app/android-app/package-list +++ /dev/null @@ -1,12 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - -com.icerockdev.app -com.icerockdev.app.sample1 -com.icerockdev.app.sample2 -com.icerockdev.app.sample3 -com.icerockdev.app.sample4 -com.icerockdev.app.sample5 -com.icerockdev.app.sample6 -com.icerockdev.app.sample7 - diff --git a/docs/sample/android-app/images/anchor-copy-button.svg b/docs/sample/android-app/images/anchor-copy-button.svg deleted file mode 100644 index bab9d747..00000000 --- a/docs/sample/android-app/images/anchor-copy-button.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/docs/sample/android-app/images/arrow_down.svg b/docs/sample/android-app/images/arrow_down.svg deleted file mode 100644 index 89e7df47..00000000 --- a/docs/sample/android-app/images/arrow_down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/sample/android-app/images/copy-icon.svg b/docs/sample/android-app/images/copy-icon.svg deleted file mode 100644 index 61440f0a..00000000 --- a/docs/sample/android-app/images/copy-icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/docs/sample/android-app/images/copy-successful-icon.svg b/docs/sample/android-app/images/copy-successful-icon.svg deleted file mode 100644 index 1865f739..00000000 --- a/docs/sample/android-app/images/copy-successful-icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/docs/sample/android-app/images/docs_logo.svg b/docs/sample/android-app/images/docs_logo.svg deleted file mode 100644 index 7c1e3ae8..00000000 --- a/docs/sample/android-app/images/docs_logo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/docs/sample/android-app/images/footer-go-to-link.svg b/docs/sample/android-app/images/footer-go-to-link.svg deleted file mode 100644 index 0137e223..00000000 --- a/docs/sample/android-app/images/footer-go-to-link.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/docs/sample/android-app/images/go-to-top-icon.svg b/docs/sample/android-app/images/go-to-top-icon.svg deleted file mode 100644 index d987f3ea..00000000 --- a/docs/sample/android-app/images/go-to-top-icon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/docs/sample/android-app/images/logo-icon.svg b/docs/sample/android-app/images/logo-icon.svg deleted file mode 100644 index 1b3b3670..00000000 --- a/docs/sample/android-app/images/logo-icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/sample/android-app/navigation.html b/docs/sample/android-app/navigation.html deleted file mode 100644 index ef03bf50..00000000 --- a/docs/sample/android-app/navigation.html +++ /dev/null @@ -1,55 +0,0 @@ - - diff --git a/docs/sample/android-app/scripts/clipboard.js b/docs/sample/android-app/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/sample/android-app/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/sample/android-app/scripts/main.js b/docs/sample/android-app/scripts/main.js deleted file mode 100644 index 12373ea9..00000000 --- a/docs/sample/android-app/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=390)}([function(e,t,n){e.exports=n(264)()},function(e,t,n){"use strict";e.exports=n(239)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},X=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,A)&&this[A][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,A)&&e[A][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=z(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==A||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=z(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((R=function(){if(this instanceof R)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,A)&&o(this[A],e)&&(this[A][e]=!1),K(this,e,S(1,n))};return i&&G&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(114).f=O.f=Z,n(95).f=X,T.f=ee,i&&!n(111)&&l(W,"propertyIsEnumerable",X,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:R});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=R(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){G=!0},useSimple:function(){G=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):Y(k(e),t)},defineProperty:Q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=R();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,N.apply(M,r)}}),R.prototype[L]||n(59)(R.prototype,L,R.prototype.valueOf),f(R,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(257);var r=n(27),o=n(135),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(182)("asyncIterator")},function(e,t,n){var r=n(32),o=n(79),i=n(59),a=n(42),l=n(80),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(70),i=n(42),a=n(32),l=n(59),c=n(96),u=n(25),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(83)})},function(e,t,n){var r=n(10),o=n(83),i=n(81),a=n(27),l=n(29),c=n(31),u=n(184),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(180).set})},function(e,t,n){var r=n(54),o=n(70);n(252)("keys",(function(){return function(e){return o(r(e))}}))},function(e,t,n){"use strict";var r=n(10),o=n(130)(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(72)(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},function(e,t,n){var r=n(26),o=n(266);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(10);r(r.S+r.F,"Object",{assign:n(185)})},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(98),a=n(74),l=n(75),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(26),o=n(332);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(113),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(72)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(85)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(80),o=n(10),i=n(54),a=n(189),l=n(190),c=n(53),u=n(174),s=n(191);o(o.S+o.F*!n(192)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(91);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(112),o=n(71);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(72)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(80),o=n(112),i=n(54),a=n(53),l=n(259);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(200),i=n(147),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(282),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(304)),o=a(n(308)),i=a(n(205));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){(function(e,r){var o; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var i="Expected a function",a="__lodash_placeholder__",l=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",s="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Object]",y="[object RegExp]",b="[object Set]",_="[object String]",w="[object Symbol]",x="[object WeakMap]",S="[object ArrayBuffer]",k="[object DataView]",O="[object Float32Array]",E="[object Float64Array]",T="[object Int8Array]",C="[object Int16Array]",P="[object Int32Array]",I="[object Uint8Array]",j="[object Uint16Array]",z="[object Uint32Array]",R=/\b__p \+= '';/g,M=/\b(__p \+=) '' \+/g,N=/(__e\(.*?\)|\b__t\)) \+\n'';/g,A=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,F=RegExp(A.source),D=RegExp(L.source),H=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,W=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,G=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,K=/[\\^$.*+?()[\]{}|]/g,q=RegExp(K.source),$=/^\s+|\s+$/g,Q=/^\s+/,Y=/\s+$/,X=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,J=/\{\n\/\* \[wrapped with (.+)\] \*/,Z=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,fe=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ve="["+de+"]",ge="["+pe+"]",me="\\d+",ye="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",xe="[^\\ud800-\\udfff]",Se="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Oe="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ee="(?:"+be+"|"+_e+")",Te="(?:"+Oe+"|"+_e+")",Ce="(?:"+ge+"|"+we+")"+"?",Pe="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[xe,Se,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),Ie="(?:"+[ye,Se,ke].join("|")+")"+Pe,je="(?:"+[xe+ge+"?",ge,Se,ke,he].join("|")+")",ze=RegExp("['’]","g"),Re=RegExp(ge,"g"),Me=RegExp(we+"(?="+we+")|"+je+Pe,"g"),Ne=RegExp([Oe+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Oe,"$"].join("|")+")",Te+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Oe+Ee,"$"].join("|")+")",Oe+"?"+Ee+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Oe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Ie].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],De=-1,He={};He[O]=He[E]=He[T]=He[C]=He[P]=He[I]=He["[object Uint8ClampedArray]"]=He[j]=He[z]=!0,He[c]=He[u]=He[S]=He[s]=He[k]=He[f]=He[p]=He[d]=He[v]=He[g]=He[m]=He[y]=He[b]=He[_]=He[x]=!1;var Ue={};Ue[c]=Ue[u]=Ue[S]=Ue[k]=Ue[s]=Ue[f]=Ue[O]=Ue[E]=Ue[T]=Ue[C]=Ue[P]=Ue[v]=Ue[g]=Ue[m]=Ue[y]=Ue[b]=Ue[_]=Ue[w]=Ue[I]=Ue["[object Uint8ClampedArray]"]=Ue[j]=Ue[z]=!0,Ue[p]=Ue[d]=Ue[x]=!1;var We={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ve=parseInt,Ge="object"==typeof e&&e&&e.Object===Object&&e,Ke="object"==typeof self&&self&&self.Object===Object&&self,qe=Ge||Ke||Function("return this")(),$e=t&&!t.nodeType&&t,Qe=$e&&"object"==typeof r&&r&&!r.nodeType&&r,Ye=Qe&&Qe.exports===$e,Xe=Ye&&Ge.process,Je=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Xe&&Xe.binding&&Xe.binding("util")}catch(e){}}(),Ze=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,ot=Je&&Je.isTypedArray;function it(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o-1}function pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Mt(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=Et({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Lt=Et({"&":"&","<":"<",">":">",'"':""","'":"'"});function Ft(e){return"\\"+We[e]}function Dt(e){return Ae.test(e)}function Ht(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ut(e,t){return function(n){return e(t(n))}}function Wt(e,t){for(var n=-1,r=e.length,o=0,i=[];++n",""":'"',"'":"'"});var $t=function e(t){var n,r=(t=null==t?qe:$t.defaults(qe.Object(),t,$t.pick(qe,Fe))).Array,o=t.Date,pe=t.Error,de=t.Function,he=t.Math,ve=t.Object,ge=t.RegExp,me=t.String,ye=t.TypeError,be=r.prototype,_e=de.prototype,we=ve.prototype,xe=t["__core-js_shared__"],Se=_e.toString,ke=we.hasOwnProperty,Oe=0,Ee=(n=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Te=we.toString,Ce=Se.call(ve),Pe=qe._,Ie=ge("^"+Se.call(ke).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=Ye?t.Buffer:void 0,Me=t.Symbol,Ae=t.Uint8Array,We=je?je.allocUnsafe:void 0,Ge=Ut(ve.getPrototypeOf,ve),Ke=ve.create,$e=we.propertyIsEnumerable,Qe=be.splice,Xe=Me?Me.isConcatSpreadable:void 0,Je=Me?Me.iterator:void 0,yt=Me?Me.toStringTag:void 0,Et=function(){try{var e=ei(ve,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=o&&o.now!==qe.Date.now&&o.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=he.ceil,Zt=he.floor,en=ve.getOwnPropertySymbols,tn=je?je.isBuffer:void 0,nn=t.isFinite,rn=be.join,on=Ut(ve.keys,ve),an=he.max,ln=he.min,cn=o.now,un=t.parseInt,sn=he.random,fn=be.reverse,pn=ei(t,"DataView"),dn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),mn=ei(ve,"create"),yn=gn&&new gn,bn={},_n=Ti(pn),wn=Ti(dn),xn=Ti(hn),Sn=Ti(vn),kn=Ti(gn),On=Me?Me.prototype:void 0,En=On?On.valueOf:void 0,Tn=On?On.toString:void 0;function Cn(e){if(Va(e)&&!Ra(e)&&!(e instanceof zn)){if(e instanceof jn)return e;if(ke.call(e,"__wrapped__"))return Ci(e)}return new jn(e)}var Pn=function(){function e(){}return function(t){if(!Ba(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function In(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,l=1&t,u=2&t,p=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Ba(e))return e;var x=Ra(e);if(x){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return yo(e,a)}else{var R=ri(e),M=R==d||R==h;if(La(e))return fo(e,l);if(R==m||R==c||M&&!o){if(a=u||M?{}:ii(e),!l)return u?function(e,t){return bo(e,ni(e),t)}(e,function(e,t){return e&&bo(t,wl(t),e)}(a,e)):function(e,t){return bo(e,ti(e),t)}(e,Kn(a,e))}else{if(!Ue[R])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case S:return po(e);case s:case f:return new r(+e);case k:return function(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case O:case E:case T:case C:case P:case I:case"[object Uint8ClampedArray]":case j:case z:return ho(e,n);case v:return new r;case g:case _:return new r(e);case y:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new r;case w:return o=e,En?ve(En.call(o)):{}}var o}(e,R,l)}}i||(i=new Ln);var N=i.get(e);if(N)return N;i.set(e,a),Qa(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):Ga(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=x?void 0:(p?u?qo:Ko:u?wl:_l)(e);return lt(A||e,(function(r,o){A&&(r=e[o=r]),Bn(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=ve(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new ye(i);return _i((function(){e.apply(void 0,n)}),t)}function Zn(e,t,n,r){var o=-1,i=ft,a=!0,l=e.length,c=[],u=t.length;if(!l)return c;n&&(t=dt(t,It(n))),r?(i=pt,a=!1):t.length>=200&&(i=zt,a=!1,t=new An(t));e:for(;++o-1},Mn.prototype.set=function(e,t){var n=this.__data__,r=Vn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(dn||Mn),string:new Rn}},Nn.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Jo(this,e).get(e)},Nn.prototype.has=function(e){return Jo(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},An.prototype.add=An.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},An.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.clear=function(){this.__data__=new Mn,this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ln.prototype.get=function(e){return this.__data__.get(e)},Ln.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Mn){var r=n.__data__;if(!dn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var er=xo(cr),tr=xo(ur,!0);function nr(e,t){var n=!0;return er(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function rr(e,t,n){for(var r=-1,o=e.length;++r0&&n(l)?t>1?ir(l,t-1,n,r,o):ht(o,l):r||(o[o.length]=l)}return o}var ar=So(),lr=So(!0);function cr(e,t){return e&&ar(e,t,_l)}function ur(e,t){return e&&lr(e,t,_l)}function sr(e,t){return st(t,(function(t){return Ha(e[t])}))}function fr(e,t){for(var n=0,r=(t=lo(t,e)).length;null!=e&&nt}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in ve(e)}function mr(e,t,n){for(var o=n?pt:ft,i=e[0].length,a=e.length,l=a,c=r(a),u=1/0,s=[];l--;){var f=e[l];l&&t&&(f=dt(f,It(t))),u=ln(f.length,u),c[l]=!n&&(t||i>=120&&f.length>=120)?new An(l&&f):void 0}f=e[0];var p=-1,d=c[0];e:for(;++p=l)return c;var u=n[r];return c*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,o=t.length,i={};++r-1;)l!==e&&Qe.call(l,c,1),Qe.call(e,c,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;li(o)?Qe.call(e,o,1):Zr(e,o)}}return e}function Ar(e,t){return e+Zt(sn()*(t-e+1))}function Lr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=Zt(t/2))&&(e+=e)}while(t);return n}function Fr(e,t){return wi(vi(e,t,Kl),e+"")}function Dr(e){return Dn(Pl(e))}function Hr(e,t){var n=Pl(e);return ki(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!Ba(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,l=e;null!=l&&++oi?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a=200){var u=t?null:Fo(e);if(u)return Bt(u);a=!1,o=zt,c=new An}else c=t?[]:l;e:for(;++r=r?e:Gr(e,t,n)}var so=Qt||function(e){return qe.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function po(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function ho(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function vo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,l=null===t,c=t==t,u=Xa(t);if(!l&&!u&&!i&&e>t||i&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!i&&!u&&e1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&ci(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=ve(t);++r-1?o[i?t[a]:a]:void 0}}function Co(e){return Go((function(t){var n=t.length,r=n,o=jn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ye(i);if(o&&!l&&"wrapper"==Qo(a))var l=new jn([],!0)}for(r=l?r:n;++r1&&b.reverse(),f&&ul))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var f=-1,p=!0,d=2&n?new An:void 0;for(i.set(e,t),i.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(X,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return lt(l,(function(n){var r="_."+n[0];t&n[1]&&!ft(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(J);return t?t[1].split(Z):[]}(r),n)))}function Si(e){var t=0,n=0;return function(){var r=cn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ki(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$i(e,n)}));function ta(e){var t=Cn(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var ra=Go((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return $n(t,e)};return!(t>1||this.__actions__.length)&&r instanceof zn&&li(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new jn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var oa=_o((function(e,t,n){ke.call(e,n)?++e[n]:qn(e,n,1)}));var ia=To(zi),aa=To(Ri);function la(e,t){return(Ra(e)?lt:er)(e,Xo(t,3))}function ca(e,t){return(Ra(e)?ct:tr)(e,Xo(t,3))}var ua=_o((function(e,t,n){ke.call(e,n)?e[n].push(t):qn(e,n,[t])}));var sa=Fr((function(e,t,n){var o=-1,i="function"==typeof t,a=Na(e)?r(e.length):[];return er(e,(function(e){a[++o]=i?it(t,e,n):yr(e,t,n)})),a})),fa=_o((function(e,t,n){qn(e,n,t)}));function pa(e,t){return(Ra(e)?dt:Tr)(e,Xo(t,3))}var da=_o((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ha=Fr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ci(e,t[0],t[1])?t=[]:n>2&&ci(t[0],t[1],t[2])&&(t=[t[0]]),zr(e,ir(t,1),[])})),va=Yt||function(){return qe.Date.now()};function ga(e,t,n){return t=n?void 0:t,Ho(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ma(e,t){var n;if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Fr((function(e,t,n){var r=1;if(n.length){var o=Wt(n,Yo(ya));r|=32}return Ho(e,r,t,n,o)})),ba=Fr((function(e,t,n){var r=3;if(n.length){var o=Wt(n,Yo(ba));r|=32}return Ho(t,r,e,n,o)}));function _a(e,t,n){var r,o,a,l,c,u,s=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new ye(i);function h(t){var n=r,i=o;return r=o=void 0,s=t,l=e.apply(i,n)}function v(e){return s=e,c=_i(m,t),f?h(e):l}function g(e){var n=e-u;return void 0===u||n>=t||n<0||p&&e-s>=a}function m(){var e=va();if(g(e))return y(e);c=_i(m,function(e){var n=t-(e-u);return p?ln(n,a-(e-s)):n}(e))}function y(e){return c=void 0,d&&r?h(e):(r=o=void 0,l)}function b(){var e=va(),n=g(e);if(r=arguments,o=this,u=e,n){if(void 0===c)return v(u);if(p)return so(c),c=_i(m,t),h(u)}return void 0===c&&(c=_i(m,t)),l}return t=il(t)||0,Ba(n)&&(f=!!n.leading,a=(p="maxWait"in n)?an(il(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),b.cancel=function(){void 0!==c&&so(c),s=0,r=u=o=c=void 0},b.flush=function(){return void 0===c?l:y(va())},b}var wa=Fr((function(e,t){return Jn(e,1,t)})),xa=Fr((function(e,t,n){return Jn(e,il(t)||0,n)}));function Sa(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ye(i);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sa.Cache||Nn),n}function ka(e){if("function"!=typeof e)throw new ye(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Sa.Cache=Nn;var Oa=co((function(e,t){var n=(t=1==t.length&&Ra(t[0])?dt(t[0],It(Xo())):dt(ir(t,1),It(Xo()))).length;return Fr((function(r){for(var o=-1,i=ln(r.length,n);++o=t})),za=br(function(){return arguments}())?br:function(e){return Va(e)&&ke.call(e,"callee")&&!$e.call(e,"callee")},Ra=r.isArray,Ma=Ze?It(Ze):function(e){return Va(e)&&dr(e)==S};function Na(e){return null!=e&&Wa(e.length)&&!Ha(e)}function Aa(e){return Va(e)&&Na(e)}var La=tn||ic,Fa=et?It(et):function(e){return Va(e)&&dr(e)==f};function Da(e){if(!Va(e))return!1;var t=dr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!qa(e)}function Ha(e){if(!Ba(e))return!1;var t=dr(e);return t==d||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ua(e){return"number"==typeof e&&e==rl(e)}function Wa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ba(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Va(e){return null!=e&&"object"==typeof e}var Ga=tt?It(tt):function(e){return Va(e)&&ri(e)==v};function Ka(e){return"number"==typeof e||Va(e)&&dr(e)==g}function qa(e){if(!Va(e)||dr(e)!=m)return!1;var t=Ge(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Se.call(n)==Ce}var $a=nt?It(nt):function(e){return Va(e)&&dr(e)==y};var Qa=rt?It(rt):function(e){return Va(e)&&ri(e)==b};function Ya(e){return"string"==typeof e||!Ra(e)&&Va(e)&&dr(e)==_}function Xa(e){return"symbol"==typeof e||Va(e)&&dr(e)==w}var Ja=ot?It(ot):function(e){return Va(e)&&Wa(e.length)&&!!He[dr(e)]};var Za=No(Er),el=No((function(e,t){return e<=t}));function tl(e){if(!e)return[];if(Na(e))return Ya(e)?Kt(e):yo(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=ri(e);return(t==v?Ht:t==b?Bt:Pl)(e)}function nl(e){return e?(e=il(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function rl(e){var t=nl(e),n=t%1;return t==t?n?t-n:t:0}function ol(e){return e?Qn(rl(e),0,4294967295):0}function il(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if(Ba(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ba(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace($,"");var n=ie.test(e);return n||le.test(e)?Ve(e.slice(2),n?2:8):oe.test(e)?NaN:+e}function al(e){return bo(e,wl(e))}function ll(e){return null==e?"":Xr(e)}var cl=wo((function(e,t){if(pi(t)||Na(t))bo(t,_l(t),e);else for(var n in t)ke.call(t,n)&&Bn(e,n,t[n])})),ul=wo((function(e,t){bo(t,wl(t),e)})),sl=wo((function(e,t,n,r){bo(t,wl(t),e,r)})),fl=wo((function(e,t,n,r){bo(t,_l(t),e,r)})),pl=Go($n);var dl=Fr((function(e,t){e=ve(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&ci(t[0],t[1],o)&&(r=1);++n1),t})),bo(e,qo(e),n),r&&(n=Yn(n,7,Bo));for(var o=t.length;o--;)Zr(n,t[o]);return n}));var Ol=Go((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gl(e,n)}))}(e,t)}));function El(e,t){if(null==e)return{};var n=dt(qo(e),(function(e){return[e]}));return t=Xo(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Tl=Do(_l),Cl=Do(wl);function Pl(e){return null==e?[]:jt(e,_l(e))}var Il=Oo((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Dl(ll(e).toLowerCase())}function zl(e){return(e=ll(e))&&e.replace(ue,At).replace(Re,"")}var Rl=Oo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ml=Oo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Nl=ko("toLowerCase");var Al=Oo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ll=Oo((function(e,t,n){return e+(n?" ":"")+Dl(t)}));var Fl=Oo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dl=ko("toUpperCase");function Hl(e,t,n){return e=ll(e),void 0===(t=n?void 0:t)?function(e){return Le.test(e)}(e)?function(e){return e.match(Ne)||[]}(e):function(e){return e.match(ee)||[]}(e):e.match(t)||[]}var Ul=Fr((function(e,t){try{return it(e,void 0,t)}catch(e){return Da(e)?e:new pe(e)}})),Wl=Go((function(e,t){return lt(t,(function(t){t=Ei(t),qn(e,t,ya(e[t],e))})),e}));function Bl(e){return function(){return e}}var Vl=Co(),Gl=Co(!0);function Kl(e){return e}function ql(e){return Sr("function"==typeof e?e:Yn(e,1))}var $l=Fr((function(e,t){return function(n){return yr(n,e,t)}})),Ql=Fr((function(e,t){return function(n){return yr(e,n,t)}}));function Yl(e,t,n){var r=_l(t),o=sr(t,r);null!=n||Ba(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=sr(t,_l(t)));var i=!(Ba(n)&&"chain"in n&&!n.chain),a=Ha(e);return lt(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Xl(){}var Jl=zo(dt),Zl=zo(ut),ec=zo(mt);function tc(e){return ui(e)?Ot(Ei(e)):function(e){return function(t){return fr(t,e)}}(e)}var nc=Mo(),rc=Mo(!0);function oc(){return[]}function ic(){return!1}var ac=jo((function(e,t){return e+t}),0),lc=Lo("ceil"),cc=jo((function(e,t){return e/t}),1),uc=Lo("floor");var sc,fc=jo((function(e,t){return e*t}),1),pc=Lo("round"),dc=jo((function(e,t){return e-t}),0);return Cn.after=function(e,t){if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){if(--e<1)return t.apply(this,arguments)}},Cn.ary=ga,Cn.assign=cl,Cn.assignIn=ul,Cn.assignInWith=sl,Cn.assignWith=fl,Cn.at=pl,Cn.before=ma,Cn.bind=ya,Cn.bindAll=Wl,Cn.bindKey=ba,Cn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},Cn.chain=ta,Cn.chunk=function(e,t,n){t=(n?ci(e,t,n):void 0===t)?1:an(rl(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,l=r(Jt(o/t));io?0:o+n),(r=void 0===r||r>o?o:rl(r))<0&&(r+=o),r=n>r?0:ol(r);n>>0)?(e=ll(e))&&("string"==typeof t||null!=t&&!$a(t))&&!(t=Xr(t))&&Dt(e)?uo(Kt(e),0,n):e.split(t,n):[]},Cn.spread=function(e,t){if("function"!=typeof e)throw new ye(i);return t=null==t?0:an(rl(t),0),Fr((function(n){var r=n[t],o=uo(n,0,t);return r&&ht(o,r),it(e,this,o)}))},Cn.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},Cn.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:rl(t))<0?0:t):[]},Cn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:rl(t)))<0?0:t,r):[]},Cn.takeRightWhile=function(e,t){return e&&e.length?to(e,Xo(t,3),!1,!0):[]},Cn.takeWhile=function(e,t){return e&&e.length?to(e,Xo(t,3)):[]},Cn.tap=function(e,t){return t(e),e},Cn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ye(i);return Ba(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),_a(e,t,{leading:r,maxWait:t,trailing:o})},Cn.thru=na,Cn.toArray=tl,Cn.toPairs=Tl,Cn.toPairsIn=Cl,Cn.toPath=function(e){return Ra(e)?dt(e,Ei):Xa(e)?[e]:yo(Oi(ll(e)))},Cn.toPlainObject=al,Cn.transform=function(e,t,n){var r=Ra(e),o=r||La(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Ba(e)&&Ha(i)?Pn(Ge(e)):{}}return(o?lt:cr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Cn.unary=function(e){return ga(e,1)},Cn.union=Vi,Cn.unionBy=Gi,Cn.unionWith=Ki,Cn.uniq=function(e){return e&&e.length?Jr(e):[]},Cn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Cn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Cn.unset=function(e,t){return null==e||Zr(e,t)},Cn.unzip=qi,Cn.unzipWith=$i,Cn.update=function(e,t,n){return null==e?e:eo(e,t,ao(n))},Cn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:eo(e,t,ao(n),r)},Cn.values=Pl,Cn.valuesIn=function(e){return null==e?[]:jt(e,wl(e))},Cn.without=Qi,Cn.words=Hl,Cn.wrap=function(e,t){return Ea(ao(t),e)},Cn.xor=Yi,Cn.xorBy=Xi,Cn.xorWith=Ji,Cn.zip=Zi,Cn.zipObject=function(e,t){return oo(e||[],t||[],Bn)},Cn.zipObjectDeep=function(e,t){return oo(e||[],t||[],Ur)},Cn.zipWith=ea,Cn.entries=Tl,Cn.entriesIn=Cl,Cn.extend=ul,Cn.extendWith=sl,Yl(Cn,Cn),Cn.add=ac,Cn.attempt=Ul,Cn.camelCase=Il,Cn.capitalize=jl,Cn.ceil=lc,Cn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=il(n))==n?n:0),void 0!==t&&(t=(t=il(t))==t?t:0),Qn(il(e),t,n)},Cn.clone=function(e){return Yn(e,4)},Cn.cloneDeep=function(e){return Yn(e,5)},Cn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Cn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Cn.conformsTo=function(e,t){return null==t||Xn(e,t,_l(t))},Cn.deburr=zl,Cn.defaultTo=function(e,t){return null==e||e!=e?t:e},Cn.divide=cc,Cn.endsWith=function(e,t,n){e=ll(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Qn(rl(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Cn.eq=Pa,Cn.escape=function(e){return(e=ll(e))&&D.test(e)?e.replace(L,Lt):e},Cn.escapeRegExp=function(e){return(e=ll(e))&&q.test(e)?e.replace(K,"\\$&"):e},Cn.every=function(e,t,n){var r=Ra(e)?ut:nr;return n&&ci(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Cn.find=ia,Cn.findIndex=zi,Cn.findKey=function(e,t){return bt(e,Xo(t,3),cr)},Cn.findLast=aa,Cn.findLastIndex=Ri,Cn.findLastKey=function(e,t){return bt(e,Xo(t,3),ur)},Cn.floor=uc,Cn.forEach=la,Cn.forEachRight=ca,Cn.forIn=function(e,t){return null==e?e:ar(e,Xo(t,3),wl)},Cn.forInRight=function(e,t){return null==e?e:lr(e,Xo(t,3),wl)},Cn.forOwn=function(e,t){return e&&cr(e,Xo(t,3))},Cn.forOwnRight=function(e,t){return e&&ur(e,Xo(t,3))},Cn.get=vl,Cn.gt=Ia,Cn.gte=ja,Cn.has=function(e,t){return null!=e&&oi(e,t,vr)},Cn.hasIn=gl,Cn.head=Ni,Cn.identity=Kl,Cn.includes=function(e,t,n,r){e=Na(e)?e:Pl(e),n=n&&!r?rl(n):0;var o=e.length;return n<0&&(n=an(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&wt(e,t,n)>-1},Cn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:rl(n);return o<0&&(o=an(r+o,0)),wt(e,t,o)},Cn.inRange=function(e,t,n){return t=nl(t),void 0===n?(n=t,t=0):n=nl(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},Cn.isSet=Qa,Cn.isString=Ya,Cn.isSymbol=Xa,Cn.isTypedArray=Ja,Cn.isUndefined=function(e){return void 0===e},Cn.isWeakMap=function(e){return Va(e)&&ri(e)==x},Cn.isWeakSet=function(e){return Va(e)&&"[object WeakSet]"==dr(e)},Cn.join=function(e,t){return null==e?"":rn.call(e,t)},Cn.kebabCase=Rl,Cn.last=Di,Cn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=rl(n))<0?an(r+o,0):ln(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):_t(e,St,o,!0)},Cn.lowerCase=Ml,Cn.lowerFirst=Nl,Cn.lt=Za,Cn.lte=el,Cn.max=function(e){return e&&e.length?rr(e,Kl,hr):void 0},Cn.maxBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),hr):void 0},Cn.mean=function(e){return kt(e,Kl)},Cn.meanBy=function(e,t){return kt(e,Xo(t,2))},Cn.min=function(e){return e&&e.length?rr(e,Kl,Er):void 0},Cn.minBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),Er):void 0},Cn.stubArray=oc,Cn.stubFalse=ic,Cn.stubObject=function(){return{}},Cn.stubString=function(){return""},Cn.stubTrue=function(){return!0},Cn.multiply=fc,Cn.nth=function(e,t){return e&&e.length?jr(e,rl(t)):void 0},Cn.noConflict=function(){return qe._===this&&(qe._=Pe),this},Cn.noop=Xl,Cn.now=va,Cn.pad=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ro(Zt(o),n)+e+Ro(Jt(o),n)},Cn.padEnd=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=sn();return ln(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Ar(e,t)},Cn.reduce=function(e,t,n){var r=Ra(e)?vt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,er)},Cn.reduceRight=function(e,t,n){var r=Ra(e)?gt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Cn.repeat=function(e,t,n){return t=(n?ci(e,t,n):void 0===t)?1:rl(t),Lr(ll(e),t)},Cn.replace=function(){var e=arguments,t=ll(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Cn.result=function(e,t,n){var r=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var o=Pt(r,t=Xo(t));++n=i)return e;var l=n-Gt(r);if(l<1)return r;var c=a?uo(a,0,l).join(""):e.slice(0,l);if(void 0===o)return c+r;if(a&&(l+=c.length-l),$a(o)){if(e.slice(l).search(o)){var u,s=c;for(o.global||(o=ge(o.source,ll(re.exec(o))+"g")),o.lastIndex=0;u=o.exec(s);)var f=u.index;c=c.slice(0,void 0===f?l:f)}}else if(e.indexOf(Xr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+r},Cn.unescape=function(e){return(e=ll(e))&&F.test(e)?e.replace(A,qt):e},Cn.uniqueId=function(e){var t=++Oe;return ll(e)+t},Cn.upperCase=Fl,Cn.upperFirst=Dl,Cn.each=la,Cn.eachRight=ca,Cn.first=Ni,Yl(Cn,(sc={},cr(Cn,(function(e,t){ke.call(Cn.prototype,t)||(sc[t]=e)})),sc),{chain:!1}),Cn.VERSION="4.17.19",lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Cn[e].placeholder=Cn})),lt(["drop","take"],(function(e,t){zn.prototype[e]=function(n){n=void 0===n?1:an(rl(n),0);var r=this.__filtered__&&!t?new zn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");zn.prototype[e]=function(){return this[n](1).value()[0]}})),lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");zn.prototype[e]=function(){return this.__filtered__?new zn(this):this[n](1)}})),zn.prototype.compact=function(){return this.filter(Kl)},zn.prototype.find=function(e){return this.filter(e).head()},zn.prototype.findLast=function(e){return this.reverse().find(e)},zn.prototype.invokeMap=Fr((function(e,t){return"function"==typeof e?new zn(this):this.map((function(n){return yr(n,e,t)}))})),zn.prototype.reject=function(e){return this.filter(ka(Xo(e)))},zn.prototype.slice=function(e,t){e=rl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=rl(t))<0?n.dropRight(-t):n.take(t-e)),n)},zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},zn.prototype.toArray=function(){return this.take(4294967295)},cr(zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Cn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Cn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,l=t instanceof zn,c=a[0],u=l||Ra(t),s=function(e){var t=o.apply(Cn,ht([e],a));return r&&f?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=l&&!p;if(!i&&u){t=h?t:new zn(this);var v=e.apply(t,a);return v.__actions__.push({func:na,args:[s],thisArg:void 0}),new jn(v,f)}return d&&h?e.apply(this,a):(v=this.thru(s),d?r?v.value()[0]:v.value():v)})})),lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Cn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ra(o)?o:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(zn.prototype,(function(e,t){var n=Cn[t];if(n){var r=n.name+"";ke.call(bn,r)||(bn[r]=[]),bn[r].push({name:t,func:n})}})),bn[Po(void 0,2).name]=[{name:"wrapper",func:void 0}],zn.prototype.clone=function(){var e=new zn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},zn.prototype.reverse=function(){if(this.__filtered__){var e=new zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Cn.prototype.plant=function(e){for(var t,n=this;n instanceof In;){var r=Ci(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Cn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof zn){var t=e;return this.__actions__.length&&(t=new zn(this)),(t=t.reverse()).__actions__.push({func:na,args:[Bi],thisArg:void 0}),new jn(t,this.__chain__)}return this.thru(Bi)},Cn.prototype.toJSON=Cn.prototype.valueOf=Cn.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Cn.prototype.first=Cn.prototype.head,Je&&(Cn.prototype[Je]=function(){return this}),Cn}();qe._=$t,void 0===(o=function(){return $t}.call(t,n,t,r))||(r.exports=o)}).call(this)}).call(this,n(108),n(243)(e))},function(e,t,n){var r=n(26),o=n(335);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(26),o=n(376);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(173),o=n(132);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(113),l=n(138),c=n(139),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(140)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(121);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(202),o=n(148);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(108))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(172)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(81);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(249),i=n(60),a=n(94),l=n(174);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(172),i=n(132),a=n(131)("IE_PROTO"),l=function(){},c=function(){var e,t=n(171)("iframe"),r=i.length;for(t.style.display="none",n(251).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write(" - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

SimpleViewModel

-
-
- -
-
fun SimpleViewModel()
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample1/-simple-view-model/counter.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample1/-simple-view-model/counter.html deleted file mode 100644 index e83dfb31..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample1/-simple-view-model/counter.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - counter - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

counter

-
-
- -
-
val counter: LiveData<String>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample1/-simple-view-model/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample1/-simple-view-model/index.html deleted file mode 100644 index 0328c298..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample1/-simple-view-model/index.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - SimpleViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

SimpleViewModel

-
class SimpleViewModel : ViewModel
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
onCleared -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun onCleared()
-
-
-
-
-
-
- -
-
-
onCounterButtonPressed -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun onCounterButtonPressed()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
counter -
Link copied to clipboard
-
-
-
-
common
-
-
-
val counter: LiveData<String>
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample1/-simple-view-model/on-counter-button-pressed.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample1/-simple-view-model/on-counter-button-pressed.html deleted file mode 100644 index 44c09d23..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample1/-simple-view-model/on-counter-button-pressed.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - onCounterButtonPressed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onCounterButtonPressed

-
-
- -
-
fun onCounterButtonPressed()
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample1/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample1/index.html deleted file mode 100644 index e2da2fe9..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample1/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - com.icerockdev.library.sample1 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.library.sample1

-
-
-
-
-

Types

-
-
-
-
SimpleViewModel -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
class SimpleViewModel : ViewModel
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/-events-listener/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/-events-listener/index.html deleted file mode 100644 index 1941475c..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/-events-listener/index.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - EventsListener - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsListener

-
interface EventsListener
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
routeToMainPage -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
abstract fun routeToMainPage()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/-events-listener/route-to-main-page.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/-events-listener/route-to-main-page.html deleted file mode 100644 index 8b25c511..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/-events-listener/route-to-main-page.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - routeToMainPage - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

routeToMainPage

-
-
- -
-
abstract fun routeToMainPage()
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/-events-view-model.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/-events-view-model.html deleted file mode 100644 index 4d3a1ed9..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/-events-view-model.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - EventsViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsViewModel

-
-
- -
-
fun EventsViewModel(eventsDispatcher: EventsDispatcher<EventsViewModel.EventsListener>)
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/events-dispatcher.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/events-dispatcher.html deleted file mode 100644 index d36ef39a..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/events-dispatcher.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - eventsDispatcher - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

eventsDispatcher

-
-
- -
-
val eventsDispatcher: EventsDispatcher<EventsViewModel.EventsListener>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/index.html deleted file mode 100644 index 861097eb..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/index.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - EventsViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsViewModel

-
class EventsViewModel(eventsDispatcher: EventsDispatcher<EventsViewModel.EventsListener>) : ViewModel
-
-
-
-
-

Types

-
-
-
-
EventsListener -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
interface EventsListener
-
-
-
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
onButtonPressed -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun onButtonPressed()
-
-
-
-
-
-
- -
-
-
onCleared -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun onCleared()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
eventsDispatcher -
Link copied to clipboard
-
-
-
-
common
-
-
-
val eventsDispatcher: EventsDispatcher<EventsViewModel.EventsListener>
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/on-button-pressed.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/on-button-pressed.html deleted file mode 100644 index 038135d1..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/-events-view-model/on-button-pressed.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - onButtonPressed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onButtonPressed

-
-
- -
-
fun onButtonPressed()
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/index.html deleted file mode 100644 index 15361ca0..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample2/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - com.icerockdev.library.sample2 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.library.sample2

-
-
-
-
-

Types

-
-
-
-
EventsViewModel -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
class EventsViewModel(eventsDispatcher: EventsDispatcher<EventsViewModel.EventsListener>) : ViewModel
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/-events-listener/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/-events-listener/index.html deleted file mode 100644 index a6865756..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/-events-listener/index.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - EventsListener - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsListener

-
interface EventsListener
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
routeToMainPage -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
abstract fun routeToMainPage()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/-events-listener/route-to-main-page.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/-events-listener/route-to-main-page.html deleted file mode 100644 index 81f20ae3..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/-events-listener/route-to-main-page.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - routeToMainPage - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

routeToMainPage

-
-
- -
-
abstract fun routeToMainPage()
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/-events-owner-view-model.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/-events-owner-view-model.html deleted file mode 100644 index 5fad4821..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/-events-owner-view-model.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - EventsOwnerViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsOwnerViewModel

-
-
- -
-
fun EventsOwnerViewModel(eventsDispatcher: EventsDispatcher<EventsOwnerViewModel.EventsListener>)
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/events-dispatcher.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/events-dispatcher.html deleted file mode 100644 index 3d46a501..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/events-dispatcher.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - eventsDispatcher - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

eventsDispatcher

-
-
- -
-
open override val eventsDispatcher: EventsDispatcher<EventsOwnerViewModel.EventsListener>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/index.html deleted file mode 100644 index 92cb062e..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/index.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - EventsOwnerViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsOwnerViewModel

-
class EventsOwnerViewModel(eventsDispatcher: EventsDispatcher<EventsOwnerViewModel.EventsListener>) : ViewModel, EventsDispatcherOwner<EventsOwnerViewModel.EventsListener>
-
-
-
-
-

Types

-
-
-
-
EventsListener -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
interface EventsListener
-
-
-
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
onButtonPressed -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun onButtonPressed()
-
-
-
-
-
-
- -
-
-
onCleared -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun onCleared()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
eventsDispatcher -
Link copied to clipboard
-
-
-
-
common
-
-
-
open override val eventsDispatcher: EventsDispatcher<EventsOwnerViewModel.EventsListener>
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/on-button-pressed.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/on-button-pressed.html deleted file mode 100644 index 6fca2d7b..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/-events-owner-view-model/on-button-pressed.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - onButtonPressed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onButtonPressed

-
-
- -
-
fun onButtonPressed()
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/index.html deleted file mode 100644 index 4aa433de..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample3/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - com.icerockdev.library.sample3 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.library.sample3

-
-
-
-
-

Types

-
-
-
-
EventsOwnerViewModel -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
class EventsOwnerViewModel(eventsDispatcher: EventsDispatcher<EventsOwnerViewModel.EventsListener>) : ViewModel, EventsDispatcherOwner<EventsOwnerViewModel.EventsListener>
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/-validation-merge-view-model.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/-validation-merge-view-model.html deleted file mode 100644 index 29e33526..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/-validation-merge-view-model.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - ValidationMergeViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ValidationMergeViewModel

-
-
- -
-
fun ValidationMergeViewModel()
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/email.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/email.html deleted file mode 100644 index 660c264b..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/email.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - email - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

email

-
-
- -
-
val email: MutableLiveData<String>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/index.html deleted file mode 100644 index ce417b52..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/index.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - ValidationMergeViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ValidationMergeViewModel

-
class ValidationMergeViewModel : ViewModel
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
onCleared -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun onCleared()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
email -
Link copied to clipboard
-
-
-
-
common
-
-
-
val email: MutableLiveData<String>
-
-
-
-
- -
-
-
isLoginButtonEnabled -
Link copied to clipboard
-
-
-
-
common
-
-
-
val isLoginButtonEnabled: LiveData<Boolean>
-
-
-
-
- -
-
-
password -
Link copied to clipboard
-
-
-
-
common
-
-
-
val password: MutableLiveData<String>
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/is-login-button-enabled.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/is-login-button-enabled.html deleted file mode 100644 index 9c70a966..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/is-login-button-enabled.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isLoginButtonEnabled - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isLoginButtonEnabled

-
-
- -
-
val isLoginButtonEnabled: LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/password.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/password.html deleted file mode 100644 index 019e4aa5..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/-validation-merge-view-model/password.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - password - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

password

-
-
- -
-
val password: MutableLiveData<String>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/index.html deleted file mode 100644 index 25002e8d..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample4/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - com.icerockdev.library.sample4 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.library.sample4

-
-
-
-
-

Types

-
-
-
-
ValidationMergeViewModel -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
class ValidationMergeViewModel : ViewModel
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/-validation-all-view-model.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/-validation-all-view-model.html deleted file mode 100644 index ad6f4c8e..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/-validation-all-view-model.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - ValidationAllViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ValidationAllViewModel

-
-
- -
-
fun ValidationAllViewModel()
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/email.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/email.html deleted file mode 100644 index b0b0f8bf..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/email.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - email - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

email

-
-
- -
-
val email: MutableLiveData<String>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/index.html deleted file mode 100644 index 00721d80..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/index.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - ValidationAllViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

ValidationAllViewModel

-
class ValidationAllViewModel : ViewModel
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
onCleared -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun onCleared()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
email -
Link copied to clipboard
-
-
-
-
common
-
-
-
val email: MutableLiveData<String>
-
-
-
-
- -
-
-
isLoginButtonEnabled -
Link copied to clipboard
-
-
-
-
common
-
-
-
val isLoginButtonEnabled: LiveData<Boolean>
-
-
-
-
- -
-
-
password -
Link copied to clipboard
-
-
-
-
common
-
-
-
val password: MutableLiveData<String>
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/is-login-button-enabled.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/is-login-button-enabled.html deleted file mode 100644 index dd29dc2e..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/is-login-button-enabled.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isLoginButtonEnabled - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isLoginButtonEnabled

-
-
- -
-
val isLoginButtonEnabled: LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/password.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/password.html deleted file mode 100644 index 3f61a203..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/-validation-all-view-model/password.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - password - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

password

-
-
- -
-
val password: MutableLiveData<String>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/index.html deleted file mode 100644 index 791e0379..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample5/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - com.icerockdev.library.sample5 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.library.sample5

-
-
-
-
-

Types

-
-
-
-
ValidationAllViewModel -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
class ValidationAllViewModel : ViewModel
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/-events-listener/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/-events-listener/index.html deleted file mode 100644 index 694e2508..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/-events-listener/index.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - EventsListener - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

EventsListener

-
interface EventsListener
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
routeToMainScreen -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
abstract fun routeToMainScreen()
-
-
-
-
-
-
- -
-
-
showError -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
abstract fun showError(error: StringDesc)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/-events-listener/route-to-main-screen.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/-events-listener/route-to-main-screen.html deleted file mode 100644 index 4ada84df..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/-events-listener/route-to-main-screen.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - routeToMainScreen - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

routeToMainScreen

-
-
- -
-
abstract fun routeToMainScreen()
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/-events-listener/show-error.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/-events-listener/show-error.html deleted file mode 100644 index 0a7a85b2..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/-events-listener/show-error.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - showError - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

showError

-
-
- -
-
abstract fun showError(error: StringDesc)
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/-login-view-model.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/-login-view-model.html deleted file mode 100644 index 7423c8c2..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/-login-view-model.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - LoginViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

LoginViewModel

-
-
- -
-
fun LoginViewModel(eventsDispatcher: EventsDispatcher<LoginViewModel.EventsListener>, userRepository: UserRepository)
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/email.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/email.html deleted file mode 100644 index 33178ddb..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/email.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - email - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

email

-
-
- -
-
val email: MutableLiveData<String>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/events-dispatcher.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/events-dispatcher.html deleted file mode 100644 index e9cea959..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/events-dispatcher.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - eventsDispatcher - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

eventsDispatcher

-
-
- -
-
open override val eventsDispatcher: EventsDispatcher<LoginViewModel.EventsListener>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/index.html deleted file mode 100644 index 6609724b..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/index.html +++ /dev/null @@ -1,257 +0,0 @@ - - - - LoginViewModel - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

LoginViewModel

-
class LoginViewModel(eventsDispatcher: EventsDispatcher<LoginViewModel.EventsListener>, userRepository: UserRepository) : ViewModel, EventsDispatcherOwner<LoginViewModel.EventsListener>
-
-
-
-
-

Types

-
-
-
-
EventsListener -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
interface EventsListener
-
-
-
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
onCleared -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun onCleared()
-
-
-
-
-
-
- -
-
-
onLoginButtonPressed -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
fun onLoginButtonPressed()
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-

Properties

-
-
-
-
email -
Link copied to clipboard
-
-
-
-
common
-
-
-
val email: MutableLiveData<String>
-
-
-
-
- -
-
-
eventsDispatcher -
Link copied to clipboard
-
-
-
-
common
-
-
-
open override val eventsDispatcher: EventsDispatcher<LoginViewModel.EventsListener>
-
-
-
-
- -
-
-
isLoading -
Link copied to clipboard
-
-
-
-
common
-
-
-
val isLoading: LiveData<Boolean>
-
-
-
-
- -
-
-
isLoginButtonVisible -
Link copied to clipboard
-
-
-
-
common
-
-
-
val isLoginButtonVisible: LiveData<Boolean>
-
-
-
-
- -
-
-
password -
Link copied to clipboard
-
-
-
-
common
-
-
-
val password: MutableLiveData<String>
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/is-loading.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/is-loading.html deleted file mode 100644 index 4ba2a4a7..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/is-loading.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isLoading - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isLoading

-
-
- -
-
val isLoading: LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/is-login-button-visible.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/is-login-button-visible.html deleted file mode 100644 index e29e543a..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/is-login-button-visible.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - isLoginButtonVisible - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

isLoginButtonVisible

-
-
- -
-
val isLoginButtonVisible: LiveData<Boolean>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/on-login-button-pressed.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/on-login-button-pressed.html deleted file mode 100644 index ca4d6a10..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/on-login-button-pressed.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - onLoginButtonPressed - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

onLoginButtonPressed

-
-
- -
-
fun onLoginButtonPressed()
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/password.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/password.html deleted file mode 100644 index 0e367dca..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-login-view-model/password.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - password - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

password

-
-
- -
-
val password: MutableLiveData<String>
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-mock-user-repository/-mock-user-repository.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-mock-user-repository/-mock-user-repository.html deleted file mode 100644 index ac738d07..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-mock-user-repository/-mock-user-repository.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - MockUserRepository - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MockUserRepository

-
-
- -
-
fun MockUserRepository()
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-mock-user-repository/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-mock-user-repository/index.html deleted file mode 100644 index e6ba43db..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-mock-user-repository/index.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - MockUserRepository - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

MockUserRepository

-
class MockUserRepository : UserRepository
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
login -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open suspend override fun login(email: String, password: String)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-mock-user-repository/login.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-mock-user-repository/login.html deleted file mode 100644 index d8dcebce..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-mock-user-repository/login.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - login - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

login

-
-
- -
-
open suspend override fun login(email: String, password: String)
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-user-repository/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-user-repository/index.html deleted file mode 100644 index ed9883b2..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-user-repository/index.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - UserRepository - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

UserRepository

-
interface UserRepository
-
-
-
-
-

Functions

-
-
-
-
equals -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open operator fun equals(other: Any?): Boolean
-
-
-
-
-
-
- -
-
-
hashCode -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun hashCode(): Int
-
-
-
-
-
-
- -
-
-
login -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
abstract suspend fun login(email: String, password: String)
-
-
-
-
-
-
- -
-
-
toString -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
open fun toString(): String
-
-
-
-
-
-
-
-

Inheritors

-
-
-
-
MockUserRepository -
Link copied to clipboard
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-user-repository/login.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-user-repository/login.html deleted file mode 100644 index 9b99b5d9..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/-user-repository/login.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - login - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

login

-
-
- -
-
abstract suspend fun login(email: String, password: String)
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/index.html b/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/index.html deleted file mode 100644 index cf29db3a..00000000 --- a/docs/sample/mpp-library/mpp-library/com.icerockdev.library.sample6/index.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - com.icerockdev.library.sample6 - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

Package com.icerockdev.library.sample6

-
-
-
-
-

Types

-
-
-
-
LoginViewModel -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
class LoginViewModel(eventsDispatcher: EventsDispatcher<LoginViewModel.EventsListener>, userRepository: UserRepository) : ViewModel, EventsDispatcherOwner<LoginViewModel.EventsListener>
-
-
-
-
-
-
- -
-
-
MockUserRepository -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
class MockUserRepository : UserRepository
-
-
-
-
-
-
- -
-
-
UserRepository -
Link copied to clipboard
-
-
-
-
common
-
-
- -
-
interface UserRepository
-
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/index.html b/docs/sample/mpp-library/mpp-library/index.html deleted file mode 100644 index bf82410f..00000000 --- a/docs/sample/mpp-library/mpp-library/index.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - mpp-library - - - - - - - - - - - - - -
-
- -
-
-
-
-
- - -
- -
-

mpp-library

-
-

Packages

-
-
-
-
-
com.icerockdev.library.sample1 -
Link copied to clipboard
-
-
-
-
common
-
-
-
-
-
-
- -
-
-
-
com.icerockdev.library.sample2 -
Link copied to clipboard
-
-
-
-
common
-
-
-
-
-
-
- -
-
-
-
com.icerockdev.library.sample3 -
Link copied to clipboard
-
-
-
-
common
-
-
-
-
-
-
- -
-
-
-
com.icerockdev.library.sample4 -
Link copied to clipboard
-
-
-
-
common
-
-
-
-
-
-
- -
-
-
-
com.icerockdev.library.sample5 -
Link copied to clipboard
-
-
-
-
common
-
-
-
-
-
-
- -
-
-
-
com.icerockdev.library.sample6 -
Link copied to clipboard
-
-
-
-
common
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/sample/mpp-library/mpp-library/package-list b/docs/sample/mpp-library/mpp-library/package-list deleted file mode 100644 index 8cc1538e..00000000 --- a/docs/sample/mpp-library/mpp-library/package-list +++ /dev/null @@ -1,10 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - -com.icerockdev.library.sample1 -com.icerockdev.library.sample2 -com.icerockdev.library.sample3 -com.icerockdev.library.sample4 -com.icerockdev.library.sample5 -com.icerockdev.library.sample6 - diff --git a/docs/sample/mpp-library/navigation.html b/docs/sample/mpp-library/navigation.html deleted file mode 100644 index 0c67a238..00000000 --- a/docs/sample/mpp-library/navigation.html +++ /dev/null @@ -1,46 +0,0 @@ - - diff --git a/docs/sample/mpp-library/scripts/clipboard.js b/docs/sample/mpp-library/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/sample/mpp-library/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/sample/mpp-library/scripts/main.js b/docs/sample/mpp-library/scripts/main.js deleted file mode 100644 index 12373ea9..00000000 --- a/docs/sample/mpp-library/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=390)}([function(e,t,n){e.exports=n(264)()},function(e,t,n){"use strict";e.exports=n(239)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},X=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,A)&&this[A][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,A)&&e[A][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=z(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==A||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=z(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((R=function(){if(this instanceof R)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,A)&&o(this[A],e)&&(this[A][e]=!1),K(this,e,S(1,n))};return i&&G&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(114).f=O.f=Z,n(95).f=X,T.f=ee,i&&!n(111)&&l(W,"propertyIsEnumerable",X,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:R});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=R(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){G=!0},useSimple:function(){G=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):Y(k(e),t)},defineProperty:Q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=R();return"[null]"!=N([e])||"{}"!=N({a:e})||"{}"!=N(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,N.apply(M,r)}}),R.prototype[L]||n(59)(R.prototype,L,R.prototype.valueOf),f(R,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(257);var r=n(27),o=n(135),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(182)("asyncIterator")},function(e,t,n){var r=n(32),o=n(79),i=n(59),a=n(42),l=n(80),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(70),i=n(42),a=n(32),l=n(59),c=n(96),u=n(25),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(83)})},function(e,t,n){var r=n(10),o=n(83),i=n(81),a=n(27),l=n(29),c=n(31),u=n(184),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(180).set})},function(e,t,n){var r=n(54),o=n(70);n(252)("keys",(function(){return function(e){return o(r(e))}}))},function(e,t,n){"use strict";var r=n(10),o=n(130)(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(72)(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},function(e,t,n){var r=n(26),o=n(266);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(10);r(r.S+r.F,"Object",{assign:n(185)})},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(98),a=n(74),l=n(75),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(26),o=n(332);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(113),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(71);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(72)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(85)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(80),o=n(10),i=n(54),a=n(189),l=n(190),c=n(53),u=n(174),s=n(191);o(o.S+o.F*!n(192)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(91);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(112),o=n(71);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(72)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(80),o=n(112),i=n(54),a=n(53),l=n(259);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(200),i=n(147),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(282),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(304)),o=a(n(308)),i=a(n(205));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){(function(e,r){var o; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var i="Expected a function",a="__lodash_placeholder__",l=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",s="[object Boolean]",f="[object Date]",p="[object Error]",d="[object Function]",h="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Object]",y="[object RegExp]",b="[object Set]",_="[object String]",w="[object Symbol]",x="[object WeakMap]",S="[object ArrayBuffer]",k="[object DataView]",O="[object Float32Array]",E="[object Float64Array]",T="[object Int8Array]",C="[object Int16Array]",P="[object Int32Array]",I="[object Uint8Array]",j="[object Uint16Array]",z="[object Uint32Array]",R=/\b__p \+= '';/g,M=/\b(__p \+=) '' \+/g,N=/(__e\(.*?\)|\b__t\)) \+\n'';/g,A=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,F=RegExp(A.source),D=RegExp(L.source),H=/<%-([\s\S]+?)%>/g,U=/<%([\s\S]+?)%>/g,W=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,V=/^\w*$/,G=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,K=/[\\^$.*+?()[\]{}|]/g,q=RegExp(K.source),$=/^\s+|\s+$/g,Q=/^\s+/,Y=/\s+$/,X=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,J=/\{\n\/\* \[wrapped with (.+)\] \*/,Z=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,le=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,se=/($^)/,fe=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ve="["+de+"]",ge="["+pe+"]",me="\\d+",ye="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",_e="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",xe="[^\\ud800-\\udfff]",Se="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Oe="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ee="(?:"+be+"|"+_e+")",Te="(?:"+Oe+"|"+_e+")",Ce="(?:"+ge+"|"+we+")"+"?",Pe="[\\ufe0e\\ufe0f]?"+Ce+("(?:\\u200d(?:"+[xe,Se,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Ce+")*"),Ie="(?:"+[ye,Se,ke].join("|")+")"+Pe,je="(?:"+[xe+ge+"?",ge,Se,ke,he].join("|")+")",ze=RegExp("['’]","g"),Re=RegExp(ge,"g"),Me=RegExp(we+"(?="+we+")|"+je+Pe,"g"),Ne=RegExp([Oe+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Oe,"$"].join("|")+")",Te+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Oe+Ee,"$"].join("|")+")",Oe+"?"+Ee+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Oe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Ie].join("|"),"g"),Ae=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Fe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],De=-1,He={};He[O]=He[E]=He[T]=He[C]=He[P]=He[I]=He["[object Uint8ClampedArray]"]=He[j]=He[z]=!0,He[c]=He[u]=He[S]=He[s]=He[k]=He[f]=He[p]=He[d]=He[v]=He[g]=He[m]=He[y]=He[b]=He[_]=He[x]=!1;var Ue={};Ue[c]=Ue[u]=Ue[S]=Ue[k]=Ue[s]=Ue[f]=Ue[O]=Ue[E]=Ue[T]=Ue[C]=Ue[P]=Ue[v]=Ue[g]=Ue[m]=Ue[y]=Ue[b]=Ue[_]=Ue[w]=Ue[I]=Ue["[object Uint8ClampedArray]"]=Ue[j]=Ue[z]=!0,Ue[p]=Ue[d]=Ue[x]=!1;var We={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ve=parseInt,Ge="object"==typeof e&&e&&e.Object===Object&&e,Ke="object"==typeof self&&self&&self.Object===Object&&self,qe=Ge||Ke||Function("return this")(),$e=t&&!t.nodeType&&t,Qe=$e&&"object"==typeof r&&r&&!r.nodeType&&r,Ye=Qe&&Qe.exports===$e,Xe=Ye&&Ge.process,Je=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Xe&&Xe.binding&&Xe.binding("util")}catch(e){}}(),Ze=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,ot=Je&&Je.isTypedArray;function it(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o-1}function pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Mt(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=Et({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Lt=Et({"&":"&","<":"<",">":">",'"':""","'":"'"});function Ft(e){return"\\"+We[e]}function Dt(e){return Ae.test(e)}function Ht(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ut(e,t){return function(n){return e(t(n))}}function Wt(e,t){for(var n=-1,r=e.length,o=0,i=[];++n",""":'"',"'":"'"});var $t=function e(t){var n,r=(t=null==t?qe:$t.defaults(qe.Object(),t,$t.pick(qe,Fe))).Array,o=t.Date,pe=t.Error,de=t.Function,he=t.Math,ve=t.Object,ge=t.RegExp,me=t.String,ye=t.TypeError,be=r.prototype,_e=de.prototype,we=ve.prototype,xe=t["__core-js_shared__"],Se=_e.toString,ke=we.hasOwnProperty,Oe=0,Ee=(n=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Te=we.toString,Ce=Se.call(ve),Pe=qe._,Ie=ge("^"+Se.call(ke).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=Ye?t.Buffer:void 0,Me=t.Symbol,Ae=t.Uint8Array,We=je?je.allocUnsafe:void 0,Ge=Ut(ve.getPrototypeOf,ve),Ke=ve.create,$e=we.propertyIsEnumerable,Qe=be.splice,Xe=Me?Me.isConcatSpreadable:void 0,Je=Me?Me.iterator:void 0,yt=Me?Me.toStringTag:void 0,Et=function(){try{var e=ei(ve,"defineProperty");return e({},"",{}),e}catch(e){}}(),Qt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=o&&o.now!==qe.Date.now&&o.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=he.ceil,Zt=he.floor,en=ve.getOwnPropertySymbols,tn=je?je.isBuffer:void 0,nn=t.isFinite,rn=be.join,on=Ut(ve.keys,ve),an=he.max,ln=he.min,cn=o.now,un=t.parseInt,sn=he.random,fn=be.reverse,pn=ei(t,"DataView"),dn=ei(t,"Map"),hn=ei(t,"Promise"),vn=ei(t,"Set"),gn=ei(t,"WeakMap"),mn=ei(ve,"create"),yn=gn&&new gn,bn={},_n=Ti(pn),wn=Ti(dn),xn=Ti(hn),Sn=Ti(vn),kn=Ti(gn),On=Me?Me.prototype:void 0,En=On?On.valueOf:void 0,Tn=On?On.toString:void 0;function Cn(e){if(Va(e)&&!Ra(e)&&!(e instanceof zn)){if(e instanceof jn)return e;if(ke.call(e,"__wrapped__"))return Ci(e)}return new jn(e)}var Pn=function(){function e(){}return function(t){if(!Ba(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function In(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,l=1&t,u=2&t,p=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Ba(e))return e;var x=Ra(e);if(x){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&ke.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!l)return yo(e,a)}else{var R=ri(e),M=R==d||R==h;if(La(e))return fo(e,l);if(R==m||R==c||M&&!o){if(a=u||M?{}:ii(e),!l)return u?function(e,t){return bo(e,ni(e),t)}(e,function(e,t){return e&&bo(t,wl(t),e)}(a,e)):function(e,t){return bo(e,ti(e),t)}(e,Kn(a,e))}else{if(!Ue[R])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case S:return po(e);case s:case f:return new r(+e);case k:return function(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case O:case E:case T:case C:case P:case I:case"[object Uint8ClampedArray]":case j:case z:return ho(e,n);case v:return new r;case g:case _:return new r(e);case y:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case b:return new r;case w:return o=e,En?ve(En.call(o)):{}}var o}(e,R,l)}}i||(i=new Ln);var N=i.get(e);if(N)return N;i.set(e,a),Qa(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):Ga(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=x?void 0:(p?u?qo:Ko:u?wl:_l)(e);return lt(A||e,(function(r,o){A&&(r=e[o=r]),Bn(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=ve(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new ye(i);return _i((function(){e.apply(void 0,n)}),t)}function Zn(e,t,n,r){var o=-1,i=ft,a=!0,l=e.length,c=[],u=t.length;if(!l)return c;n&&(t=dt(t,It(n))),r?(i=pt,a=!1):t.length>=200&&(i=zt,a=!1,t=new An(t));e:for(;++o-1},Mn.prototype.set=function(e,t){var n=this.__data__,r=Vn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(dn||Mn),string:new Rn}},Nn.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Jo(this,e).get(e)},Nn.prototype.has=function(e){return Jo(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},An.prototype.add=An.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},An.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.clear=function(){this.__data__=new Mn,this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ln.prototype.get=function(e){return this.__data__.get(e)},Ln.prototype.has=function(e){return this.__data__.has(e)},Ln.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Mn){var r=n.__data__;if(!dn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var er=xo(cr),tr=xo(ur,!0);function nr(e,t){var n=!0;return er(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function rr(e,t,n){for(var r=-1,o=e.length;++r0&&n(l)?t>1?ir(l,t-1,n,r,o):ht(o,l):r||(o[o.length]=l)}return o}var ar=So(),lr=So(!0);function cr(e,t){return e&&ar(e,t,_l)}function ur(e,t){return e&&lr(e,t,_l)}function sr(e,t){return st(t,(function(t){return Ha(e[t])}))}function fr(e,t){for(var n=0,r=(t=lo(t,e)).length;null!=e&&nt}function vr(e,t){return null!=e&&ke.call(e,t)}function gr(e,t){return null!=e&&t in ve(e)}function mr(e,t,n){for(var o=n?pt:ft,i=e[0].length,a=e.length,l=a,c=r(a),u=1/0,s=[];l--;){var f=e[l];l&&t&&(f=dt(f,It(t))),u=ln(f.length,u),c[l]=!n&&(t||i>=120&&f.length>=120)?new An(l&&f):void 0}f=e[0];var p=-1,d=c[0];e:for(;++p=l)return c;var u=n[r];return c*("desc"==u?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,o=t.length,i={};++r-1;)l!==e&&Qe.call(l,c,1),Qe.call(e,c,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;li(o)?Qe.call(e,o,1):Zr(e,o)}}return e}function Ar(e,t){return e+Zt(sn()*(t-e+1))}function Lr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=Zt(t/2))&&(e+=e)}while(t);return n}function Fr(e,t){return wi(vi(e,t,Kl),e+"")}function Dr(e){return Dn(Pl(e))}function Hr(e,t){var n=Pl(e);return ki(n,Qn(t,0,n.length))}function Ur(e,t,n,r){if(!Ba(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,l=e;null!=l&&++oi?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a=200){var u=t?null:Fo(e);if(u)return Bt(u);a=!1,o=zt,c=new An}else c=t?[]:l;e:for(;++r=r?e:Gr(e,t,n)}var so=Qt||function(e){return qe.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var n=e.length,r=We?We(n):new e.constructor(n);return e.copy(r),r}function po(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function ho(e,t){var n=t?po(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function vo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,l=null===t,c=t==t,u=Xa(t);if(!l&&!u&&!i&&e>t||i&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!i&&!u&&e1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&ci(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=ve(t);++r-1?o[i?t[a]:a]:void 0}}function Co(e){return Go((function(t){var n=t.length,r=n,o=jn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ye(i);if(o&&!l&&"wrapper"==Qo(a))var l=new jn([],!0)}for(r=l?r:n;++r1&&b.reverse(),f&&ul))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var f=-1,p=!0,d=2&n?new An:void 0;for(i.set(e,t),i.set(t,e);++f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(X,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return lt(l,(function(n){var r="_."+n[0];t&n[1]&&!ft(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(J);return t?t[1].split(Z):[]}(r),n)))}function Si(e){var t=0,n=0;return function(){var r=cn(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ki(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,$i(e,n)}));function ta(e){var t=Cn(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var ra=Go((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return $n(t,e)};return!(t>1||this.__actions__.length)&&r instanceof zn&&li(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new jn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var oa=_o((function(e,t,n){ke.call(e,n)?++e[n]:qn(e,n,1)}));var ia=To(zi),aa=To(Ri);function la(e,t){return(Ra(e)?lt:er)(e,Xo(t,3))}function ca(e,t){return(Ra(e)?ct:tr)(e,Xo(t,3))}var ua=_o((function(e,t,n){ke.call(e,n)?e[n].push(t):qn(e,n,[t])}));var sa=Fr((function(e,t,n){var o=-1,i="function"==typeof t,a=Na(e)?r(e.length):[];return er(e,(function(e){a[++o]=i?it(t,e,n):yr(e,t,n)})),a})),fa=_o((function(e,t,n){qn(e,n,t)}));function pa(e,t){return(Ra(e)?dt:Tr)(e,Xo(t,3))}var da=_o((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ha=Fr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ci(e,t[0],t[1])?t=[]:n>2&&ci(t[0],t[1],t[2])&&(t=[t[0]]),zr(e,ir(t,1),[])})),va=Yt||function(){return qe.Date.now()};function ga(e,t,n){return t=n?void 0:t,Ho(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ma(e,t){var n;if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Fr((function(e,t,n){var r=1;if(n.length){var o=Wt(n,Yo(ya));r|=32}return Ho(e,r,t,n,o)})),ba=Fr((function(e,t,n){var r=3;if(n.length){var o=Wt(n,Yo(ba));r|=32}return Ho(t,r,e,n,o)}));function _a(e,t,n){var r,o,a,l,c,u,s=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new ye(i);function h(t){var n=r,i=o;return r=o=void 0,s=t,l=e.apply(i,n)}function v(e){return s=e,c=_i(m,t),f?h(e):l}function g(e){var n=e-u;return void 0===u||n>=t||n<0||p&&e-s>=a}function m(){var e=va();if(g(e))return y(e);c=_i(m,function(e){var n=t-(e-u);return p?ln(n,a-(e-s)):n}(e))}function y(e){return c=void 0,d&&r?h(e):(r=o=void 0,l)}function b(){var e=va(),n=g(e);if(r=arguments,o=this,u=e,n){if(void 0===c)return v(u);if(p)return so(c),c=_i(m,t),h(u)}return void 0===c&&(c=_i(m,t)),l}return t=il(t)||0,Ba(n)&&(f=!!n.leading,a=(p="maxWait"in n)?an(il(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),b.cancel=function(){void 0!==c&&so(c),s=0,r=u=o=c=void 0},b.flush=function(){return void 0===c?l:y(va())},b}var wa=Fr((function(e,t){return Jn(e,1,t)})),xa=Fr((function(e,t,n){return Jn(e,il(t)||0,n)}));function Sa(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ye(i);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sa.Cache||Nn),n}function ka(e){if("function"!=typeof e)throw new ye(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Sa.Cache=Nn;var Oa=co((function(e,t){var n=(t=1==t.length&&Ra(t[0])?dt(t[0],It(Xo())):dt(ir(t,1),It(Xo()))).length;return Fr((function(r){for(var o=-1,i=ln(r.length,n);++o=t})),za=br(function(){return arguments}())?br:function(e){return Va(e)&&ke.call(e,"callee")&&!$e.call(e,"callee")},Ra=r.isArray,Ma=Ze?It(Ze):function(e){return Va(e)&&dr(e)==S};function Na(e){return null!=e&&Wa(e.length)&&!Ha(e)}function Aa(e){return Va(e)&&Na(e)}var La=tn||ic,Fa=et?It(et):function(e){return Va(e)&&dr(e)==f};function Da(e){if(!Va(e))return!1;var t=dr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!qa(e)}function Ha(e){if(!Ba(e))return!1;var t=dr(e);return t==d||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ua(e){return"number"==typeof e&&e==rl(e)}function Wa(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ba(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Va(e){return null!=e&&"object"==typeof e}var Ga=tt?It(tt):function(e){return Va(e)&&ri(e)==v};function Ka(e){return"number"==typeof e||Va(e)&&dr(e)==g}function qa(e){if(!Va(e)||dr(e)!=m)return!1;var t=Ge(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Se.call(n)==Ce}var $a=nt?It(nt):function(e){return Va(e)&&dr(e)==y};var Qa=rt?It(rt):function(e){return Va(e)&&ri(e)==b};function Ya(e){return"string"==typeof e||!Ra(e)&&Va(e)&&dr(e)==_}function Xa(e){return"symbol"==typeof e||Va(e)&&dr(e)==w}var Ja=ot?It(ot):function(e){return Va(e)&&Wa(e.length)&&!!He[dr(e)]};var Za=No(Er),el=No((function(e,t){return e<=t}));function tl(e){if(!e)return[];if(Na(e))return Ya(e)?Kt(e):yo(e);if(Je&&e[Je])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Je]());var t=ri(e);return(t==v?Ht:t==b?Bt:Pl)(e)}function nl(e){return e?(e=il(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function rl(e){var t=nl(e),n=t%1;return t==t?n?t-n:t:0}function ol(e){return e?Qn(rl(e),0,4294967295):0}function il(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if(Ba(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ba(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace($,"");var n=ie.test(e);return n||le.test(e)?Ve(e.slice(2),n?2:8):oe.test(e)?NaN:+e}function al(e){return bo(e,wl(e))}function ll(e){return null==e?"":Xr(e)}var cl=wo((function(e,t){if(pi(t)||Na(t))bo(t,_l(t),e);else for(var n in t)ke.call(t,n)&&Bn(e,n,t[n])})),ul=wo((function(e,t){bo(t,wl(t),e)})),sl=wo((function(e,t,n,r){bo(t,wl(t),e,r)})),fl=wo((function(e,t,n,r){bo(t,_l(t),e,r)})),pl=Go($n);var dl=Fr((function(e,t){e=ve(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&ci(t[0],t[1],o)&&(r=1);++n1),t})),bo(e,qo(e),n),r&&(n=Yn(n,7,Bo));for(var o=t.length;o--;)Zr(n,t[o]);return n}));var Ol=Go((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return gl(e,n)}))}(e,t)}));function El(e,t){if(null==e)return{};var n=dt(qo(e),(function(e){return[e]}));return t=Xo(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var Tl=Do(_l),Cl=Do(wl);function Pl(e){return null==e?[]:jt(e,_l(e))}var Il=Oo((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Dl(ll(e).toLowerCase())}function zl(e){return(e=ll(e))&&e.replace(ue,At).replace(Re,"")}var Rl=Oo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ml=Oo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Nl=ko("toLowerCase");var Al=Oo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ll=Oo((function(e,t,n){return e+(n?" ":"")+Dl(t)}));var Fl=Oo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dl=ko("toUpperCase");function Hl(e,t,n){return e=ll(e),void 0===(t=n?void 0:t)?function(e){return Le.test(e)}(e)?function(e){return e.match(Ne)||[]}(e):function(e){return e.match(ee)||[]}(e):e.match(t)||[]}var Ul=Fr((function(e,t){try{return it(e,void 0,t)}catch(e){return Da(e)?e:new pe(e)}})),Wl=Go((function(e,t){return lt(t,(function(t){t=Ei(t),qn(e,t,ya(e[t],e))})),e}));function Bl(e){return function(){return e}}var Vl=Co(),Gl=Co(!0);function Kl(e){return e}function ql(e){return Sr("function"==typeof e?e:Yn(e,1))}var $l=Fr((function(e,t){return function(n){return yr(n,e,t)}})),Ql=Fr((function(e,t){return function(n){return yr(e,n,t)}}));function Yl(e,t,n){var r=_l(t),o=sr(t,r);null!=n||Ba(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=sr(t,_l(t)));var i=!(Ba(n)&&"chain"in n&&!n.chain),a=Ha(e);return lt(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Xl(){}var Jl=zo(dt),Zl=zo(ut),ec=zo(mt);function tc(e){return ui(e)?Ot(Ei(e)):function(e){return function(t){return fr(t,e)}}(e)}var nc=Mo(),rc=Mo(!0);function oc(){return[]}function ic(){return!1}var ac=jo((function(e,t){return e+t}),0),lc=Lo("ceil"),cc=jo((function(e,t){return e/t}),1),uc=Lo("floor");var sc,fc=jo((function(e,t){return e*t}),1),pc=Lo("round"),dc=jo((function(e,t){return e-t}),0);return Cn.after=function(e,t){if("function"!=typeof t)throw new ye(i);return e=rl(e),function(){if(--e<1)return t.apply(this,arguments)}},Cn.ary=ga,Cn.assign=cl,Cn.assignIn=ul,Cn.assignInWith=sl,Cn.assignWith=fl,Cn.at=pl,Cn.before=ma,Cn.bind=ya,Cn.bindAll=Wl,Cn.bindKey=ba,Cn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},Cn.chain=ta,Cn.chunk=function(e,t,n){t=(n?ci(e,t,n):void 0===t)?1:an(rl(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,l=r(Jt(o/t));io?0:o+n),(r=void 0===r||r>o?o:rl(r))<0&&(r+=o),r=n>r?0:ol(r);n>>0)?(e=ll(e))&&("string"==typeof t||null!=t&&!$a(t))&&!(t=Xr(t))&&Dt(e)?uo(Kt(e),0,n):e.split(t,n):[]},Cn.spread=function(e,t){if("function"!=typeof e)throw new ye(i);return t=null==t?0:an(rl(t),0),Fr((function(n){var r=n[t],o=uo(n,0,t);return r&&ht(o,r),it(e,this,o)}))},Cn.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},Cn.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:rl(t))<0?0:t):[]},Cn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:rl(t)))<0?0:t,r):[]},Cn.takeRightWhile=function(e,t){return e&&e.length?to(e,Xo(t,3),!1,!0):[]},Cn.takeWhile=function(e,t){return e&&e.length?to(e,Xo(t,3)):[]},Cn.tap=function(e,t){return t(e),e},Cn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new ye(i);return Ba(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),_a(e,t,{leading:r,maxWait:t,trailing:o})},Cn.thru=na,Cn.toArray=tl,Cn.toPairs=Tl,Cn.toPairsIn=Cl,Cn.toPath=function(e){return Ra(e)?dt(e,Ei):Xa(e)?[e]:yo(Oi(ll(e)))},Cn.toPlainObject=al,Cn.transform=function(e,t,n){var r=Ra(e),o=r||La(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Ba(e)&&Ha(i)?Pn(Ge(e)):{}}return(o?lt:cr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Cn.unary=function(e){return ga(e,1)},Cn.union=Vi,Cn.unionBy=Gi,Cn.unionWith=Ki,Cn.uniq=function(e){return e&&e.length?Jr(e):[]},Cn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Cn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Cn.unset=function(e,t){return null==e||Zr(e,t)},Cn.unzip=qi,Cn.unzipWith=$i,Cn.update=function(e,t,n){return null==e?e:eo(e,t,ao(n))},Cn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:eo(e,t,ao(n),r)},Cn.values=Pl,Cn.valuesIn=function(e){return null==e?[]:jt(e,wl(e))},Cn.without=Qi,Cn.words=Hl,Cn.wrap=function(e,t){return Ea(ao(t),e)},Cn.xor=Yi,Cn.xorBy=Xi,Cn.xorWith=Ji,Cn.zip=Zi,Cn.zipObject=function(e,t){return oo(e||[],t||[],Bn)},Cn.zipObjectDeep=function(e,t){return oo(e||[],t||[],Ur)},Cn.zipWith=ea,Cn.entries=Tl,Cn.entriesIn=Cl,Cn.extend=ul,Cn.extendWith=sl,Yl(Cn,Cn),Cn.add=ac,Cn.attempt=Ul,Cn.camelCase=Il,Cn.capitalize=jl,Cn.ceil=lc,Cn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=il(n))==n?n:0),void 0!==t&&(t=(t=il(t))==t?t:0),Qn(il(e),t,n)},Cn.clone=function(e){return Yn(e,4)},Cn.cloneDeep=function(e){return Yn(e,5)},Cn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Cn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Cn.conformsTo=function(e,t){return null==t||Xn(e,t,_l(t))},Cn.deburr=zl,Cn.defaultTo=function(e,t){return null==e||e!=e?t:e},Cn.divide=cc,Cn.endsWith=function(e,t,n){e=ll(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Qn(rl(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Cn.eq=Pa,Cn.escape=function(e){return(e=ll(e))&&D.test(e)?e.replace(L,Lt):e},Cn.escapeRegExp=function(e){return(e=ll(e))&&q.test(e)?e.replace(K,"\\$&"):e},Cn.every=function(e,t,n){var r=Ra(e)?ut:nr;return n&&ci(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Cn.find=ia,Cn.findIndex=zi,Cn.findKey=function(e,t){return bt(e,Xo(t,3),cr)},Cn.findLast=aa,Cn.findLastIndex=Ri,Cn.findLastKey=function(e,t){return bt(e,Xo(t,3),ur)},Cn.floor=uc,Cn.forEach=la,Cn.forEachRight=ca,Cn.forIn=function(e,t){return null==e?e:ar(e,Xo(t,3),wl)},Cn.forInRight=function(e,t){return null==e?e:lr(e,Xo(t,3),wl)},Cn.forOwn=function(e,t){return e&&cr(e,Xo(t,3))},Cn.forOwnRight=function(e,t){return e&&ur(e,Xo(t,3))},Cn.get=vl,Cn.gt=Ia,Cn.gte=ja,Cn.has=function(e,t){return null!=e&&oi(e,t,vr)},Cn.hasIn=gl,Cn.head=Ni,Cn.identity=Kl,Cn.includes=function(e,t,n,r){e=Na(e)?e:Pl(e),n=n&&!r?rl(n):0;var o=e.length;return n<0&&(n=an(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&wt(e,t,n)>-1},Cn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:rl(n);return o<0&&(o=an(r+o,0)),wt(e,t,o)},Cn.inRange=function(e,t,n){return t=nl(t),void 0===n?(n=t,t=0):n=nl(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},Cn.isSet=Qa,Cn.isString=Ya,Cn.isSymbol=Xa,Cn.isTypedArray=Ja,Cn.isUndefined=function(e){return void 0===e},Cn.isWeakMap=function(e){return Va(e)&&ri(e)==x},Cn.isWeakSet=function(e){return Va(e)&&"[object WeakSet]"==dr(e)},Cn.join=function(e,t){return null==e?"":rn.call(e,t)},Cn.kebabCase=Rl,Cn.last=Di,Cn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=rl(n))<0?an(r+o,0):ln(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):_t(e,St,o,!0)},Cn.lowerCase=Ml,Cn.lowerFirst=Nl,Cn.lt=Za,Cn.lte=el,Cn.max=function(e){return e&&e.length?rr(e,Kl,hr):void 0},Cn.maxBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),hr):void 0},Cn.mean=function(e){return kt(e,Kl)},Cn.meanBy=function(e,t){return kt(e,Xo(t,2))},Cn.min=function(e){return e&&e.length?rr(e,Kl,Er):void 0},Cn.minBy=function(e,t){return e&&e.length?rr(e,Xo(t,2),Er):void 0},Cn.stubArray=oc,Cn.stubFalse=ic,Cn.stubObject=function(){return{}},Cn.stubString=function(){return""},Cn.stubTrue=function(){return!0},Cn.multiply=fc,Cn.nth=function(e,t){return e&&e.length?jr(e,rl(t)):void 0},Cn.noConflict=function(){return qe._===this&&(qe._=Pe),this},Cn.noop=Xl,Cn.now=va,Cn.pad=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Ro(Zt(o),n)+e+Ro(Jt(o),n)},Cn.padEnd=function(e,t,n){e=ll(e);var r=(t=rl(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=sn();return ln(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Ar(e,t)},Cn.reduce=function(e,t,n){var r=Ra(e)?vt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,er)},Cn.reduceRight=function(e,t,n){var r=Ra(e)?gt:Tt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Cn.repeat=function(e,t,n){return t=(n?ci(e,t,n):void 0===t)?1:rl(t),Lr(ll(e),t)},Cn.replace=function(){var e=arguments,t=ll(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Cn.result=function(e,t,n){var r=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var o=Pt(r,t=Xo(t));++n=i)return e;var l=n-Gt(r);if(l<1)return r;var c=a?uo(a,0,l).join(""):e.slice(0,l);if(void 0===o)return c+r;if(a&&(l+=c.length-l),$a(o)){if(e.slice(l).search(o)){var u,s=c;for(o.global||(o=ge(o.source,ll(re.exec(o))+"g")),o.lastIndex=0;u=o.exec(s);)var f=u.index;c=c.slice(0,void 0===f?l:f)}}else if(e.indexOf(Xr(o),l)!=l){var p=c.lastIndexOf(o);p>-1&&(c=c.slice(0,p))}return c+r},Cn.unescape=function(e){return(e=ll(e))&&F.test(e)?e.replace(A,qt):e},Cn.uniqueId=function(e){var t=++Oe;return ll(e)+t},Cn.upperCase=Fl,Cn.upperFirst=Dl,Cn.each=la,Cn.eachRight=ca,Cn.first=Ni,Yl(Cn,(sc={},cr(Cn,(function(e,t){ke.call(Cn.prototype,t)||(sc[t]=e)})),sc),{chain:!1}),Cn.VERSION="4.17.19",lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Cn[e].placeholder=Cn})),lt(["drop","take"],(function(e,t){zn.prototype[e]=function(n){n=void 0===n?1:an(rl(n),0);var r=this.__filtered__&&!t?new zn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");zn.prototype[e]=function(){return this[n](1).value()[0]}})),lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");zn.prototype[e]=function(){return this.__filtered__?new zn(this):this[n](1)}})),zn.prototype.compact=function(){return this.filter(Kl)},zn.prototype.find=function(e){return this.filter(e).head()},zn.prototype.findLast=function(e){return this.reverse().find(e)},zn.prototype.invokeMap=Fr((function(e,t){return"function"==typeof e?new zn(this):this.map((function(n){return yr(n,e,t)}))})),zn.prototype.reject=function(e){return this.filter(ka(Xo(e)))},zn.prototype.slice=function(e,t){e=rl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=rl(t))<0?n.dropRight(-t):n.take(t-e)),n)},zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},zn.prototype.toArray=function(){return this.take(4294967295)},cr(zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Cn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Cn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,l=t instanceof zn,c=a[0],u=l||Ra(t),s=function(e){var t=o.apply(Cn,ht([e],a));return r&&f?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=i&&!f,h=l&&!p;if(!i&&u){t=h?t:new zn(this);var v=e.apply(t,a);return v.__actions__.push({func:na,args:[s],thisArg:void 0}),new jn(v,f)}return d&&h?e.apply(this,a):(v=this.thru(s),d?r?v.value()[0]:v.value():v)})})),lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Cn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Ra(o)?o:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(zn.prototype,(function(e,t){var n=Cn[t];if(n){var r=n.name+"";ke.call(bn,r)||(bn[r]=[]),bn[r].push({name:t,func:n})}})),bn[Po(void 0,2).name]=[{name:"wrapper",func:void 0}],zn.prototype.clone=function(){var e=new zn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},zn.prototype.reverse=function(){if(this.__filtered__){var e=new zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Cn.prototype.plant=function(e){for(var t,n=this;n instanceof In;){var r=Ci(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Cn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof zn){var t=e;return this.__actions__.length&&(t=new zn(this)),(t=t.reverse()).__actions__.push({func:na,args:[Bi],thisArg:void 0}),new jn(t,this.__chain__)}return this.thru(Bi)},Cn.prototype.toJSON=Cn.prototype.valueOf=Cn.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Cn.prototype.first=Cn.prototype.head,Je&&(Cn.prototype[Je]=function(){return this}),Cn}();qe._=$t,void 0===(o=function(){return $t}.call(t,n,t,r))||(r.exports=o)}).call(this)}).call(this,n(108),n(243)(e))},function(e,t,n){var r=n(26),o=n(335);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(26),o=n(376);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(173),o=n(132);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(113),l=n(138),c=n(139),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(140)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(121);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(202),o=n(148);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(108))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(172)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(81);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(249),i=n(60),a=n(94),l=n(174);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(172),i=n(132),a=n(131)("IE_PROTO"),l=function(){},c=function(){var e,t=n(171)("iframe"),r=i.length;for(t.style.display="none",n(251).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("