Session.StatusCallback
Diese Klasse ist in der neuesten Version des SDKs nicht mehr verfügbar.
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

Provides asynchronous notification of Session state changes.

Package:facebook
Instance-Methoden
call(Session, SessionState, Exception)

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

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