Home > @snowplow/react-native-tracker > TrackerCore > removeGlobalContexts
Removes previously added global context, performs a deep comparison of the contexts or conditional contexts
Signature:
removeGlobalContexts(contexts: Array<ConditionalContextProvider | ContextPrimitive | string>): void;| Parameter | Type | Description |
|---|---|---|
| contexts | Array<ConditionalContextProvider | ContextPrimitive | string> | An array containing either contexts or a conditional contexts |
Returns:
void