MessageOptionsUserReactionAlignment

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

Aligns the reaction to the start of the user avatar.

Link copied to clipboard

Aligns the reaction to the end of user avatar.

Link copied to clipboard

Aligns the reaction to the end of user avatar if the reaction is from the current user otherwise aligns it to the start of the avatar.

Link 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

Link copied to clipboard
val value: Int

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Extensions

Link copied to clipboard
fun MessageOptionsUserReactionAlignment.isStartAlignment(isMine: Boolean): Boolean

Determines if the user reaction should be aligned to start or end.