class KeyboardWatch
Defined at line 10990 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
The read-only API for monitoring the changes to the keyboard settings.
Public Methods
void ~KeyboardWatch ()
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.