Skip to content

Commit f148661

Browse files
docs: document suppressProactiveContent in README
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2b5ee3f commit f148661

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,22 @@ Toggles visibility of in-app messages.
11331133

11341134
---
11351135

1136+
### `Intercom.suppressProactiveContent(types)`
1137+
1138+
Suppresses the given proactive content types (carousels and/or surveys). All proactive content is visible by default. Pass an empty array to unsuppress all types.
1139+
1140+
### Options
1141+
1142+
| Type | Type | Required |
1143+
| ----- | --------------------------------------------- | -------- |
1144+
| types | array of strings `CAROUSEL, SURVEY` | yes |
1145+
1146+
### Returns
1147+
1148+
`Promise<boolean>`
1149+
1150+
---
1151+
11361152
### `Intercom.setLauncherVisibility(visibility)`
11371153

11381154
Toggles visibility of the launcher view. Set as Intercom.Visibility.GONE to hide the launcher when you don't want it to

0 commit comments

Comments
 (0)