Package 

Interface Session.SessionConnectionListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onSessionStarted(User user) A new session was started using startSessionWithUser
      abstract void onSessionStopped(User user, List<Record> unsentRecords) An existing session was ended using endSession
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait