Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/xml/Android.Views.Autofill/AutofillEventType.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>To be added.</summary>
<summary>Identifies changes in the autofill input UI reported by an <c>AutofillManager.AutofillCallback</c>.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -42,7 +42,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The autofill input UI associated with the view was hidden.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -73,7 +73,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The autofill input UI associated with the view was shown.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -104,7 +104,7 @@
</ReturnValue>
<MemberValue>3</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The autofill input UI was not shown because autofill is unavailable.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down
26 changes: 13 additions & 13 deletions docs/xml/Android.Views.Autofill/AutofillId.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</ReturnValue>
<Docs>
<summary>Gets the virtual id.</summary>
<value>To be added.</value>
<value>The virtual identifier when this represents a virtual view.</value>
<remarks>
<para>Gets the virtual id. This is set if the view is a virtual view, most commonly set if the View
is of <c>android.webkit.WebView</c>.</para>
Expand Down Expand Up @@ -172,8 +172,8 @@
<ReturnType>Android.OS.IParcelableCreator</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the creator that reconstructs <c>AutofillId</c> instances from a parcel.</summary>
<value>A creator for <c>AutofillId</c> instances.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -207,8 +207,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<summary>Describes the special objects in this parcelable instance's marshaled representation.</summary>
<returns>A bitmask of the special object types marshaled by this instance.</returns>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -238,10 +238,10 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Checks if this node is generate as part of a <c>android.app.assist.AssistStructure</c>.</summary>
<value>To be added.</value>
<summary>Checks if this node is generated as part of a <c>android.app.assist.AssistStructure</c>.</summary>
<value><see langword="true"/> when this identifier was generated as part of an assist structure; otherwise, <see langword="false"/>.</value>
<remarks>
<para>Checks if this node is generate as part of a <c>android.app.assist.AssistStructure</c>. This
<para>Checks if this node is generated as part of a <c>android.app.assist.AssistStructure</c>. This
will usually return true if it should be used by an autofill service provider, and false
otherwise.</para>
<para>
Expand Down Expand Up @@ -282,7 +282,7 @@
</ReturnValue>
<Docs>
<summary>Checks whether this AutofillId represents a virtual view.</summary>
<value>To be added.</value>
<value><see langword="true"/> when this identifier represents a virtual view; otherwise, <see langword="false"/>.</value>
<remarks>
<para>Checks whether this AutofillId represents a virtual view.</para>
<para>
Expand Down Expand Up @@ -468,7 +468,7 @@
</ReturnValue>
<Docs>
<summary>Returns the assigned unique identifier of this AutofillID.</summary>
<value>To be added.</value>
<value>The unique identifier assigned to the native view.</value>
<remarks>
<para>Returns the assigned unique identifier of this AutofillID.</para>
<para>See</para>
Expand Down Expand Up @@ -523,9 +523,9 @@
</Parameter>
</Parameters>
<Docs>
<param name="parcel">To be added.</param>
<param name="flags">To be added.</param>
<summary>To be added.</summary>
<param name="parcel">The parcel that receives the flattened representation.</param>
<param name="flags">Additional flags describing how the object is written.</param>
<summary>Flattens this object into a parcel.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
</Parameters>
<Docs>
<param name="view">view associated with the change.</param>
<param name="e">To be added.</param>
<param name="e">The event that changed the autofill state.</param>
<summary>Called after a change in the autofill state associated with a view.</summary>
<remarks>
<para>Called after a change in the autofill state associated with a view.</para>
Expand Down Expand Up @@ -216,7 +216,7 @@
<Docs>
<param name="view">parent view associated with the change.</param>
<param name="virtualId">id identifying the virtual child inside the parent view.</param>
<param name="e">To be added.</param>
<param name="e">The event that changed the autofill state.</param>
<summary>Called after a change in the autofill state associated with a virtual view.</summary>
<remarks>
<para>Called after a change in the autofill state associated with a virtual view.</para>
Expand Down
12 changes: 6 additions & 6 deletions docs/xml/Android.Views.Autofill/AutofillManager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<Docs>
<summary>Returns the component name of the <c>AutofillService</c> that is enabled for the current
user.</summary>
<value>To be added.</value>
<value>The component name of the autofill service enabled for the current user, or <see langword="null"/>.</value>
<remarks>
<para>Returns the component name of the <c>AutofillService</c> that is enabled for the current
user.</para>
Expand Down Expand Up @@ -167,7 +167,7 @@
<Docs>
<summary>Gets the name of all algorithms currently available for
field classification.</summary>
<value>To be added.</value>
<value>The names of the field-classification algorithms available to the enabled autofill service.</value>
<remarks>
<para>Gets the name of all algorithms currently available for
field classification.</para>
Expand Down Expand Up @@ -311,7 +311,7 @@
<Docs>
<summary>Gets the name of the default algorithm used for
field classification.</summary>
<value>To be added.</value>
<value>The default field-classification algorithm name, or <see langword="null"/>.</value>
<remarks>
<para>Gets the name of the default algorithm used for
field classification.</para>
Expand Down Expand Up @@ -645,7 +645,7 @@
<Docs>
<summary>Returns <c>true</c> if the calling application provides a <c>AutofillService</c> that is
enabled for the current user, or <c>false</c> otherwise.</summary>
<value>To be added.</value>
<value><see langword="true"/> when the calling application provides an enabled autofill service; otherwise, <see langword="false"/>.</value>
<remarks>
<para>Returns <c>true</c> if the calling application provides a <c>AutofillService</c> that is
enabled for the current user, or <c>false</c> otherwise.</para>
Expand Down Expand Up @@ -688,7 +688,7 @@
<Docs>
<summary>Returns <c>true</c> if autofill is supported by the current device and
is supported for this user.</summary>
<value>To be added.</value>
<value><see langword="true"/> when autofill is supported for the current device and user; otherwise, <see langword="false"/>.</value>
<remarks>
<para>Returns <c>true</c> if autofill is supported by the current device and
is supported for this user.</para>
Expand Down Expand Up @@ -779,7 +779,7 @@
<Docs>
<summary>Checks if field classification is
enabled.</summary>
<value>To be added.</value>
<value><see langword="true"/> when field classification is enabled; otherwise, <see langword="false"/>.</value>
<remarks>
<para>Checks if field classification is
enabled.</para>
Expand Down
Loading