Package 

Interface TraverseAllChildrenMapper

  • All Implemented Interfaces:
    com.datadog.android.sessionreplay.recorder.mapper.WireframeMapper

    
    public interface TraverseAllChildrenMapper<T extends ViewGroup>
     implements WireframeMapper<T>
                        

    Maps a View to a List of MobileSegment.Wireframe. This is mainly used internally by the SDK but if you want to provide a different Session Replay representation for a specific View type you can implement this on your end. Note that mappers using this interface also traverse all the children of the view instead of just the immediate one. This means that you will need to have mappers for all child views of the view the mapper is traversing.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.datadog.android.sessionreplay.recorder.mapper.TraverseAllChildrenMapper

        map
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait