UIApplication.NetworkActivityIndicatorVisible Property

Definition

Controls the status of the network activity indicator on the device.

[ObjCRuntime.ThreadSafe]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool NetworkActivityIndicatorVisible { [Foundation.Export("isNetworkActivityIndicatorVisible")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setNetworkActivityIndicatorVisible:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.NetworkActivityIndicatorVisible : bool with get, set

Property Value

A Boolean that switches the indicator of network activity on or off.

Attributes

Remarks

This can be used from a background thread.

Applies to