Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 835 Bytes

File metadata and controls

21 lines (13 loc) · 835 Bytes

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

EventPayloadAndContext interface

Interface for returning a built event (PayloadBuilder) and context (Array of SelfDescribingJson).

Signature:

interface EventPayloadAndContext 

Properties

Property Type Description
context Array<SelfDescribingJson> List of context entities to track along with the event
event PayloadBuilder Tracker payload for the event data