Class PurposeHeaderViewHolder
-
- All Implemented Interfaces:
public final class PurposeHeaderViewHolder extends PurposeViewHolder
View Holder for Purpose Header
-
-
Field Summary
Fields Modifier and Type Field Description public final static IntegerIDprivate BooleanpreventListAccessibilityAnnouncementpublic final ViewitemView
-
Constructor Summary
Constructors Constructor Description PurposeHeaderViewHolder(<Error class: unknown class> binding, ThemeProvider themeProvider)
-
Method Summary
Modifier and Type Method Description final Unitbind(PurposeDisplayHeader data)-
Methods inherited from class io.didomi.sdk.purpose.mobile.adapter.PurposeViewHolder
bind, getPreventListAccessibilityAnnouncement, setPreventListAccessibilityAnnouncement -
Methods inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder
getAbsoluteAdapterPosition, getAdapterPosition, getBindingAdapter, getBindingAdapterPosition, getItemId, getItemViewType, getLayoutPosition, getOldPosition, getPosition, isRecyclable, setIsRecyclable, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PurposeHeaderViewHolder
PurposeHeaderViewHolder(<Error class: unknown class> binding, ThemeProvider themeProvider)
-
-
Method Detail
-
bind
final Unit bind(PurposeDisplayHeader data)
-
-
-
-