listEvents

open suspend override fun listEvents(key: SessionKey): ListEventsResponse

Lists the events within a specific session.

Return

A ListEventsResponse containing a list of events.

Parameters

key

The composite identifier of the session whose events are to be listed. SessionKey.id must not be null.