Versions Compared

Key

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

...

Pop-up - Image, Header, Text & Button

Mini-icon&text

Full Screen-image

Full Screen-image&button

Pop-up - Image, Header, Text & Button

Pop-up-Survey

Pop-up - NPS with Text & Button

Native Alert & Action Sheet

NPS with Numbers

NPS & Second Popup

Image Removed

Video In-App

Image AddedImage Added

...

Code Block
languagejava
customEvent(String pageName, HashMap<String, String> properties, Activity parent)

...

Product Stat Notifier

The Product Stat Notifier action that you define in the RMC Panel works in Product View, Add to Cart and Add/Remove Favorites events. When you send these events, you must make sure that the product id is sent. The customEvent method you call in these events should take the Activity overload.

...

Drawer

After a drawer action is created at RMC panel, likewise in-app message, existence of a Drawer action is controlled after each customEvent call. You need to call the method with Activity parameter. Sample code and visual;

Code Block
customEvent(String pageName, HashMap<String, String> properties, Activity parent)

 

...