Session.StatusCallback
Cette classe n’est plus disponible dans la version la plus récente du SDK.
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.

Provides asynchronous notification of Session state changes.

Package :facebook
Méthodes d’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)
ParamètreDescription
sessionThe session that was updated.
stateThe new state of the session.
exceptionThe exception that is related to state change, may be null.