次の方法で共有


UIUserNotificationActionContext 列挙型

定義

に使用できる領域の量を 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を許可します。

適用対象