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 | 表示通知動作將會執行不可撤銷的變更。 (特殊醒目提示會套用至 action.) |
Foreground | 4 | 應用程式會在回應動作時于前景啟動,並在裝置鎖定時提示使用者解除鎖定裝置。 |
None | 0 | 未指定任何選項。 |