次の方法で共有


UNNotificationSetting 列挙型

定義

通知の状態を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 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)]
public enum UNNotificationSetting
type UNNotificationSetting = 
継承
UNNotificationSetting
属性

フィールド

Disabled 1

通知は無効になっています。

Enabled 2

通知が有効になっています。

NotSupported 0

通知の種類は、ターゲット アプリケーションではサポートされていません。

適用対象