Session.StatusCallback
Questa classe non è più disponibile nella versione più recente dell'SDK.
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

Provides asynchronous notification of Session state changes.

Pacchetto:facebook
Metodi di istanza
call(Session, SessionState, Exception)

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

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