hudBuilder

Return

A HUD.Builder which can be used to show an HUD 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.