ExtensionSupport - DataDog/dd-sdk-android GitHub Wiki
interface ExtensionSupport
In case you need to provide different configuration for a specific Android UI framework that is not supported by our SR instrumentation layer (e.g Material elements) you can implement this class.
See also
SessionReplayConfiguration.Builder.addExtensionSupport |
Functions
getCustomViewMappers
abstract fun getCustomViewMappers(): List<MapperTypeWrapper<*>>
Use this method if you want to apply a custom WireframeMapper for a specific View.
Return
the list of MapperTypeWrapper
getOptionSelectorDetectors
abstract fun getOptionSelectorDetectors(): List<OptionSelectorDetector>
Implement this method if you need to return some specific implementations for the OptionSelectorDetector.
Return
a list of custom OptionSelectorDetector.