alertPresenterBuilder
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Return
The AlertPresenter.Builder which can be used to present alerts while this Activity is active Will be created if need but only one instance will exist.
Warning: Do not attempt to use this builder outside of the lifespan of the Activity. Instead, for example use a com.splendo.kaluga.architecture.viewmodel.LifecycleViewModel, which can automatically track which Activity is active for it.