Dismisses the snackbar.
Get current progress. If progress is not set as 'determinate' then it will be return 0 always.
A value of the current progress.
Set a message. The message is mandatory, so it couldn't be empty.
A text to display in the content.
Set a value of the progress indicator for the determinate. Value between 0 and 100. It is applied when only the snackbar has been set a progressbar as 'determinate' through ISnackbarBuilder.setProgress.
A value of the progress indicator for the determinate. Value between 0 and 100.
Set a title text. If user set a text as null or empty then the title view's area will be gone.
A text to display in the title.
Generated using TypeDoc
Interface used to handle a snackbar.
1