ActivityResult

Simple object passed to the startActivityForResult callback.

  • 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

Intent that can contain data returned to the caller. ...

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

ActivityResult
requestCode : Number

Unique, automatically generated integer request code.

Unique, automatically generated integer request code.

ActivityResult
resultCode : Number

Integer result code that the started activity passed to setResult.

Integer result code that the started activity passed to setResult.