Added in API level 34

UiModeManager.ContrastChangeListener


public static interface UiModeManager.ContrastChangeListener

android.app.UiModeManager.ContrastChangeListener


Listener for the UI contrast. To listen for changes to the UI contrast on the device, implement this interface and register it with the system by calling UiModeManager.addContrastChangeListener(Executor, ContrastChangeListener).

Summary