lib / com.tingyik90.snackprogressbar / SnackProgressBarManager / 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.
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.
snackProgressBar - SnackProgressBar to be updated to.