Freigeben über


UNNotificationCategory.FromIdentifier Methode

Definition

Überlädt

FromIdentifier(String, UNNotificationAction[], String[], UNNotificationCategoryOptions)

Erstellt und gibt eine neue Benachrichtigungskategorie aus den angegebenen Argumenten zurück.

FromIdentifier(String, UNNotificationAction[], String[], String, UNNotificationCategoryOptions)

Erstellt und gibt eine neue Benachrichtigungskategorie aus den angegebenen Argumenten zurück.

FromIdentifier(String, UNNotificationAction[], String[], String, NSString, UNNotificationCategoryOptions)

FromIdentifier(String, UNNotificationAction[], String[], UNNotificationCategoryOptions)

Erstellt und gibt eine neue Benachrichtigungskategorie aus den angegebenen Argumenten zurück.

[Foundation.Export("categoryWithIdentifier:actions:intentIdentifiers:options:")]
public static UserNotifications.UNNotificationCategory FromIdentifier (string identifier, UserNotifications.UNNotificationAction[] actions, string[] intentIdentifiers, UserNotifications.UNNotificationCategoryOptions options);
static member FromIdentifier : string * UserNotifications.UNNotificationAction[] * string[] * UserNotifications.UNNotificationCategoryOptions -> UserNotifications.UNNotificationCategory

Parameter

identifier
String

Der eindeutige App-Bezeichner für die Kategorie.

actions
UNNotificationAction[]

Vier oder weniger Aktionen, die angezeigt werden sollen.

intentIdentifiers
String[]

Die Absichtsbezeichner für die Kategorie.

options
UNNotificationCategoryOptions

Kategorieoptionen.

Gibt zurück

Attribute

Gilt für:

FromIdentifier(String, UNNotificationAction[], String[], String, UNNotificationCategoryOptions)

Erstellt und gibt eine neue Benachrichtigungskategorie aus den angegebenen Argumenten zurück.

[Foundation.Export("categoryWithIdentifier:actions:intentIdentifiers:hiddenPreviewsBodyPlaceholder:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UserNotifications.UNNotificationCategory FromIdentifier (string identifier, UserNotifications.UNNotificationAction[] actions, string[] intentIdentifiers, string hiddenPreviewsBodyPlaceholder, UserNotifications.UNNotificationCategoryOptions options);
static member FromIdentifier : string * UserNotifications.UNNotificationAction[] * string[] * string * UserNotifications.UNNotificationCategoryOptions -> UserNotifications.UNNotificationCategory

Parameter

identifier
String

Der eindeutige App-Bezeichner für die Kategorie.

actions
UNNotificationAction[]

Vier oder weniger Aktionen, die angezeigt werden sollen.

intentIdentifiers
String[]

Die Absichtsbezeichner für die Kategorie.

hiddenPreviewsBodyPlaceholder
String

Eine Zeichenfolge, die angezeigt werden soll, wenn die Benachrichtigungsvorschau deaktiviert ist.

options
UNNotificationCategoryOptions

Kategorieoptionen.

Gibt zurück

Eine neue Benachrichtigungskategorie aus den angegebenen Argumenten.

Attribute

Gilt für:

FromIdentifier(String, UNNotificationAction[], String[], String, NSString, UNNotificationCategoryOptions)

[Foundation.Export("categoryWithIdentifier:actions:intentIdentifiers:hiddenPreviewsBodyPlaceholder:categorySummaryFormat:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UserNotifications.UNNotificationCategory FromIdentifier (string identifier, UserNotifications.UNNotificationAction[] actions, string[] intentIdentifiers, string hiddenPreviewsBodyPlaceholder, Foundation.NSString categorySummaryFormat, UserNotifications.UNNotificationCategoryOptions options);
static member FromIdentifier : string * UserNotifications.UNNotificationAction[] * string[] * string * Foundation.NSString * UserNotifications.UNNotificationCategoryOptions -> UserNotifications.UNNotificationCategory

Parameter

identifier
String
intentIdentifiers
String[]
hiddenPreviewsBodyPlaceholder
String
categorySummaryFormat
NSString

Gibt zurück

Attribute

Gilt für: