dismissAfter

fun BaseHUD.dismissAfter(duration: Duration, animated: Boolean = true): BaseHUD

Deprecated

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

Dismisses the indicator after duration

Parameters

duration

The Duration to wait

animated

Pass true to animate the transition


fun BaseHUD.dismissAfter(timeMillis: Long, animated: Boolean = true): BaseHUD

Deprecated

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

Dismisses the indicator after timeMillis milliseconds

Parameters

timeMillis

The number of milliseconds to wait

animated

Pass true to animate the transition