SessionRegistry

public protocol SessionRegistry

Protocol for managing session state and updates.

  • An Observable of Session update events.

    There will be an emission each time the session is updated, including:

    • the number of events in this session has been updated
    • the session status has been updated (started, ended etc)

    Declaration

    Swift

    var session: Observable<Session> { get }