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
戻り値
- 属性