-
public class PredictDataCollector
-
-
Method Summary
-
-
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
-
-
-
-