-
public final class HMSNotificationDiffCallBack extends DiffUtil.Callback
-
-
Constructor Summary
Constructors Constructor Description HMSNotificationDiffCallBack(List<HMSNotification> old, List<HMSNotification> new)
-
Method Summary
Modifier and Type Method Description IntegergetOldListSize()IntegergetNewListSize()BooleanareItemsTheSame(Integer oldPosition, Integer newPosition)BooleanareContentsTheSame(Integer oldPosition, Integer newPosition)-
-
Constructor Detail
-
HMSNotificationDiffCallBack
HMSNotificationDiffCallBack(List<HMSNotification> old, List<HMSNotification> new)
-
-
Method Detail
-
getOldListSize
Integer getOldListSize()
-
getNewListSize
Integer getNewListSize()
-
areItemsTheSame
Boolean areItemsTheSame(Integer oldPosition, Integer newPosition)
-
areContentsTheSame
Boolean areContentsTheSame(Integer oldPosition, Integer newPosition)
-
-
-
-