InAppNotificationDismissKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration to describe how an InAppNotification was dismissed
public enum InAppNotificationDismissKind
type InAppNotificationDismissKind =
Public Enum InAppNotificationDismissKind
- Inheritance
-
InAppNotificationDismissKind
Fields
Name | Value | Description |
---|---|---|
Programmatic | 0 | When the system dismissed the notification. |
User | 1 | When user explicitly dismissed the notification. |
Timeout | 2 | When the system dismissed the notification after timeout. |