Class PriorityLevel
An enum representation of a priority level.
Implements
Inherited Members
ValueEnum.ToString()
ValueEnum.Value
Enum.GetHashCode()
Enum.All<T>()
Namespace: ntfy
Assembly: ntfy.dll
Syntax
public class PriorityLevel : ValueEnum, IComparable
Fields
| Improve this Doc View SourceDefault
Enum representation of a default priority level.
Declaration
public static readonly PriorityLevel Default
Field Value
Type | Description |
---|---|
PriorityLevel |
High
Enum representation of a high priority level.
Declaration
public static readonly PriorityLevel High
Field Value
Type | Description |
---|---|
PriorityLevel |
Low
Enum representation of a low priority level.
Declaration
public static readonly PriorityLevel Low
Field Value
Type | Description |
---|---|
PriorityLevel |
Max
Enum representation of a max priority level.
Declaration
public static readonly PriorityLevel Max
Field Value
Type | Description |
---|---|
PriorityLevel |
Min
Enum representation of a min priority level.
Declaration
public static readonly PriorityLevel Min
Field Value
Type | Description |
---|---|
PriorityLevel |