Interface AccessibilityChannel.AccessibilityMessageHandler

    • Method Detail

      • announce

        void announce​(@NonNull
                      String message)
        The Dart application would like the given message to be announced.
      • onTap

        void onTap​(int nodeId)
        The user has tapped on the widget with the given nodeId.
      • onLongPress

        void onLongPress​(int nodeId)
        The user has long pressed on the widget with the given nodeId.
      • onTooltip

        void onTooltip​(@NonNull
                       String message)
        The user has opened a tooltip.