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.