Share via


UIApplication.NetworkActivityIndicatorVisible Property

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.ThreadSafe]
public virtual bool NetworkActivityIndicatorVisible { [Foundation.Export("isNetworkActivityIndicatorVisible")] get; [Foundation.Export("setNetworkActivityIndicatorVisible:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.ThreadSafe>]
[<get: Foundation.Export("isNetworkActivityIndicatorVisible")>]
[<set: Foundation.Export("setNetworkActivityIndicatorVisible:")>]
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