create

abstract fun create(alert: Alert, coroutineScope: CoroutineScope): BaseAlertPresenter

Creates the BaseAlertPresenter described by this builder.

Return

The BaseAlertPresenter described by this builder.

Parameters

alert

The Alert to be presented by the built presenter.

coroutineScope

The CoroutineScope managing the alert lifecycle.