The CallbackManager manages the callbacks into the FacebookSdk from an Activity's or Fragment's onActivityResult() method.
الحزمة: | facebook |
onActivityResult(int, int, Intent)
The method that should be called from the Activity's or Fragment's onActivityResult method.
public boolean onActivityResult(int requestCode, int resultCode, 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. |