次の方法で共有


UNNotificationActionOptions 列挙型

定義

通知アクションの動作オプションを列挙します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UNNotificationActionOptions
type UNNotificationActionOptions = 
継承
UNNotificationActionOptions
属性

フィールド

AuthenticationRequired 1

アクションに応答するようにデバイスのロックを解除するようにユーザーに求めます。

Destructive 2

通知アクションが取り消し不可能な変更を実行することを示します。 (アクションには特別な強調表示が適用されます)。

Foreground 4

アクションに応答すると、アプリがフォアグラウンドで起動され、ロックされている場合はデバイスのロックを解除するようにユーザーに求められます。

None 0

オプションは指定されていません。

適用対象