Share via


UIUserNotificationActivationMode Enum

Definition

Whether a UIUserNotificationAction should run the app in foreground or background mode.

[ObjCRuntime.Native]
public enum UIUserNotificationActivationMode
[<ObjCRuntime.Native>]
type UIUserNotificationActivationMode = 
Inheritance
UIUserNotificationActivationMode
Attributes

Fields

Name Value Description
Foreground 0

The activated app should be placed in the foreground.

Background 1

The activated app should be placed in the background.

Applies to