InteractionPredicate - DataDog/dd-sdk-android GitHub Wiki

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)