共用方式為


UNAlertStyle 列舉

定義

列舉通知顯示的警示類型。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 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)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UNAlertStyle
type UNAlertStyle = 
繼承
UNAlertStyle
屬性

欄位

Alert 2

通知可能會顯示強制回應警示。

Banner 1

通知可能會顯示暫時的向下滑動橫幅警示。

None 0

應用程式可能不會顯示警示。

適用於