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

Function onShow

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

Source from the content-addressed store, hash-verified

72 intercom("showNewMessage");
73 },
74 onShow(callback) {
75 const intercom = window.Intercom;
76 if (typeof intercom === "undefined") return;
77 intercom("onShow", callback);
78 },
79 onUnreadCountChange(callback) {
80 const intercom = window.Intercom;
81 if (typeof intercom === "undefined") return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected