android.app
public
static
final
class
android.app.Instrumentation.ActivityResult
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
Instrumentation.ActivityResult(int resultCode, Intent resultData)
Create a new activity result. See
setResult(int) for
more information.
Parameters
resultCode
| The result code to propagate back to the
originating activity, often RESULT_CANCELED or RESULT_OK |
resultData
| The data to propagate back to the originating
activity.
|
Public Methods
public
int
getResultCode()
Retrieve the result code contained in this result.
public
Intent
getResultData()
Retrieve the data contained in this result.