class Keyboard
Defined at line 12102 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
The SetUI protocol for reading and modifying the keyboard settings.
Public Members
static const char[] Name_
Public Methods
void ~Keyboard ()
void Set (::fuchsia::settings::KeyboardSettings settings, SetCallback callback)
Setting protocol: if a field is left unset, it is not modified.
To clear a field, set it to its type's "zero" value.
void Watch (WatchCallback callback)
The Watch protocol is the same as in the other `fuchsia.settings.*` protocols.
Returns immediately on first call; on subsequent calls it blocks until the settings
change, and then returns following the "hanging get" pattern.