次の方法で共有


UIRemoteNotificationType 列挙型

定義

リモート通知の種類の列挙。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UIRemoteNotificationType
type UIRemoteNotificationType = 
継承
UIRemoteNotificationType
属性

フィールド

Alert 4

アプリは通知としてアラート メッセージを受け入れます。

Badge 1

アプリは、アプリのアイコンにバッジを付ける通知を受け入れます。

NewsstandContentAvailability 8

アプリは、Newsstand アプリでの問題資産のダウンロードをトリガーする通知を受け入れます。

None 0

アプリは通知を受け入れなくなります。

Sound 2

アプリは通知としてアラート サウンドを受け入れます。

適用対象