MCPcopy Create free account
hub / github.com/DavidWells/analytics / showNewMessage

Function showNewMessage

packages/analytics-plugin-intercom/src/browser.js:69–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 intercom("showMessages");
68 },
69 showNewMessage() {
70 const intercom = window.Intercom;
71 if (typeof intercom === "undefined") return;
72 intercom("showNewMessage");
73 },
74 onShow(callback) {
75 const intercom = window.Intercom;
76 if (typeof intercom === "undefined") return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected