Request.Callback
Kelas ini tidak tersedia lagi di versi SDK terbaru.
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.

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.

Paket:facebook
Metode Instance
onCompleted(Response)

The method that will be called when a request completes.

public void onCompleted(Response response)
ParameterKeterangan
responseThe Response of this request, which may include error information if the request was unsuccessful