# ServiceIntentOptions

Options passed to createServiceIntent.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# startMode

Availability
0.8
0.8
9.2.0
startMode :Number

One of the START_* constants from Titanium.Android to specify the "stickiness" of the Service when Android shuts down the host application.

This API can be assigned the following constants:

Default: Titanium.Android.START_REDELIVER_INTENT


# url

Availability
0.8
0.8
9.2.0
url :String

URL for the service's JavaScript.