We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55b13f commit ecae30eCopy full SHA for ecae30e
1 file changed
src/index.tsx
@@ -277,9 +277,7 @@ export type IntercomType = {
277
setLogLevel(logLevel: LogLevelType): Promise<boolean>;
278
279
/**
280
- * Add an `EventListener` to listen for `IntercomUnreadCountDidChange` events.
281
- *
282
- * @note This function is for Android only.
+ * Add an event listener for the supported event types.
283
*/
284
addEventListener: (
285
event: EventType,
0 commit comments