Skip to content

Titanium.Android.ActivityResult

Simple object passed to the startActivityForResult callback.

Properties #

intent#

Type: Titanium.Android.Intent

Intent that can contain data returned to the caller. Data can be attached to
the intent as "extras").

requestCode#

Type: Number

Unique, automatically generated integer request code.

resultCode#

Type: Number

Integer result code that the started activity passed to
setResult.

Titanium SDK Documentation