AppStateProviderProtocol
public protocol AppStateProviderProtocol
The interface of AppStateProvider
, allows us to better divide the logic and mock easier.
-
Undocumented
Declaration
Swift
var notificationsManager: NotificationsManager { get }
-
Holds all the observation names we will be observing. If you want to observe more events add them here.
Declaration
Swift
var observationNames: Set<ObservationName> { get }
-
Undocumented
Declaration
Swift
var delegate: AppStateProviderDelegate? { get }