StackMode 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.
The Stack mode of an in-app notification.
public enum StackMode
type StackMode =
Public Enum StackMode
- Inheritance
-
StackMode
Fields
Name | Value | Description |
---|---|---|
Replace | 0 | Each notification will replace the previous one |
StackInFront | 1 | Opening a notification will display it immediately, remaining notifications will appear when a notification is dismissed |
QueueBehind | 2 | Dismissing a notification will show the next one in the queue |