Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Run the code below on add favorites.

Code Block
languagejs
var data = {
  "OM.pf" : productCode, 
  "OM.pfu" : "1",
};
api.customEvent("Add To Favorites", data);

 

Run the following code in the de-favorites process.

Code Block
languagejs
var data = {
  "OM.pf" : productCode, 
  "OM.pfu" : "-1",
};
api.customEvent("Add To Favorites", data);

 

🎉 Congratulations you have completed the VISILABS integration 🎉

...

You can start Euromessage integration by clicking the button below.

 

Ui button
colorgreen
sizelarge
titleStart Euromessage Integration
urlhttps://relateddigital.atlassian.net/wiki/spaces/RMCKBT/pages/1072300037/React+Native+-+Paket+Kurulumu