public interface ActivityEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onActivityResult(int requestCode,
int resultCode,
android.content.Intent data)
Called when host (activity/service) receives an
Activity#onActivityResult call. |