8.7 released—WinterCG Compliance Part 1
Learn more
ActivityIndicator
Represents a UI widget which displays a progress indicator hinting the user for some background operation running.

Summary

Constructors

constructor

Properties

android
busy
ios
152 properties inherited from View
Click to expand

Constructors

constructor

new ActivityIndicator(): ActivityIndicator

Properties

android

android: any
Gets the native [android widget](http://developer.android.com/reference/android/widget/ProgressBar.html) that represents the user interface for this component. Valid only when running on Android OS.

busy

busy: boolean
Gets or sets a value indicating whether the widget is currently displaying progress.

ios

ios: any
Gets the native iOS [UIActivityIndicatorView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIActivityIndicatorView_Class/index.html) that represents the user interface for this component. Valid only when running on iOS.
Previous
ActionItems