ServiceIntentOptions

Options passed to Titanium.Android.createServiceIntent.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

ServiceIntentOptions
: Number
One of the START_ constants from Titanium.Android to specify the "stickiness" of the Service when Android shuts down ...

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

ServiceIntentOptions
url : String

URL for the service's JavaScript.

URL for the service's JavaScript.