class UpdateResponse

Defined at line 170 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/cpp/fidl/fuchsia.ui.pointer/cpp/markers.h

The gesture protocol allows a client to enact a "hold" on an open

interaction of touch events; it prevents resolution of interaction

ownership, even after the interaction closes. This method updates the

client's previous "hold" by replacing it with a response that allows

ownership resolution to proceed.

See |TouchInteractionId| for how a stream is structured into

interactions.

Flow control. The caller is allowed at most one |UpdateResponse| call

per interaction, and it must be on a closed interaction. It is a logical

error to call |UpdateResponse| when a normal response is possible with

the |Watch| call.

Validity. This TouchResponse must not be another "hold" response, and

the overwritten response is expected to be a "hold" response.

Public Members

static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal