BpkSnackbar
class BpkSnackbar
Deprecated
Use BpkFloatingNotification from Compose instead
A wrapper around Snackbar providing the required customization.
Use BpkSnackbar.make to create a new instance, then use it in the same way as a Snackbar.
See also
Properties
Link copied to clipboard
Provides access to internal Snackbar instance. This method should only be used for accessing properties and methods that BpkSnackbar does not have.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setAction(icon: Drawable, contentDescription: String, listener: View.OnClickListener): BpkSnackbar
fun setAction(@DrawableRes resId: Int, contentDescription: String, listener: View.OnClickListener): BpkSnackbar
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard