Skip to main content

react-native-tracker.jsonprocessor

Home > @snowplow/react-native-tracker > JsonProcessor

JsonProcessor type

A function which will processor the Json onto the injected PayloadBuilder

Signature:
type JsonProcessor = (payloadBuilder: PayloadBuilder, jsonForProcessing: EventJson, contextEntitiesForProcessing: SelfDescribingJson[]) => void;