Class MessageOptionsUserReactionOrientationKt
-
- All Implemented Interfaces:
public final class MessageOptionsUserReactionOrientationKt
-
-
Method Summary
Modifier and Type Method Description final static MessageOptionsUserReactionOrientationgetUserReactionOrientation(Integer $self)final static BooleanisOrientedTowardsStart(MessageOptionsUserReactionOrientation $self, Boolean isMine)Determines if the user reaction should be oriented to start or end. -
-
Method Detail
-
getUserReactionOrientation
final static MessageOptionsUserReactionOrientation getUserReactionOrientation(Integer $self)
- Returns:
The corresponding MessageOptionsUserReactionOrientation for the passed attribute in xml.
-
isOrientedTowardsStart
final static Boolean isOrientedTowardsStart(MessageOptionsUserReactionOrientation $self, Boolean isMine)
Determines if the user reaction should be oriented to start or end.
- Parameters:
isMine- Is the reaction the current users reaction.- Returns:
If the reaction is oriented towards start or not.
-
-
-
-