Package 

Interface ViewEventMapper

  • All Implemented Interfaces:
    com.datadog.android.event.EventMapper

    
    public interface ViewEventMapper
     implements EventMapper<ViewEvent>
                        

    An interface which can be implemented to modify the writable attributes inside ViewEvent.

    • Method Summary

      Modifier and Type Method Description
      abstract ViewEvent map(ViewEvent event) By implementing this method you can intercept and modify the writable attributes inside any event ViewEvent before it gets serialised.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • map

         abstract ViewEvent map(ViewEvent event)

        By implementing this method you can intercept and modify the writable attributes inside any event ViewEvent before it gets serialised.

        Parameters:
        event - the event to be serialised