com.facebook
Interface Session.StatusCallback

Enclosing class:
Session

public static interface Session.StatusCallback

Provides asynchronous notification of Session state changes.

See Also:
open

Method Summary
 void call(Session session, SessionState state, Exception exception)
           
 

Method Detail

call

void call(Session session,
          SessionState state,
          Exception exception)