buildAlertWithInput

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)

Return

The built BaseAlertPresenter

Parameters

coroutineScope

The CoroutineScope managing the alert lifecycle.

initialize

The block to construct an Alert