UIApplication.NetworkActivityIndicatorVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.