Package 

Interface SessionListener


  • 
    public interface SessionListener
    
                        

    The SessionListener provides callbacks for the result of session events for records.

    • Method Summary

      Modifier and Type Method Description
      abstract void didSubmitRecord(Record record) callback containing a Record
      abstract void didFailToSubmitRecord(Record record, Error error) callback containing a Record object and an error
      • Methods inherited from class java.lang.Object

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