# ActivityResult

Simple object passed to the startActivityForResult callback.

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

# intent

Availability
0.8
0.8
9.2.0

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


# requestCode

Availability
0.8
0.8
9.2.0
requestCode :Number

Unique, automatically generated integer request code.


# resultCode

Availability
0.8
0.8
9.2.0
resultCode :Number

Integer result code that the started activity passed to setResult.