Added in API level 1

WrapperListAdapter

interface WrapperListAdapter : ListAdapter
android.widget.WrapperListAdapter

List adapter that wraps another list adapter. The wrapped adapter can be retrieved by calling getWrappedAdapter().

Summary

Inherited constants
Public methods
abstract ListAdapter!

Returns the adapter wrapped by this list adapter.

Inherited functions

Public methods

getWrappedAdapter

Added in API level 1
abstract fun getWrappedAdapter(): ListAdapter!

Returns the adapter wrapped by this list adapter.

Return
ListAdapter! The android.widget.ListAdapter wrapped by this adapter.