Package io.getstream.chat.android.models
Object ReactionSortingBySumScore
-
- All Implemented Interfaces:
-
io.getstream.chat.android.models.ReactionSorting,java.util.Comparator
public class ReactionSortingBySumScore implements ReactionSorting
Sorts ReactionGroups by the sum of their scores.
-
-
Field Summary
Fields Modifier and Type Field Description public final static ReactionSortingBySumScoreINSTANCE
-
Method Summary
Modifier and Type Method Description Integercompare(ReactionGroup o1, ReactionGroup o2)-
-
Method Detail
-
compare
Integer compare(ReactionGroup o1, ReactionGroup o2)
-
-
-
-