Package 

Class PredictDataCollector

    • Method Summary

      Modifier and Type Method Description
      static Map<String, Map<String, Object>> processAndExtractTouchEventData(@NonNull() Map<String, Object> eventValues) Create a map of `tch_data`.The eventValues should contains the key `af_touch_obj`.
      • Methods inherited from class java.lang.Object

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

      • processAndExtractTouchEventData

        @NonNull() static Map<String, Map<String, Object>> processAndExtractTouchEventData(@NonNull() Map<String, Object> eventValues)

        Create a map of `tch_data`.The eventValues should contains the key `af_touch_obj`. We'll use the value of this key andparse it into a new map with the key `tch_data` (RD-78265)

        Parameters:
        eventValues - - original event values