snackprogressbar

lib / com.tingyik90.snackprogressbar / SnackProgressBarManager / updateTo

updateTo

fun updateTo(storeId: Int): Unit

Updates the currently showing SnackProgressBar without dismissing it to the SnackProgressBar with the corresponding storeId i.e. updating without animation. Note: This does not change the queue.

Parameters

storeId - StoreId of the SnackProgressBar stored in SnackProgressBarManager.fun updateTo(snackProgressBar: SnackProgressBar): Unit

Updates the currently showing SnackProgressBar without dismissing it to the new SnackProgressBar i.e. updating without animation. Note: This does not change the queue.

Parameters

snackProgressBar - SnackProgressBar to be updated to.