build

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

Builds a HUD to display a loading indicator

Parameters

coroutineScope

The CoroutineScope managing the HUD lifecycle.

initialize

Method for initializing the HUD.Builder