epoxy-adapter / com.airbnb.epoxy / EpoxyAdapter / notifyModelChanged

notifyModelChanged

protected open fun notifyModelChanged(model: EpoxyModel<*>!): Unit
protected open fun notifyModelChanged(model: EpoxyModel<*>!, @Nullable payload: Any?): Unit

Notify that the given model has had its data changed. It should only be called if the model retained the same position.