Is there a way to programmatically determine if touch accommodations are enabled in the accessibility settings?

iOS has an Accessibility settings group for Touch Accommodations. I'm trying to read whether or not Touch Accommodations is enabled for the iPad from within my running app, programmatically.

For example, in Swift, you can access the "Assistive Touch" status using

UIAccessibility.isAssistiveTouchRunning

However, I see no similar option for reading the "Touch Accommodations" status. Is there a way?