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.