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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ Used to retrieve all methods bundled with Intercom. These are based on the offic
127
127
| hide | () => void | hides the Messenger, will call `onHide` if supplied to `IntercomProvider`|
128
128
| show | () => void | shows the Messenger, will call `onShow` if supplied to `IntercomProvider`|
129
129
| showMessages | () => void | shows the Messenger with the message list |
130
-
|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 |
130
+
|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 |
131
131
| getVisitorId | () => string | gets the visitor id |
132
132
| startTour | (tourId: number) => void | starts a tour based on the `tourId`|
133
133
| trackEvent | (event: string, metaData?: object) => void | submits an `event` with optional `metaData`
0 commit comments