Document Android.Window back events - #424
Merged
jonathanpeppers merged 2 commits intoAug 14, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
jonathanpeppers
requested review from
dalexsoto
and
a lite review from Copilot
August 14, 2026 08:59
jonathanpeppers
enabled auto-merge (squash)
August 14, 2026 08:59
There was a problem hiding this comment.
Pull request overview
This PR updates the Android.Window XML reference documentation to replace “To be added.” placeholders with concrete value-contract documentation for BackEvent and the BackEventEdge enum, aligning the bindings docs more closely with the Android reference.
Changes:
- Added enum-level and member-level documentation for
Android.Window.BackEventEdge. - Filled in
<value>documentation for severalAndroid.Window.BackEventproperties (frame time, progress, swipe edge, touch coordinates).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/xml/Android.Window/BackEventEdge.xml | Replaces placeholder type/member docs with descriptive summaries/remarks for the enum and its values. |
| docs/xml/Android.Window/BackEvent.xml | Replaces placeholder <value> docs with explicit value contracts for several properties. |
Suppressed comments (1)
docs/xml/Android.Window/BackEvent.xml:587
<see langword="…" />is intended for language keywords (e.g.,null,true), not numeric constants. Usinglangword="NaN"may not render as intended in generated docs. Use inline code formatting (consistent with the surrounding docs) or acrefto the NaN constant instead.
<value>The absolute Y location of the touch point, or <see langword="NaN" /> for a button press.</value>
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Member
Author
|
@dalexsoto review |
dalexsoto
approved these changes
Aug 14, 2026
dalexsoto
left a comment
Member
There was a problem hiding this comment.
The back-event values and edge semantics match Android, with formatting and attribution findings resolved.
jonathanpeppers
deleted the
jonathanpeppers-document-android-window-api-docs
branch
August 14, 2026 21:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Android.Window.BackEventframe time, progress, swipe edge, and touch coordinates.Android.Window.BackEventEdgeand all of its values from the AndroidBackEventreference.Android.Windowplaceholders for follow-up work.Sources
Validation
System.Xml.XmlDocument.git diff --check.Refs #194