inflateSelectorFrom

abstract fun inflateSelectorFrom(properties: Map<String, String>): ElementSelector?

Create and return a selector implementation from configuration properties.

Return

the ElementSelector implementation for this element targeting strategy, based on the given properties. If no applicable properties are found, the return value should be nil.

Parameters

properties

Key-value collection of properties to identify a given view element.