NotifListenerType Enumeration |
Namespace:
Unvired.Kernel.UWP.Constants
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum NotifListenerType
Public Enumeration NotifListenerType
public enum class NotifListenerType
Members|
| Member name | Value | Description |
|---|
| DataSent | 0 | |
| DataChanged | 1 | |
| DataReceived | 2 | |
| AppReset | 3 | |
| AttachmentDownloadSuccess | 4 | |
| AttachmentDownloadFailure | 5 | |
| AttachmentDownloadCompleted | 6 | |
| IncomingDataHandleFinished | 7 | |
| AttachmentDownloadWaiting | 8 | |
| InfoMessage | 9 | |
| ServerError | 10 | |
| SentItemChanges | 11 | |
See Also