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.