Skip to content

InteractionPredicate

Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

interface InteractionPredicate

Provides custom attributes for the events produced by the user action tracking strategy.

Functions

getTargetName

abstract fun getTargetName(target: Any): String?

Sets a custom name for the intercepted touch target.

Return

the name to use for this touch target (if null or blank, the default will be used)

Clone this wiki locally