Class VendorsHeaderViewHolder
-
- All Implemented Interfaces:
public final class VendorsHeaderViewHolder extends VendorsViewHolder
Holder for Header (vendor text + user info button)
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanpreventListAccessibilityAnnouncementpublic final ViewitemView
-
Constructor Summary
Constructors Constructor Description VendorsHeaderViewHolder(ThemeProvider themeProvider, <Error class: unknown class> binding)
-
Method Summary
Modifier and Type Method Description final Unitbind(VendorItem.Header header, Function0<Unit> userInfoCallback)Bind Header -
Methods inherited from class io.didomi.sdk.vendors.mobile.adapter.VendorsViewHolder
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
-
VendorsHeaderViewHolder
VendorsHeaderViewHolder(ThemeProvider themeProvider, <Error class: unknown class> binding)
-
-
Method Detail
-
bind
final Unit bind(VendorItem.Header header, Function0<Unit> userInfoCallback)
Bind Header
- Parameters:
header- as VendorItem.HeaderuserInfoCallback- as () -> Unit
-
-
-
-