MessageOptionsUserReactionAlignment
enum MessageOptionsUserReactionAlignment : Enum<MessageOptionsUserReactionAlignment>
Content copied to clipboard
Determines the alignment of the reaction icon inside user reactions.
Parameters
value
The int value of the enum used for xml attributes.
Entries
Link copied to clipboard
Content copied to clipboard
Aligns the reaction to the start of user avatar if the reaction is from the current user otherwise aligns it to the end of the avatar.
Properties
Inherited properties
Extensions
Link copied to clipboard
fun MessageOptionsUserReactionAlignment.isStartAlignment(isMine: Boolean): Boolean
Content copied to clipboard
Determines if the user reaction should be aligned to start or end.