class AnnounceEvent
Defined at line 2641 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/hlcpp/fuchsia/accessibility/semantics/cpp/fidl.h
An announce event is one where a message is sent to a Semantic Tree,
informing a change of some global state in the application. Because this
announcement can be disruptive to assistive technology, it should be used
sparingly.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::std::string & message ()
A message describing the change in the application. This message is expected to be localized in the language that the application is in.
Defined at line 2648 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/hlcpp/fuchsia/accessibility/semantics/cpp/fidl.h
bool has_message ()
Defined at line 2652 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/hlcpp/fuchsia/accessibility/semantics/cpp/fidl.h
::std::string * mutable_message ()
A message describing the change in the application. This message is expected to be localized in the language that the application is in.
Defined at line 2657 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/hlcpp/fuchsia/accessibility/semantics/cpp/fidl.h
void clear_message ()
Defined at line 2665 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/hlcpp/fuchsia/accessibility/semantics/cpp/fidl.h
AnnounceEvent & set_message (::std::string _value)
void AnnounceEvent ()
void AnnounceEvent (AnnounceEvent && other)
void ~AnnounceEvent ()
AnnounceEvent & operator= (AnnounceEvent && other)
::std::unique_ptr<AnnounceEvent> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, AnnounceEvent * _value, size_t _offset)
zx_status_t Clone (AnnounceEvent * _result)