다음을 통해 공유


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[]

표시할 4개 이하의 작업입니다.

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[]

표시할 4개 이하의 작업입니다.

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
intentIdentifiers
String[]
hiddenPreviewsBodyPlaceholder
String
categorySummaryFormat
NSString

반환

특성

적용 대상