Package-level declarations
Functions
Link copied to clipboard
fun <T> NSObject.observeKeyValueAsFlow(keyPath: String, options: NSKeyValueObservingOptions = NSKeyValueObservingOptionNew): Flow<T>
Starts observing the value of a property using Key-Value observation and returns any updates in a Flow
fun <T> NSObject.observeKeyValueAsFlow(keyPath: String, options: NSKeyValueObservingOptions = NSKeyValueObservingOptionNew): Flow<T>
Starts observing the value of a property using Key-Value observation and returns any updates in a Flow