public static final enum

MessageAttachment.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.glia.androidsdk.chat.MessageAttachment.Type

Summary

Enum Values
MessageAttachment.Type  FILES  FILES - The attachment has files. 
MessageAttachment.Type  SINGLE_CHOICE  SINGLE_CHOICE - The attachment has a single choice questionnaire. 
MessageAttachment.Type  SINGLE_CHOICE_RESPONSE  SINGLE_CHOICE_RESPONSE - Used for sending to the operator the single choice response selected by the visitor. 
MessageAttachment.Type  UNKNOWN  UNKNOWN - The attachment is of an unknown type and cannot be handle. 
Public Methods
static MessageAttachment.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable
From interface java.lang.constant.Constable

Enum Values

public static final MessageAttachment.Type FILES

FILES - The attachment has files.

public static final MessageAttachment.Type SINGLE_CHOICE

SINGLE_CHOICE - The attachment has a single choice questionnaire.

public static final MessageAttachment.Type SINGLE_CHOICE_RESPONSE

SINGLE_CHOICE_RESPONSE - Used for sending to the operator the single choice response selected by the visitor.

public static final MessageAttachment.Type UNKNOWN

UNKNOWN - The attachment is of an unknown type and cannot be handle.

Public Methods

public static MessageAttachment.Type valueOf (String name)

public static final Type[] values ()