Skip to content

Commit 217bd18

Browse files
committed
Updated docs
1 parent 7ea6e6c commit 217bd18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ export type IntercomType = {
195195
*/
196196
presentSpace(space: Space): Promise<boolean>;
197197

198+
/**
199+
* Present Intercom content.
200+
*
201+
* An {@link IntercomContent} object.
202+
*/
198203
presentContent(content: Content): Promise<boolean>;
199204

200205
/**
@@ -235,6 +240,7 @@ export type IntercomType = {
235240

236241
/**
237242
* Fetch the current number of unread conversations for the logged in User.
243+
* @return {Promise<number>} the number of unread conversations.
238244
*/
239245
getUnreadConversationCount(): Promise<number>;
240246

0 commit comments

Comments
 (0)