| Platform | Since |
|---|---|
| Android | 1.5 |
Sets the result of this Activity using an Intent. This should be used in the case when the Activity responds to startActivityForResult. Also see Android's documentation for setResult
| Name | Type | Summary |
|---|---|---|
| resultCode | Number |
The result code for this Activity. Must be one of |
| intent | Titanium.Android.Intent |
An optional |