Table of Contents

Enum MBNotifierCloseMethod

Namespace
Material.Blazor
Assembly
Material.Blazor.dll

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 = 2

Show the dismiss button only.

Timeout = 1

Apply a timeout only.

TimeoutAndDismissButton = 0

Apply a timeout and show the dismiss button. This is the default.