Builder
Functions
Link copied to clipboard
fun BaseAlertPresenter.Builder.buildActionSheet(coroutineScope: CoroutineScope, initialize: Alert.Builder.() -> Unit): BaseAlertPresenter
Builds a BaseAlertPresenter of type Alert.Style.ACTION_LIST using DSL syntax (thread safe)
Link copied to clipboard
fun BaseAlertPresenter.Builder.buildAlert(coroutineScope: CoroutineScope, initialize: Alert.Builder.() -> Unit): BaseAlertPresenter
Builds a BaseAlertPresenter of type Alert.Style.ALERT using DSL syntax (thread safe)
Link copied to clipboard
fun BaseAlertPresenter.Builder.buildAlertWithInput(coroutineScope: CoroutineScope, initialize: Alert.Builder.() -> Unit): BaseAlertPresenter
Builds a BaseAlertPresenter of type Alert.Style.TEXT_INPUT using DSL syntax (thread safe)
Link copied to clipboard
Creates the BaseAlertPresenter described by this builder.