React Native - Favorite Events
Run the code below on add favorites.
var data = {
"OM.pf" : productCode,
"OM.pfu" : "1",
};
visilabsApi.customEvent("Add To Favorites", data);
Â
Run the following code in the de-favorites process.
var data = {
"OM.pf" : productCode,
"OM.pfu" : "-1",
};
visilabsApi.customEvent("Add To Favorites", data);
Â
Congratulations you have completed the VISILABS integration
You can start Euromessage integration by clicking the button below.
Â
Â
Copyright 2020 Related Digital