template <>

class WireSyncClientImpl

Defined at line 1423 of file fidling/gen/sdk/fidl/fuchsia.input.virtualkeyboard/fuchsia.input.virtualkeyboard/cpp/fidl/fuchsia.input.virtualkeyboard/cpp/wire_messaging.h

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_input_virtualkeyboard::Manager>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_input_virtualkeyboard::Manager::WatchTypeAndVisibility> WatchTypeAndVisibility ()

Waits for a change in intended `text_type` or visibility, then

reports the new value. In response to a status change, the caller

should set the requested type and visibility, then call `Notify`

to inform the platform of the change.

The first call immediately returns the currently intended

`text_type` and visibility.

In the event that `text_type` is not supported, the caller should

implement a fallback that provides as many of the necessary keys

as possible.

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_input_virtualkeyboard::Manager::Notify> Notify (bool is_visible, ::fuchsia_input_virtualkeyboard::wire::VisibilityChangeReason reason)

Informs the callee that the visibility of the virtual keyboard has

changed, and what triggered the change.

The caller _should_ wait for a result before invoking invoking this

method again, to avoid overloading the callee.

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.