Enum Decorator.Type.BuiltIn
-
- All Implemented Interfaces:
-
io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.decorator.Decorator.Type,java.io.Serializable,kotlin.Comparable
public enum Decorator.Type.BuiltIn extends Enum<Decorator.Type.BuiltIn> implements Decorator.Type
The SDK built-in decorators.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Integerordinalprivate final EnumEntries<Decorator.Type.BuiltIn>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description AVATARDecorates the avatar of the message.
BACKGROUNDDecorates the background of the message.
FAILED_INDICATORDecorates the failed indicator.
FOOTNOTEDecorates the footer of the message.
GAPDecorates the gap between messages.
MAX_POSSIBLE_WIDTHDefines max possible width for the message container.
MESSAGE_CONTAINER_MARGINDefines the margins of the message container.
PIN_INDICATORDecorates the pinned messages.
REACTIONSDecorates the reactions attached to the message.
REPLYDecorates the replies to the message.
TEXTDecorates the the message text.
-
Method Summary
Modifier and Type Method Description final Decorator.Type.BuiltInvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<Decorator.Type.BuiltIn>values()Returns an array containing the constants of this enum type, in the order they're declared. final EnumEntries<Decorator.Type.BuiltIn>getEntries()The SDK built-in decorators. -
-
Method Detail
-
valueOf
final Decorator.Type.BuiltIn valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<Decorator.Type.BuiltIn> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<Decorator.Type.BuiltIn> getEntries()
The SDK built-in decorators.
-
-
-
-