Session.StatusCallback
This class is no longer available in the most recent version of the SDK.
A more recent version of this class is available. Check out the latest version.

Provides asynchronous notification of Session state changes.

Package:facebook
Instance Methods
call(Session, SessionState, Exception)

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

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