Skip to main content

react-native-tracker.contextfilter

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

ContextFilter type

A context filter is a user-supplied callback that is evaluated for each event to determine if the context associated with the filter should be attached to the event

Signature:
type ContextFilter = (args?: ContextEvent) => boolean;