Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Kullanıcı favorilerine bir ürün eklediğinde customEvent metodunu aşağıdaki gibi çağırın:


var data = {"OM.pf" : "Product Code", "OM.pfu" : "1", "OM.ppr" : "Product Price"};
api.customEvent("Add To Favorites", data);

Kullanıcı favorilerinden bir ürün çıkardğında customEvent metodunu aşağıdaki gibi çağırın:


var data = {"OM.pf" : "Product Code", "OM.pfu" : "-1", "OM.ppr" : "Product Price"};
api.customEvent("Add To Favorites", data);



Ana Başlık: React Native

  • No labels