Session.StatusCallback
Esta clase no está disponible en la última versión del SDK.
Existe una versión más reciente de esta clase. Consulta la última versión.

Provides asynchronous notification of Session state changes.

Paquete:facebook
Métodos de instancia
call(Session, SessionState, Exception)

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

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