Skip to content

Commit

Permalink
Merge pull request #484 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify Retrieving Conversation List API For Each Platform
  • Loading branch information
haoxiuwen authored Nov 1, 2023
2 parents 6d37bbd + b96e9dd commit e1fe140
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/document/android/message_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。

服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500
服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务。

:::notice
1. 若使用该功能,需将 SDK 升级至 4.0.3。
Expand Down
2 changes: 1 addition & 1 deletion docs/document/flutter/message_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。

服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500
服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务。

:::tip
1. 若使用该功能,需将 SDK 升级至 4.0.0。
Expand Down
2 changes: 1 addition & 1 deletion docs/document/ios/message_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。

服务器默认存储 100 条会话。若提升该上限,需联系环信商务,最多能增加至 500 条
服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务

:::notice
1. 若使用该功能,需将 SDK 升级至 4.0.3。
Expand Down
2 changes: 1 addition & 1 deletion docs/document/react-native/message_manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。

服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500
服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务。

:::tip
1. 若使用该功能,需将 SDK 升级至 1.2.0。
Expand Down
2 changes: 1 addition & 1 deletion docs/document/unity/message_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

你可以调用 `GetConversationsFromServerWithCursor` 方法从服务端分页获取会话列表。通过设置该方法中的 `pinOnly` 参数确定是否只获取置顶会话列表:

-`pinOnly``false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500
-`pinOnly``false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务。
- 若为 `true` 仅获取置顶会话列表,最多可拉取 50 个置顶会话。SDK 按照会话置顶时间的倒序返回。

:::notice
Expand Down
2 changes: 1 addition & 1 deletion docs/document/web/message_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

你可以调用 `getServerConversations` 方法从服务端分页获取会话列表,每个会话包含最新一条历史消息。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。

服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500
服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务。

:::notice
1. 若使用该功能,需将 SDK 升级至 4.1.7 或以上版本。
Expand Down
2 changes: 1 addition & 1 deletion docs/document/windows/message_retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

你可以调用 `GetConversationsFromServerWithCursor` 方法从服务端分页获取会话列表。通过设置该方法中的 `pinOnly` 参数确定是否只获取置顶会话列表:

-`pinOnly``false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务,存储条数最多能增加至 500
-`pinOnly``false`,获取包括置顶和未置顶会话的列表。SDK 按照会话活跃时间(会话的最新一条消息的时间戳)的倒序返回会话列表。若会话中没有消息,则 SDK 按照会话创建时间的倒序返回会话列表。服务器默认存储 100 条会话,可存储 7 天。若提升这两个上限,需联系环信商务。
- 若为 `true` 仅获取置顶会话列表,最多可拉取 50 个置顶会话。SDK 按照会话置顶时间的倒序返回。

:::notice
Expand Down

0 comments on commit e1fe140

Please sign in to comment.