Skip to content

Commit

Permalink
Update AccessibilityChannel.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-hyj committed May 11, 2023
1 parent 92b7485 commit f95041f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ public interface AccessibilityMessageHandler extends FlutterJNI.AccessibilityDel
/** The Dart application would like the given {@code message} to be announced. */
void announce(@NonNull String message);

/** The user has tapped on the widget with the given {@code nodeId}. */
/** The user has tapped on the semantics node with the given {@code nodeId}. */
void onTap(int nodeId);

/** The user has long pressed on the widget with the given {@code nodeId}. */
/** The user has long pressed on the semantics node with the given {@code nodeId}. */
void onLongPress(int nodeId);

/** The framework has requested focus on the semantics node with the given {@code nodeId}. */
Expand Down

0 comments on commit f95041f

Please sign in to comment.