GraphRequest.Callback
有此級別的更新版本。前往查看 最新版本。

Specifies the interface that consumers of the Request class can implement in order to be notified when a particular request completes, either successfully or with an error.

套件:facebook
執行個體方法
onCompleted(GraphResponse)

The method that will be called when a request completes.

public void onCompleted(GraphResponse response)
參數說明
responseThe Response of this request, which may include error information if the request was unsuccessful