UNNotificationActionOptions 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
通知アクションの動作オプションを列挙します。
この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。
[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 | オプションは指定されていません。 |