| 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 |
|---|---|---|
| BIG | Number |
The large white style of indicator. read-only |
| DARK | Number |
The standard gray style of indicator. read-only |
| PLAIN | Number |
The standard white style of indicator (the default). read-only |