This is an overview of the most common usage of ActivityIndicator. For more information about the available properties, methods, or events, head over to the complete API documentation for ActivityIndicator.
<ActivityIndicator>
是一个UI组件,显示进度指示器向用户发出在后台运行的操作的信号。
<ActivityIndicator busy="true" @busyChange="onBusyChanged" />
名称 | 类型 | 描述 |
---|---|---|
busy | Boolean | 获取或设置指标是否处于活动状态。何时 true ,指标处于活动状态。 |
名称 | 描述 |
---|---|
busyChange | 当发射的 busy 属性更改。 |
Android | iOS |
---|---|
android.widget.ProgressBar (indeterminate = true) | UIActivityIndicatorView |