static fetch()
+isBoldTextEnabled()
+static isBoldTextEnabled()
+
+iOS-Only. Query whether a bold text is currently enabled. Returns a promise which resolves to a boolean. The result is true when bold text is enabled and false otherwise.
+isGrayscaleEnabled()
+static isGrayscaleEnabled()
+
+iOS-Only. Query whether grayscale is currently enabled. Returns a promise which resolves to a boolean. The result is true when grayscale is enabled and false otherwise.
+isInvertColorsEnabled()
+static isInvertColorsEnabled()
+
+iOS-Only. Query whether invert colors is currently enabled. Returns a promise which resolves to a boolean. The result is true when invert colors is enabled and false otherwise.
+isReduceMotionEnabled()
+static isReduceMotionEnabled()
+
+Query whether reduce motion is currently enabled. Returns a promise which resolves to a boolean. The result is true when reduce motion is enabled and false otherwise.
+isReduceTransparencyEnabled()
+static isReduceTransparencyEnabled()
+
+iOS-Only. Query whether reduce transparency is currently enabled. Returns a promise which resolves to a boolean. The result is true when a reduce transparency is enabled and false otherwise.
+isScreenReaderEnabled()
+static isScreenReaderEnabled()
Query whether a screen reader is currently enabled. Returns a promise which resolves to a boolean. The result is true when a screen reader is enabled and false otherwise.
@@ -135,7 +178,12 @@