Show / Hide Table of Contents

Class ActionType

An enum representation of a action type.

Inheritance
object
Enum
ValueEnum
ActionType
Implements
IComparable
Inherited Members
ValueEnum.ToString()
ValueEnum.FromValue<T>(object)
ValueEnum.Value
Enum.CompareTo(object)
Enum.Equals(object)
Enum.GetHashCode()
Enum.All<T>()
Enum.FromId<T>(int)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: ntfy
Assembly: ntfy.dll
Syntax
public class ActionType : ValueEnum, IComparable

Fields

| Improve this Doc View Source

Broadcast

Enum representation of a broadcast action type.

Declaration
public static readonly ActionType Broadcast
Field Value
Type Description
ActionType
| Improve this Doc View Source

Http

Enum representation of an http action type.

Declaration
public static readonly ActionType Http
Field Value
Type Description
ActionType
| Improve this Doc View Source

View

Enum representation of a view action type.

Declaration
public static readonly ActionType View
Field Value
Type Description
ActionType

Implements

IComparable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX