Versions Compared

Key

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

...

Code Block
languagejava
HashMap<String, String> parameters = new HashMap<String, String>();
RelatedDigital.customEvent(
  context,
  "In-App Message",
  parameters,
  activity
);
Info

The parameter parent parameters above cannot be null. If you do not enter an Activity value for parent parameters, the message is not going to be shown.

...