setSemanticsActions abstract method

void setSemanticsActions(
  1. Set<SemanticsAction> actions
)

Set the SemanticsActions that should be expose to the semantics tree.

Implementation

void setSemanticsActions(Set<SemanticsAction> actions);