NotificationObservation
public struct NotificationObservation : Hashable
represents a single observation with observation name as the type, and a block to perform when observing.
-
Undocumented
Declaration
Swift
public init(name: ObservationName, onObserve: @escaping () -> Void)
-
Undocumented
Declaration
Swift
public var name: ObservationName
-
Undocumented
Declaration
Swift
public var onObserve: () -> Void
-
Declaration
Swift
public var hashValue: Int { get }