ViewExtractors

Function objects used for extracting specific information out of Android classes

Properties

Link copied to clipboard
Link copied to clipboard
val GET_TEXT_FUNCTION: Function<View, String>
Link copied to clipboard
A function that inputs a view and outputs the view's id and visibility.

Functions

Link copied to clipboard
open fun generateGetViewTagFunction(key: Int): Function<View, String>
Generates a function that extracts information about view tags from the given view.