class Accessibility
Defined at line 11208 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
Modify or watch accessibility settings that are persisted.
Supported SettingsEpitaph enums:
REQUEST_NOT_SUPPORTED, INTERNAL_SERVICE_ERROR, PERSISTENT_STORAGE_ERROR
Public Members
static const char[] Name_
Public Methods
void ~Accessibility ()
void Watch (WatchCallback callback)
Gets the current value of all accessibility settings. Returns
immediately on first call; subsequent calls return when any of the
values change.
- `settings` all current values of the accessibility settings.
* see [`AccessibilitySettings`] for their meaning.
If this call fails, it is considered a fatal error and the channel
will be closed.
void Set (::fuchsia::settings::AccessibilitySettings settings, SetCallback callback)
Sets [AccessibilitySettings] settings. Any field not explicitly set in the table performs a
no-op, and will not make any changes.