Package io.didomi.sdk.spi.mobile.adapter
Class SensitivePersonalInfoItemViewHolder
-
- All Implemented Interfaces:
public final class SensitivePersonalInfoItemViewHolder extends SensitivePersonalInfoViewHolder
View Holder for SPI Item or Category
-
-
Field Summary
Fields Modifier and Type Field Description public final static IntegerIDprivate BooleanpreventListAccessibilityAnnouncementpublic final ViewitemView
-
Constructor Summary
Constructors Constructor Description SensitivePersonalInfoItemViewHolder(<Error class: unknown class> binding, SensitivePersonalInfoAdapter.SpiCallback callbacks, ThemeProvider themeProvider)
-
Method Summary
Modifier and Type Method Description final Unitbind(PersonalDataDisplayItem data, Integer position)final Unitupdate(PersonalDataDisplayItem data, Integer position)-
Methods inherited from class io.didomi.sdk.spi.mobile.adapter.SensitivePersonalInfoViewHolder
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
-
SensitivePersonalInfoItemViewHolder
SensitivePersonalInfoItemViewHolder(<Error class: unknown class> binding, SensitivePersonalInfoAdapter.SpiCallback callbacks, ThemeProvider themeProvider)
-
-
Method Detail
-
bind
final Unit bind(PersonalDataDisplayItem data, Integer position)
-
update
final Unit update(PersonalDataDisplayItem data, Integer position)
-
-
-
-