Share via


UIApplication.BackgroundRefreshStatus Propiedad

Definición

Si el procesamiento en segundo plano está permitido, denegado o restringido.

[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

Valor de propiedad

Devuelve un estado de solo lectura que especifica si la aplicación se puede iniciar en segundo plano para controlar los comportamientos en segundo plano.

Atributos

Se aplica a