Enum NotificationType
The type of notification that has been received.
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly: Diffusion.Client.dll
Syntax
public enum NotificationType : byte
Fields
| Name | Description |
|---|---|
| ADDED | The topic has been added. |
| DESELECTED | The topic is no longer selected due to the removal of a selector. |
| REMOVED | The topic has been removed. |
| SELECTED | The topic existed at the time of the selector registration. |