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.