Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 522 Bytes

File metadata and controls

13 lines (8 loc) · 522 Bytes

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;