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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@ Used to retrieve all methods bundled with Intercom. These are based on the offic
144
144
| 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 |
145
145
| getVisitorId | () => string | gets the visitor id |
146
146
| startTour | (tourId: number) => void | starts a tour based on the `tourId`|
147
+
| startChecklist | (checklistId: number) => void | starts a checklist based on the `checklistId`|
147
148
| trackEvent | (event: string, metaData?: object) => void | submits an `event` with optional `metaData`
148
149
| showArticle | (articleId: string) => void | opens the Messenger with the specified article by `articleId`
149
150
| startSurvey | (surveyId: number) => void | Trigger a survey in the Messenger by `surveyId`
Copy file name to clipboardExpand all lines: packages/react-use-intercom/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@ Used to retrieve all methods bundled with Intercom. These are based on the offic
144
144
| 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 |
145
145
| getVisitorId | () => string | gets the visitor id |
146
146
| startTour | (tourId: number) => void | starts a tour based on the `tourId`|
147
+
| startChecklist | (checklistId: number) => void | starts a checklist based on the `checklistId`|
147
148
| trackEvent | (event: string, metaData?: object) => void | submits an `event` with optional `metaData`
148
149
| showArticle | (articleId: string) => void | opens the Messenger with the specified article by `articleId`
149
150
| startSurvey | (surveyId: number) => void | Trigger a survey in the Messenger by `surveyId`
0 commit comments