Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 678 Bytes

File metadata and controls

24 lines (14 loc) · 678 Bytes

Home > @snowplow/react-native-tracker > TrackerCore > resetPayloadPairs

TrackerCore.resetPayloadPairs() method

Replace payloadPairs with a new dictionary

Signature:

resetPayloadPairs(dict: Payload): void;

Parameters

Parameter Type Description
dict Payload Resets all current payload pairs with a new dictionary of pairs

Returns:

void