KeyValueObservation

public class KeyValueObservation<Value> : NSObject where Value : Decodable, Value : Encodable

Undocumented

  • Undocumented

    Declaration

    Swift

    public override func observeValue(
        forKeyPath keyPath: String?,
        of object: Any?,
        change: [NSKeyValueChangeKey: Any]?,
        context: UnsafeMutableRawPointer?
    )
  • Undocumented

    Declaration

    Swift

    public func invalidate()