Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MsgLogServiceInterface

Hierarchy

  • MsgLogServiceInterface

Index

Methods

  • 批量删除服务器上某些会话的漫游消息。

    通 IM1 的 deleteSessions

    要想让下次同步时不再接到这个会话:

    1. resetSessionUnreadCount 重置过这个会话的已读信息
    2. deleteRoamingMsgs 删除服务器漫游消息

    Parameters

    Returns Promise<void>

  • 获取云端消息的历史记录

    该接口用于获取一段时间内的历史消息

    Parameters

    Returns Promise<IMMessage[]>