| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.glia.androidsdk.chat.MessageAttachment.Type | |
| 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
| |||||||||||
SINGLE_CHOICE - The attachment has a single choice questionnaire.
SINGLE_CHOICE_RESPONSE - Used for sending to the operator the single choice response selected by the visitor.
UNKNOWN - The attachment is of an unknown type and cannot be handle.