Table of Contents

Enum NotificationKind

Namespace
RxSharp
Assembly
RxSharp.dll

Identifies which kind of notification a Notification<T> represents.

public enum NotificationKind

Fields

Completed = 2

An OnCompleted notification.

Error = 1

An OnError notification, carrying an exception.

Next = 0

An OnNext notification, carrying a value.