次の方法で共有


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

戻り値

属性

適用対象