StackMode Enum

Definition

The Stack mode of an in-app notification.

public enum StackMode
type StackMode = 
Public Enum StackMode
Inheritance
StackMode

Fields

QueueBehind 2

Dismissing a notification will show the next one in the queue

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

Applies to