Enum NotificationBarType
The type of the value of a NotificationBarMessage.
[JsonStringEnumCamelCaseConverter]
public enum NotificationBarType
- Extension Methods
Fields
Alert = 2The value represents an alert bar.
Info = 0S The value represents a info bar.
Warning = 1The value represents a warning bar.