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.