Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard
const val LENGTH_LONG: Int
Link copied to clipboard
const val LENGTH_SHORT: Int

Functions

Link copied to clipboard
fun make(view: View, text: CharSequence, duration: Int): DeweySnackbar
fun make(context: Context, view: View, text: CharSequence, duration: Int): DeweySnackbar

Make a Snackbar to display a message

fun make(view: View, @StringRes resId: Int, duration: Int): DeweySnackbar
fun make(context: Context, view: View, @StringRes resId: Int, duration: Int): DeweySnackbar

Make a Snackbar to display a message.