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

アプリにアラートが表示されない場合があります。

適用対象