public interface CallbackManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
CallbackManager.Factory
The factory class for the
CallbackManager. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onActivityResult(int requestCode,
int resultCode,
android.content.Intent data)
The method that should be called from the Activity's or Fragment's onActivityResult method.
|
boolean onActivityResult(int requestCode,
int resultCode,
android.content.Intent data)
requestCode - The request code that's received by the Activity or Fragment.resultCode - The result code that's received by the Activity or Fragment.data - The result data that's received by the Activity or Fragment.