UNNotificationCategory.FromIdentifier 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
- actions
- UNNotificationAction[]
- intentIdentifiers
- String[]
- hiddenPreviewsBodyPlaceholder
- String
- categorySummaryFormat
- NSString
- options
- UNNotificationCategoryOptions
반환
- 특성