| Platform | Since |
|---|---|
| iPhone | 0.9 |
| iPad | 0.9 |
A set of constants for the styles available for Titanium.UI.ActivityIndicator objects.
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| Name | Type | Summary |
|---|---|---|
| BLACK | Number |
A style of indicator which is black smaller than the default style. This style is good against a white content background. read-only |
| DEFAULT | Number |
The default style of scroll indicator, which is black with a white border. This style is good against any content background. read-only |
| WHITE | Number |
A style of indicator is white and smaller than the default style. This style is good against a black content background. read-only |