CallbackManager
有此級別的更新版本。前往查看 最新版本。

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)
參數說明
requestCodeThe request code that's received by the Activity or Fragment.
resultCodeThe result code that's received by the Activity or Fragment.
dataThe result data that's received by the Activity or Fragment.
Returns
True If the result could be handled.