lib / com.tingyik90.snackprogressbar / SnackProgressBarManager / put
fun put(snackProgressBar:
SnackProgressBar
, storeId:
Int
):
Unit
Stores a SnackProgressBar into SnackProgressBarManager to perform further action. The SnackProgressBar is uniquely identified by the storeId and will be overwritten by another SnackProgressBar with the same storeId.
snackProgressBar
- SnackProgressBar to be added.
storeId
- StoreId of the SnackProgressBar to be added.
See Also