Class MessageOptionsUserReactionAlignmentKt
-
- All Implemented Interfaces:
public final class MessageOptionsUserReactionAlignmentKt
-
-
Method Summary
Modifier and Type Method Description final static MessageOptionsUserReactionAlignmentgetUserReactionAlignment(Integer $self)final static BooleanisStartAlignment(MessageOptionsUserReactionAlignment $self, Boolean isMine)Determines if the user reaction should be aligned to start or end. -
-
Method Detail
-
getUserReactionAlignment
final static MessageOptionsUserReactionAlignment getUserReactionAlignment(Integer $self)
- Returns:
The corresponding MessageOptionsUserReactionAlignment for the passed attribute in xml.
-
isStartAlignment
final static Boolean isStartAlignment(MessageOptionsUserReactionAlignment $self, Boolean isMine)
Determines if the user reaction should be aligned to start or end.
- Parameters:
isMine- Is the reaction the current users reaction.- Returns:
If the reaction is aligned to the start or not.
-
-
-
-