IStreamArrayAdapter¶
-
class
IStreamArrayAdapterextends ArrayAdapter<IStream>¶ This adapter is internally used from the
StreamInspectorFragmentfor representing IStream data.
Constructors¶
IStreamArrayAdapter¶
-
public
IStreamArrayAdapter(Context context, int viewId, List<IStream> objects, List<StreamProperty> streamProperties)¶ This adapter provides a way of rendering informations about a list of
IStreamobjects.Parameters: - context –
- viewId – the view id where to render the informations about each stream
- objects – the list of
IStreamobjects. - streamProperties – the properties to render for each stream (a null value renders all the available properties)