Package io.didomi.sdk.spi.mobile.adapter
Class SensitivePersonalInfoCategoryHeaderViewHolder
-
- All Implemented Interfaces:
public final class SensitivePersonalInfoCategoryHeaderViewHolder extends SensitivePersonalInfoViewHolder
View Holder for SPI Category Header
-
-
Field Summary
Fields Modifier and Type Field Description public final static IntegerIDprivate BooleanpreventListAccessibilityAnnouncementpublic final ViewitemView
-
Constructor Summary
Constructors Constructor Description SensitivePersonalInfoCategoryHeaderViewHolder(<Error class: unknown class> binding, ThemeProvider themeProvider)
-
Method Summary
Modifier and Type Method Description final Unitbind(PersonalDataDisplayCategoryHeader data)-
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
-
SensitivePersonalInfoCategoryHeaderViewHolder
SensitivePersonalInfoCategoryHeaderViewHolder(<Error class: unknown class> binding, ThemeProvider themeProvider)
-
-
Method Detail
-
bind
final Unit bind(PersonalDataDisplayCategoryHeader data)
-
-
-
-