Request.GraphPlaceListCallback
最新バージョンのSDKではこのクラスは使用できません。
このクラスには新しいバージョンがあります。ご確認ください。 最新バージョン

Specifies the interface that consumers of Request.executePlacesSearchRequestAsync(Session, android.location.Location, int, int, String, com.facebook.Request.GraphPlaceListCallback) can use to be notified when the request completes, either successfully or with an error.

パッケージ:facebook
インスタンスメソッド
onCompleted(List, Response)

The method that will be called when the request completes.

public void onCompleted(List places, Response response)
パラメーター説明
placesThe list of GraphObjects representing the returned places, or null
responseThe Response of this request, which may include error information if the request was unsuccessful