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