UIDevice.IsMultitaskingSupported Property

Definition

Determines whether this version of iOS supports multitasking.

public virtual bool IsMultitaskingSupported { [Foundation.Export("isMultitaskingSupported")] get; }
member this.IsMultitaskingSupported : bool

Property Value

Determined by the hardware.

Attributes

Remarks

Unlike the Objective-C version of this method, there is no need to probe whether the operating system supports this selector. The MonoTouch binding takes care of this automatically. On older versions of iOS this returns false, in newer versions of iOS, this probes the operating to determine if multi-tasking capabilities are supported.

This can be used from a background thread.

Applies to