Any way to tell the user is using a screen reader?

Is there any way to determine that a user is interacting with your app/plugin with a screen reader?

The abstract AccessibilityTextInterface? See, for example isDisplayingProtectedText() … might need an implementation for your platform of choice though, seems only Android and Win32 host code provide implementations …