Session.StatusCallback
В последней версии SDK этот класс не доступен.
Доступна более новая версия данного класса. Посетите текущую версию.

Provides asynchronous notification of Session state changes.

Пакет:facebook
Методы экземпляра
call(Session, SessionState, Exception)

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

public void call(Session session, SessionState state, Exception exception)
ПараметрОписание
sessionThe session that was updated.
stateThe new state of the session.
exceptionThe exception that is related to state change, may be null.