Freigeben über


UIUserNotificationActivationMode Enumeration

Definition

Gibt an, ob die UIUserNotificationAction App im Vordergrund- oder Hintergrundmodus ausgeführt werden soll.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNNotificationActionOptions' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserNotificationActivationMode
type UIUserNotificationActivationMode = 
Vererbung
UIUserNotificationActivationMode
Attribute

Felder

Background 1

Die aktivierte App sollte im Hintergrund platziert werden.

Foreground 0

Die aktivierte App sollte im Vordergrund platziert werden.

Gilt für: