-
- 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 FilesAttachmentfrom(Array<EngagementFile> files)Creates FilesAttachment from provided array of EngagementFile. -
-
Method Detail
-
getFiles
abstract Array<AttachmentFile> getFiles()
Array with all of the files uploaded with the message
-
from
static FilesAttachment from(Array<EngagementFile> files)
Creates FilesAttachment from provided array of EngagementFile.
-
-
-
-