In App Updatable Adapter
interface InAppUpdatableAdapter
Content copied to clipboard
Functions
are Items Same
Link copied to clipboard
open fun areItemsSame(oldItem: MomentsLinkItem?, newItem: MomentsLinkItem?): Boolean
Content copied to clipboard
auto Notify
Link copied to clipboard
open fun <T : RecyclerView.ViewHolder> RecyclerView.Adapter<T>.autoNotify(old: List<MomentsLinkItem?>, new: List<MomentsLinkItem?>)
Content copied to clipboard