-
- All Implemented Interfaces:
-
com.glia.androidsdk.chat.MessageAttachment
public class MessageAttachmentInternal implements MessageAttachment
Has custom parser com.glia.androidsdk.internal.parsing.MessageAttachmentCustomParser
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringTYPE_TAGprivate final MessageAttachment.Typetype
-
Constructor Summary
Constructors Constructor Description MessageAttachmentInternal(MessageAttachment.Type type)
-
Method Summary
Modifier and Type Method Description MessageAttachment.TypegetType()Attachment type. -
-
Constructor Detail
-
MessageAttachmentInternal
MessageAttachmentInternal(MessageAttachment.Type type)
-
-
Method Detail
-
getType
MessageAttachment.Type getType()
Attachment type. See Type for possible values.
-
-
-
-