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

Provides asynchronous notification of Session state changes.

Paket:facebook
Metode Instance
call(Session, SessionState, Exception)

The function that is called when status of the session changes.

public void call(Session session, SessionState state, Exception exception)
ParameterKeterangan
sessionThe session that was updated.
stateThe new state of the session.
exceptionThe exception that is related to state change, may be null.