findViewContent
A method that should be implemented to find matching components in the view hierarchy.
abstract
abstract findViewContent<T extends View>(type: ViewClass<T>): T[]
Related
- class View abstractAn abstract class that represents a view.
A method that should be implemented to find matching components in the view hierarchy.
abstract
abstract findViewContent<T extends View>(type: ViewClass<T>): T[]