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