NotificationTypes Enum

Definition

Enumerates the notification types that are related to level of alerts.

This enumeration supports a bitwise combination of its member values.

public enum class NotificationTypes
[System.Flags]
public enum NotificationTypes
type NotificationTypes = 
Public Enum NotificationTypes
Inheritance
NotificationTypes
Attributes

Fields

All -1

All notification types

Audio 1

Type of notification for incoming voice conversation

FileTransfer 16

Type of notification for incoming file transfer request

InstantMessage 4

Type of notification for incoming instant messaging

Invalid -1
Sharing 8

Type of notification for incoming app sharing request

Unknown 0

Unknown or other notification types

Video 2

Type of notification for incoming video conversation

Applies to