public interface

MessageAttachment

com.glia.androidsdk.chat.MessageAttachment
Known Indirect Subclasses

Class Overview

Attachments let you add more context to a message, enhancing user experience and making it more interactive. Chat message attachment must have type property that defines the behavior of attachment.

See Also

Summary

Nested Classes
enum MessageAttachment.Type  
Public Methods
abstract MessageAttachment.Type getType()
Attachment type.

Public Methods

public abstract MessageAttachment.Type getType ()

Attachment type. See MessageAttachment.Type for possible values.