Class EventType
An enum representation of an event type.
Implements
Inherited Members
ValueEnum.ToString()
ValueEnum.Value
Enum.GetHashCode()
Enum.All<T>()
Namespace: ntfy
Assembly: ntfy.dll
Syntax
public class EventType : ValueEnum, IComparable
Fields
| Improve this Doc View SourceKeepAlive
Enum representation of a keepalive event type.
Declaration
public static readonly EventType KeepAlive
Field Value
Type | Description |
---|---|
EventType |
Message
Enum representation of a message event type.
Declaration
public static readonly EventType Message
Field Value
Type | Description |
---|---|
EventType |
Open
Enum representation of an open event type.
Declaration
public static readonly EventType Open
Field Value
Type | Description |
---|---|
EventType |
PollRequest
Enum representation of a poll_request event type.
Declaration
public static readonly EventType PollRequest
Field Value
Type | Description |
---|---|
EventType |