public static class ShadowActivity.IntentForResult extends Object
Container object to hold an Intent, together with the requestCode used in a call to Activity.startActivityForResult(Intent, int)
| Modifier and Type | Field and Description |
|---|---|
Intent |
intent |
Bundle |
options |
int |
requestCode |
| Constructor and Description |
|---|
IntentForResult(Intent intent,
int requestCode) |
IntentForResult(Intent intent,
int requestCode,
Bundle options) |