UNNotificationCategory.FromIdentifier Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
FromIdentifier(String, UNNotificationAction[], String[], UNNotificationCategoryOptions) |
Создает и возвращает новую категорию уведомлений из указанных аргументов. |
FromIdentifier(String, UNNotificationAction[], String[], String, UNNotificationCategoryOptions) |
Создает и возвращает новую категорию уведомлений из указанных аргументов. |
FromIdentifier(String, UNNotificationAction[], String[], String, NSString, UNNotificationCategoryOptions) |
FromIdentifier(String, UNNotificationAction[], String[], UNNotificationCategoryOptions)
Создает и возвращает новую категорию уведомлений из указанных аргументов.
[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
Параметры
- identifier
- String
Уникальный идентификатор приложения для категории.
- actions
- UNNotificationAction[]
Четыре или менее отображаемых действий.
- intentIdentifiers
- String[]
Идентификаторы намерений для категории.
- options
- UNNotificationCategoryOptions
Параметры категории.
Возвращаемое значение
- Атрибуты
Применяется к
FromIdentifier(String, UNNotificationAction[], String[], String, UNNotificationCategoryOptions)
Создает и возвращает новую категорию уведомлений из указанных аргументов.
[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
Параметры
- identifier
- String
Уникальный идентификатор приложения для категории.
- actions
- UNNotificationAction[]
Четыре или менее отображаемых действий.
- intentIdentifiers
- String[]
Идентификаторы намерений для категории.
- hiddenPreviewsBodyPlaceholder
- String
Строка, отображаемая при отключении предварительного просмотра уведомлений.
- options
- UNNotificationCategoryOptions
Параметры категории.
Возвращаемое значение
Новая категория уведомления из указанных аргументов.
- Атрибуты
Применяется к
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
Параметры
- identifier
- String
- actions
- UNNotificationAction[]
- intentIdentifiers
- String[]
- hiddenPreviewsBodyPlaceholder
- String
- categorySummaryFormat
- NSString
- options
- UNNotificationCategoryOptions
Возвращаемое значение
- Атрибуты