SessionRegistry
public protocol SessionRegistry
Protocol for managing session state and updates.
-
An
ObservableofSessionupdate 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 }
View on GitHub