From bea847e1e371d50e94a44b170727cef816403991 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 11:40:59 -0500 Subject: [PATCH] Document MatrixCursor RowBuilder APIs Refs #87 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../xml/Android.Database/MatrixCursor+RowBuilder.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/xml/Android.Database/MatrixCursor+RowBuilder.xml b/docs/xml/Android.Database/MatrixCursor+RowBuilder.xml index 172f93583..ab0e12dd7 100644 --- a/docs/xml/Android.Database/MatrixCursor+RowBuilder.xml +++ b/docs/xml/Android.Database/MatrixCursor+RowBuilder.xml @@ -100,9 +100,9 @@ - To be added. + The value for the next column. Sets the next column value in this row. - To be added. + This builder to support chaining. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -135,10 +135,10 @@ - To be added. - To be added. - To be added. - To be added. + The name of the column to set, if it is defined by the cursor. + The value to offer for the named column. + Offers a value for possible inclusion if this cursor defines the given column. + This builder to support chaining. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.