public class

AdapterViewProtocol.AdaptedData

extends java.lang.Object

 java.lang.Object

↳androidx.test.espresso.action.AdapterViewProtocol.AdaptedData

Overview

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.

Summary

Fields
public final java.lang.Objectdata

One of the objects the AdapterView is exposing to the user.

public final java.lang.ObjectopaqueToken

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.

Methods
public java.lang.ObjectgetData()

public java.lang.StringtoString()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Fields

public final java.lang.Object data

Deprecated: use AdapterViewProtocol.AdaptedData.getData() instead.

One of the objects the AdapterView is exposing to the user.

public final java.lang.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.

Methods

public java.lang.Object getData()

public java.lang.String toString()