Package 

Interface FilesAttachment

  • All Implemented Interfaces:
    com.glia.androidsdk.chat.MessageAttachment

    
    public interface FilesAttachment
     implements MessageAttachment
                        

    Presents the user with attached files.

    • Method Summary

      Modifier and Type Method Description
      abstract Array<AttachmentFile> getFiles() Array with all of the files uploaded with the message
      static FilesAttachment from(Array<EngagementFile> files) Creates FilesAttachment from provided array of EngagementFile.
      • Methods inherited from class com.glia.androidsdk.chat.MessageAttachment

        getType
      • Methods inherited from class java.lang.Object

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