次の方法で共有


UIBackgroundRefreshStatus 列挙型

定義

値がバックグラウンド更新の状態を反映する列挙体。 から BackgroundRefreshStatus使用できます。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBackgroundRefreshStatus
type UIBackgroundRefreshStatus = 
継承
UIBackgroundRefreshStatus
属性

フィールド

Available 2

バックグラウンド処理が許可されることを示します。

Denied 1

アプリケーション ユーザーがバックグラウンド機能を明示的に無効にしたことを示します。

Restricted 0

バックグラウンド処理が暗黙的に制限され、有効にできないことを示します (たとえば、親の制限が原因)。

適用対象