ToastActivationType Enum

Definition

Decides the type of activation that will be used when the user interacts with the Toast notification.

public enum ToastActivationType
type ToastActivationType = 
Public Enum ToastActivationType
Inheritance
ToastActivationType

Fields

Background 1

Your corresponding background task (assuming you set everything up) is triggered, and you can execute code in the background (like sending the user's quick reply message) without interrupting the user.

Foreground 0

Default value. Your foreground app is launched.

Protocol 2

Launch a different app using protocol activation.

Applies to