UNNotificationRequest.FromIdentifier メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した identifier
、 content
、および を使用して新しい通知要求を作成します 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
通知の内容。
戻り値
新しい通知要求。
- 属性