From 36b0405ec0bf0b3b9f95cfd28a998a279a380a3f Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 14 Aug 2026 05:50:32 -0500 Subject: [PATCH] Document Android view inspectors Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- ...anionUninitializedPropertyMapException.xml | 4 ++-- .../IntFlagMapping.xml | 4 ++-- ...ropertyMapperPropertyConflictException.xml | 10 ++++----- ...rtyReaderPropertyTypeMismatchException.xml | 22 +++++++++---------- .../StaticInspectionCompanionProvider.xml | 12 +++++----- .../WindowInspector.xml | 2 +- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/docs/xml/Android.Views.Inspectors/InspectionCompanionUninitializedPropertyMapException.xml b/docs/xml/Android.Views.Inspectors/InspectionCompanionUninitializedPropertyMapException.xml index a562013b8..4a8ef29fd 100644 --- a/docs/xml/Android.Views.Inspectors/InspectionCompanionUninitializedPropertyMapException.xml +++ b/docs/xml/Android.Views.Inspectors/InspectionCompanionUninitializedPropertyMapException.xml @@ -65,8 +65,8 @@ - To be added. - To be added. + Initializes an exception for attempts to read inspectable properties before their IDs are mapped. + diff --git a/docs/xml/Android.Views.Inspectors/IntFlagMapping.xml b/docs/xml/Android.Views.Inspectors/IntFlagMapping.xml index 5127f462c..c8362c583 100644 --- a/docs/xml/Android.Views.Inspectors/IntFlagMapping.xml +++ b/docs/xml/Android.Views.Inspectors/IntFlagMapping.xml @@ -71,8 +71,8 @@ - To be added. - To be added. + Initializes an empty mapping of flag values. + diff --git a/docs/xml/Android.Views.Inspectors/PropertyMapperPropertyConflictException.xml b/docs/xml/Android.Views.Inspectors/PropertyMapperPropertyConflictException.xml index ec84deba2..1f9d65c84 100644 --- a/docs/xml/Android.Views.Inspectors/PropertyMapperPropertyConflictException.xml +++ b/docs/xml/Android.Views.Inspectors/PropertyMapperPropertyConflictException.xml @@ -89,11 +89,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The name of the property being mapped. + The type requested for the property. + The type previously mapped for the property. + Initializes an exception for a property name mapped to incompatible types. + diff --git a/docs/xml/Android.Views.Inspectors/PropertyReaderPropertyTypeMismatchException.xml b/docs/xml/Android.Views.Inspectors/PropertyReaderPropertyTypeMismatchException.xml index 408752fbf..fe9d78f44 100644 --- a/docs/xml/Android.Views.Inspectors/PropertyReaderPropertyTypeMismatchException.xml +++ b/docs/xml/Android.Views.Inspectors/PropertyReaderPropertyTypeMismatchException.xml @@ -89,11 +89,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The identifier of the property that was read. + The type used to read the property. + The type mapped for the property identifier. + Initializes an exception for a property identifier read using a type different from its mapped type. + @@ -130,12 +130,12 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The identifier of the property that was read. + The type used to read the property. + The type mapped for the property identifier. + The name of the property, if available. + Initializes an exception for a property read using a type different from its mapped type. + diff --git a/docs/xml/Android.Views.Inspectors/StaticInspectionCompanionProvider.xml b/docs/xml/Android.Views.Inspectors/StaticInspectionCompanionProvider.xml index 01a7903ec..8e7269b84 100644 --- a/docs/xml/Android.Views.Inspectors/StaticInspectionCompanionProvider.xml +++ b/docs/xml/Android.Views.Inspectors/StaticInspectionCompanionProvider.xml @@ -76,8 +76,8 @@ - To be added. - To be added. + Initializes a provider that locates companions by the inspectable type's generated companion class name. + @@ -173,10 +173,10 @@ - To be added. - To be added. - To be added. - To be added. + The inspectable type whose companion is requested. + Locates and instantiates the inspection companion class associated with an inspectable type. + The inspection companion, or when no compatible companion class is found. + diff --git a/docs/xml/Android.Views.Inspectors/WindowInspector.xml b/docs/xml/Android.Views.Inspectors/WindowInspector.xml index 0ec22f31e..9ea7756e5 100644 --- a/docs/xml/Android.Views.Inspectors/WindowInspector.xml +++ b/docs/xml/Android.Views.Inspectors/WindowInspector.xml @@ -66,7 +66,7 @@ System.Collections.Generic.IList<Android.Views.View> - To be added. + Gets the window views attached to the current process. the list of all window views attached to the current process