# ActivityResult
Simple object passed to the startActivityForResult callback.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# intent
intent :Titanium.Android.Intent
Intent that can contain data returned to the caller. Data can be attached to the intent as "extras").