buildActionSheet

fun BaseAlertPresenter.Builder.buildActionSheet(coroutineScope: CoroutineScope, logger: Logger = RestrictedLogger(RestrictedLogLevel.None), initialize: Alert.Builder.() -> Unit): BaseAlertPresenter

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

Builds a BaseAlertPresenter of type Alert.Style.ACTION_LIST using DSL syntax (thread safe)

Return

The built BaseAlertPresenter

Parameters

coroutineScope

The CoroutineScope managing the alert lifecycle.

logger

The Logger that logs the logs of the presenter.

initialize

The block to construct an Alert