getWithReadStatus

abstract fun getWithReadStatus(spaceId: String, handler: CompletionHandler<SpaceReadStatus>)

Returns a SpaceReadStatus with the details about the date of the last activity in the space, and the date of current user last presence in the space. For spaces where lastActivityDate lastSeenDate the space can be considered to be "unread"

Since

2.3.0

Parameters

spaceId

The identifier of the space. (Derived parameter: Use SpaceClient.list to get a list of spaces. Then use Space.id to retrieve the spaceId)

handler

A closure to be executed once the request has finished.