Enum MBToastLevel
Determines the type of a toast notfication. This is a required toast parameter without defaults.
public enum MBToastLevel
Fields
Error = 3Error toast.
Info = 0Informational toast.
Success = 1Success toast.
Warning = 2Warning toast.