{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public class AdapterViewProtocol.AdaptedData
A holder that associates a data object from an AdapterView with a token the AdapterViewProtocol can use to force that data object to be rendered as a child or deeper descendant of the adapter view.
Nested types |
|
|---|---|
AdapterViewProtocol.AdaptedData.Builder |
|
Public fields |
|
|---|---|
final @Nullable Object |
This field is deprecated. use |
final Object |
A token the implementor of AdapterViewProtocol can use to force the adapterView to display this data object as a child or deeper descendant in it. |
Public constructors |
|
|---|---|
public final Object opaqueToken
A token the implementor of AdapterViewProtocol can use to force the adapterView to display this data object as a child or deeper descendant in it. Equal opaqueToken point to the same data object on the AdapterView.