getView

abstract fun getView(id: Int): View

Gets a media control view with a given resource id.

Return

null if no such control exists in the registry, the View object otherwise.

Parameters

id

The Android resource identifier.


abstract fun getView(resourceTag: String): View

Gets a media control view with a given resource tag (the last portion of the textual resource id, e.g. "@+id/tag").

Return

null if no such control exists in the registry, the View object otherwise.

Parameters

resourceTag

The Android resource identifier.