API for High-contrast Cursor Setting

Is there an API that would allow tvOS apps to access the "high-contrast cursor" setting (Accessibility > Increase Contrast > Focus Style) state?


None of the UIAccessibilityIs*Enabled() functions seem to return "true" when the setting is enabled. I'd like to use the information to improve the contrast of custom buttons.

Has anybody found an answer to this? Three years later I'm faced with the same question: It seems that only TVPosterView makes use of the Focus Style: High Contrast accessibility setting (showing a white frame around the view when focused). I'd like to be able to show such a frame on my custom views if this setting is enabled but I cannot find how to check if it's enabled.

API for High-contrast Cursor Setting
 
 
Q