build

fun BaseHUD.Builder.build(coroutineScope: CoroutineScope, initialize: HudConfig.Builder.() -> Unit = { }): BaseHUD

Deprecated

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

Builds a HUD to display a loading indicator

Parameters

coroutineScope

The CoroutineScope managing the HUD lifecycle.

initialize

Method for initializing the HUD.Builder