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.