UIUserNotificationActionContext 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
に使用できる領域の量を UIUserNotificationAction列挙します。 SetActions(UIUserNotificationAction[], UIUserNotificationActionContext) と共に使用します。
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNNotificationCategory.Actions' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserNotificationActionContext
type UIUserNotificationActionContext =
- 継承
-
UIUserNotificationActionContext
- 属性
フィールド
Default | 0 | 通知のアラートの完全な UI が表示されます。 最大 4 秒 UIUserNotificationActionを許可します。 |
Minimal | 1 | 通知のアラートには、最小限の領域のみを使用できます。 最大 2 つの UIUserNotificationActionを許可します。 |