Session.StatusCallback
Lớp này không còn khả dụng trong phiên bản gần đây nhất của SDK.
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

Provides asynchronous notification of Session state changes.

Gói:facebook
Phương thức thực thể
call(Session, SessionState, Exception)

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

public void call(Session session, SessionState state, Exception exception)
Thông sốMô tả
sessionThe session that was updated.
stateThe new state of the session.
exceptionThe exception that is related to state change, may be null.