Skip to content

Commit ecae30e

Browse files
authored
Remove incorrect note from add event listener method (#204)
* Remove incorrect note from add event listener method * Update method documentation
1 parent b55b13f commit ecae30e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,7 @@ export type IntercomType = {
277277
setLogLevel(logLevel: LogLevelType): Promise<boolean>;
278278

279279
/**
280-
* Add an `EventListener` to listen for `IntercomUnreadCountDidChange` events.
281-
*
282-
* @note This function is for Android only.
280+
* Add an event listener for the supported event types.
283281
*/
284282
addEventListener: (
285283
event: EventType,

0 commit comments

Comments
 (0)