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