Package 

Interface MessageRepresentable


  • 
    public interface MessageRepresentable
    
                        

    Provides necessary information for the AdsProvider about the message's content. Either use this protocol for your own message data class or use AdsMessage

    • Method Summary

      Modifier and Type Method Description
      abstract String getId()
      abstract Role getRole()
      abstract String getContent()
      abstract String getCreatedAt()
      • Methods inherited from class java.lang.Object

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