次の方法で共有


UNNotificationRequest.FromIdentifier メソッド

定義

指定した identifiercontent、および を使用して新しい通知要求を作成します trigger

[Foundation.Export("requestWithIdentifier:content:trigger:")]
public static UserNotifications.UNNotificationRequest FromIdentifier (string identifier, UserNotifications.UNNotificationContent content, UserNotifications.UNNotificationTrigger trigger);
static member FromIdentifier : string * UserNotifications.UNNotificationContent * UserNotifications.UNNotificationTrigger -> UserNotifications.UNNotificationRequest

パラメーター

identifier
String

アプリケーション スコープに固有の identifer。

content
UNNotificationContent

通知の内容。

trigger
UNNotificationTrigger

トリガーの条件が満たされたときに通知をアクティブにするトリガー。

このパラメーターは、null に設定できます。

戻り値

新しい通知要求。

属性

適用対象