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 |