UIApplication.BackgroundTimeRemaining Property

Definition

The number of seconds that the application has left to run in the background.

[ObjCRuntime.ThreadSafe]
public virtual double BackgroundTimeRemaining { [Foundation.Export("backgroundTimeRemaining")] get; }
member this.BackgroundTimeRemaining : double

Property Value

Attributes

Remarks

This can be used from a background thread.

Applies to