次の方法で共有


UIApplication.BackgroundRefreshStatus プロパティ

定義

バックグラウンド処理が許可、拒否、または制限されているかどうか。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIBackgroundRefreshStatus BackgroundRefreshStatus { [Foundation.Export("backgroundRefreshStatus")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.BackgroundRefreshStatus : UIKit.UIBackgroundRefreshStatus

プロパティ値

バックグラウンド動作を処理するためにアプリをバックグラウンドで起動できるかどうかを指定する読み取り専用の状態を返します。

属性

適用対象