Is there any easy way to observe the focus status during runtime? Observing INFocusStatusCenter.default.focusStatus via KVO doesn't seem to work for me. Should this work? I cannot observe INFocusStatusCenter.default.focusStatus.isFocused directly as it's a non-'@objc dynamic' property. The only way for me to get focus status updates right now is to poll it frequently as I also cannot get the intent handling to work.
Topic:
App & System Services
SubTopic:
General
Tags: