Enum MBNotifierCloseMethod
Determines whether a snackbar or a toast notfication times out and whether it has a dismiss button.
Defaults to TimeoutAndDismissButton
public enum MBNotifierCloseMethod
Fields
DismissButton = 2Show the dismiss button only.
Timeout = 1Apply a timeout only.
TimeoutAndDismissButton = 0Apply a timeout and show the dismiss button. This is the default.