EnterpriseSnackbar

class EnterpriseSnackbar

Custom Snackbar that is automatically brand-themed and also offers an additional multi-lined layout. See the isMultiline parameter in make.

Constructors

EnterpriseSnackbar
Link copied to clipboard
fun EnterpriseSnackbar()

Types

Companion
Link copied to clipboard
object Companion

Properties

bodyTextView
Link copied to clipboard
lateinit var bodyTextView: TextView
Reference for the body TextView from our custom layout that is created after calling make.
buttonView
Link copied to clipboard
lateinit var buttonView: EnterpriseTextButton
Reference for the action EnterpriseTextButton from our custom layout that is created after calling make.
snackbar
Link copied to clipboard
lateinit var snackbar: Snackbar
The instance of Snackbar that is created after calling make.