HeaderFooterViewData

The ui model for a header or footer view managed by androidx.picker.adapter.HeaderFooterAdapter

This class is used to represent the data associated with a header or footer view in a list or grid. It contains a reference to the View that should be displayed as the header or footer.

Constructors

Link copied to clipboard
constructor(view: View)

Properties

Link copied to clipboard

The View to be displayed as the header or footer.

Functions

Link copied to clipboard
fun copy(view: View = this.view): HeaderFooterViewData

Creates a copy of this HeaderFooterViewData with optional replacement view.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String