You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ Used to retrieve all methods bundled with Intercom. These are based on the offic
129
129
| hide | () => void | hides the Messenger, will call `onHide` if supplied to `IntercomProvider`|
130
130
| show | () => void | shows the Messenger, will call `onShow` if supplied to `IntercomProvider`|
131
131
| showMessages | () => void | shows the Messenger with the message list |
132
-
|showNewMessages| (content?: string) => void | shows the Messenger as if a new conversation was just created. If `content` is passed, it will fill in the message composer |
132
+
|showNewMessage | (content?: string) => void | shows the Messenger as if a new conversation was just created. If `content` is passed, it will fill in the message composer |
133
133
| getVisitorId | () => string | gets the visitor id |
134
134
| startTour | (tourId: number) => void | starts a tour based on the `tourId`|
135
135
| trackEvent | (event: string, metaData?: object) => void | submits an `event` with optional `metaData`
0 commit comments