Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Update docs using xamarin/java.interop@7716ae53 #33

Merged
merged 3 commits into from
Jul 18, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>To be added.</returns>
<remarks>
<para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>To be added.</returns>
<remarks>
<para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<Docs>
<param name="animation">The animation which was canceled.
</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -204,7 +204,7 @@
<Docs>
<param name="animation">The animation which reached its end.
</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -247,7 +247,7 @@
</Parameters>
<Docs>
<param name="animation">The animaton being paused.</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -290,7 +290,7 @@
<Docs>
<param name="animation">The animation which was repeated.
</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -333,7 +333,7 @@
</Parameters>
<Docs>
<param name="animation">The animation being resumed.</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -376,7 +376,7 @@
<Docs>
<param name="animation">The started animation.
</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<remarks>
<para>
<format type="text/html">
Expand Down
2 changes: 1 addition & 1 deletion docs/Mono.Android/en/Android.Animation/Keyframe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
</ReturnValue>
<Docs>
<summary>Gets the optional interpolator for this Keyframe. -or- Sets the optional interpolator for this Keyframe.</summary>
<returns>The optional interpolator for this Keyframe.</returns>
<value>The optional interpolator for this Keyframe.</value>
<remarks>
<para>Property getter documentation:</para>
<para>
Expand Down
3 changes: 1 addition & 2 deletions docs/Mono.Android/en/Android.App.Backup/BackupAgent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,7 @@
file descriptor pointing to a full snapshot of the
application's data. The application should consume every
entity represented in this data stream.</param>
<param name="appVersionCode">The value of the &lt;a
href="[TODO: @docRoot]guide/topics/manifest/manifest-element.html#vcode"&gt;<c>android:versionCode</c>&lt;/a&gt; manifest attribute,
<param name="appVersionCode">The value of the <see href="https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode"><c>android:versionCode</c></see> manifest attribute,
from the application that backed up this particular data set. This
makes it possible for an application's agent to distinguish among any
possible older data versions when asked to perform the restore
Expand Down
2 changes: 1 addition & 1 deletion docs/Mono.Android/en/Android.App/Activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4628,7 +4628,7 @@
<Docs>
<param name="featureId">The panel that the menu is in.</param>
<param name="menu">The menu that is opened.</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>The default implementation returns true.</returns>
<remarks>
<para>
Expand Down
6 changes: 5 additions & 1 deletion docs/Mono.Android/en/Android.App/ActivityManager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,11 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>&lt;a href="[TODO: @docRoot]guide/topics/manifest/meta-data-element.</summary>
<summary>
<see href="https://developer.android.com/guide/topics/manifest/meta-data-element.html">
<c>&lt;meta-data&gt;</c>
</see> name for a 'home' Activity that declares a package that is to be
uninstalled in lieu of the declaring one.</summary>
<remarks>
<para>
<format type="text/html">
Expand Down
4 changes: 2 additions & 2 deletions docs/Mono.Android/en/Android.App/Dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@
<Docs>
<param name="mode">The mode that was just finished.
</param>
<summary>[TODO: @inheritDoc]
<summary>To be added

Note that if you override this method you should always call through
to the superclass implementation by calling super.</summary>
Expand Down Expand Up @@ -1185,7 +1185,7 @@
<Docs>
<param name="mode">The new mode that has just been started.
</param>
<summary>[TODO: @inheritDoc]
<summary>To be added

Note that if you override this method you should always call through
to the superclass implementation by calling super.</summary>
Expand Down
4 changes: 2 additions & 2 deletions docs/Mono.Android/en/Android.App/Presentation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
<c>android.view.WindowManager.InvalidDisplayException</c> when invoking <c>#show()</c>.</param>
<param name="display">The display to which the presentation should be attached.</param>
<param name="theme">A style resource describing the theme to use for the window.
See &lt;a href="[TODO: @docRoot]guide/topics/resources/available-resources.html#stylesandthemes"&gt;
Style and Theme Resources&lt;/a&gt; for more information about defining and using
See <see href="https://developer.android.com/guide/topics/resources/available-resources.html#stylesandthemes">
Style and Theme Resources</see> for more information about defining and using
styles. This theme is applied on top of the current theme in
&lt;var&gt;outerContext&lt;/var&gt;. If 0, the default presentation theme will be used.</param>
<summary>Creates a new presentation that is attached to the specified display
Expand Down
6 changes: 3 additions & 3 deletions docs/Mono.Android/en/Android.Bluetooth/BluetoothA2dp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<ReturnType>System.Collections.Generic.IList&lt;Android.Bluetooth.BluetoothDevice&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<value>To be added.</value>
<remarks>
<para>
Expand Down Expand Up @@ -243,7 +243,7 @@
</Parameters>
<Docs>
<param name="device">Remote bluetooth device.</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>To be added.</returns>
<remarks>
<para>
Expand Down Expand Up @@ -300,7 +300,7 @@
<param name="states">Array of states. States can be one of
<see cref="F:Android.Bluetooth.ProfileState.Connected" tool="ReplaceLinkValue" />, <see cref="F:Android.Bluetooth.ProfileState.Connecting" tool="ReplaceLinkValue" />,
<see cref="F:Android.Bluetooth.ProfileState.Disconnected" tool="ReplaceLinkValue" />, <see cref="F:Android.Bluetooth.ProfileState.Disconnecting" tool="ReplaceLinkValue" />,</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>To be added.</returns>
<remarks>
<para>
Expand Down
6 changes: 3 additions & 3 deletions docs/Mono.Android/en/Android.Bluetooth/BluetoothHeadset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
<ReturnType>System.Collections.Generic.IList&lt;Android.Bluetooth.BluetoothDevice&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<value>To be added.</value>
<remarks>
<para>
Expand Down Expand Up @@ -627,7 +627,7 @@
</Parameters>
<Docs>
<param name="device">Remote bluetooth device.</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>To be added.</returns>
<remarks>
<para>
Expand Down Expand Up @@ -684,7 +684,7 @@
<param name="states">Array of states. States can be one of
<see cref="F:Android.Bluetooth.ProfileState.Connected" tool="ReplaceLinkValue" />, <see cref="F:Android.Bluetooth.ProfileState.Connecting" tool="ReplaceLinkValue" />,
<see cref="F:Android.Bluetooth.ProfileState.Disconnected" tool="ReplaceLinkValue" />, <see cref="F:Android.Bluetooth.ProfileState.Disconnecting" tool="ReplaceLinkValue" />,</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>To be added.</returns>
<remarks>
<para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<ReturnType>System.Collections.Generic.IList&lt;Android.Bluetooth.BluetoothDevice&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<value>To be added.</value>
<remarks>
<para>
Expand Down Expand Up @@ -165,7 +165,7 @@
</Parameters>
<Docs>
<param name="device">To be added.</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>To be added.</returns>
<remarks>
<para>
Expand Down Expand Up @@ -219,7 +219,7 @@
</Parameters>
<Docs>
<param name="states">To be added.</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>To be added.</returns>
<remarks>
<para>
Expand Down
6 changes: 3 additions & 3 deletions docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<ReturnType>System.Collections.Generic.IList&lt;Android.Bluetooth.BluetoothDevice&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<value>To be added.</value>
<remarks>
<para>
Expand Down Expand Up @@ -498,7 +498,7 @@
</Parameters>
<Docs>
<param name="device">To be added.</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>To be added.</returns>
<remarks>
<para>
Expand Down Expand Up @@ -552,7 +552,7 @@
</Parameters>
<Docs>
<param name="states">To be added.</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>To be added.</returns>
<remarks>
<para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,10 @@
<param name="name">Name of this Bluetooth HID device. Maximum length is 50 bytes.</param>
<param name="description">Description for this Bluetooth HID device. Maximum length is 50 bytes.</param>
<param name="provider">Provider of this Bluetooth HID device. Maximum length is 50 bytes.</param>
<param name="subclass">Subclass of this Bluetooth HID device. See &lt;a
href="www.usb.org/developers/hidpage/HID1_11.pdf"&gt;
www.usb.org/developers/hidpage/HID1_11.pdf Section 4.2&lt;/a&gt;</param>
<param name="descriptors">Descriptors of this Bluetooth HID device. See &lt;a
href="www.usb.org/developers/hidpage/HID1_11.pdf"&gt;
www.usb.org/developers/hidpage/HID1_11.pdf Chapter 6&lt;/a&gt; Maximum length is 2048 bytes.</param>
<param name="subclass">Subclass of this Bluetooth HID device. See <see href="www.usb.org/developers/hidpage/HID1_11.pdf">
www.usb.org/developers/hidpage/HID1_11.pdf Section 4.2</see></param>
<param name="descriptors">Descriptors of this Bluetooth HID device. See <see href="www.usb.org/developers/hidpage/HID1_11.pdf">
www.usb.org/developers/hidpage/HID1_11.pdf Chapter 6</see> Maximum length is 2048 bytes.</param>
<summary>Create a BluetoothHidDeviceAppSdpSettings object for the Bluetooth SDP record.</summary>
<remarks>
<para>
Expand Down
6 changes: 3 additions & 3 deletions docs/Mono.Android/en/Android.Bluetooth/BluetoothLeAudio.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<ReturnType>System.Collections.Generic.IList&lt;Android.Bluetooth.BluetoothDevice&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<value>To be added.</value>
<remarks>
<para>
Expand Down Expand Up @@ -196,7 +196,7 @@
</Parameters>
<Docs>
<param name="device">To be added.</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>To be added.</returns>
<remarks>
<para>
Expand Down Expand Up @@ -250,7 +250,7 @@
</Parameters>
<Docs>
<param name="states">To be added.</param>
<summary>[TODO: @inheritDoc]</summary>
<summary>To be added</summary>
<returns>To be added.</returns>
<remarks>
<para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Docs>
<summary>System level service for managing companion devices

See &lt;a href="[TODO: @docRoot]guide/topics/connectivity/companion-device-pairing"&gt;this guide&lt;/a&gt;
See <see href="https://developer.android.com/guide/topics/connectivity/companion-device-pairing">this guide</see>
for a usage example.</summary>
<remarks>
<para>
Expand Down
8 changes: 5 additions & 3 deletions docs/Mono.Android/en/Android.Content.PM/PackageManager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@
<summary>Feature for <c>#getSystemAvailableFeatures</c> and
<c>#hasSystemFeature</c>: The device includes at least one form of audio
output, as defined in the Android Compatibility Definition Document (CDD)
&lt;a href="https://source.</summary>
<see href="https://source.android.com/compatibility/android-cdd#7_8_audio">section 7.8 Audio</see>.</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -3450,7 +3450,8 @@
<Docs>
<summary>Feature for <c>#getSystemAvailableFeatures</c> and
<c>#hasSystemFeature</c>: The device supports the OpenGL ES
&lt;a href="http://www.</summary>
<see href="http://www.khronos.org/registry/gles/extensions/ANDROID/ANDROID_extension_pack_es31a.txt">
Android Extension Pack</see>.</summary>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -4518,7 +4519,8 @@
<summary>Feature for <c>#getSystemAvailableFeatures</c>, <c>#hasSystemFeature(String)</c>, and
<c>#hasSystemFeature(String, int)</c>: If this feature is supported, the device implements
the Android Keystore backed by a dedicated secure processor referred to as
&lt;a href="https://source.</summary>
<see href="https://source.android.com/security/best-practices/hardware#strongbox-keymaster">
StrongBox</see>.</summary>
<remarks>
<para>
<format type="text/html">
Expand Down
4 changes: 2 additions & 2 deletions docs/Mono.Android/en/Android.Content.PM/ShortcutManager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1061,8 +1061,8 @@
Use <c>android.app.PendingIntent#getIntentSender()</c> to create an <c>IntentSender</c>.
To avoid background execution limits, use an unexported, manifest-declared receiver.
For more details, see
&lt;a href="/guide/topics/ui/shortcuts/creating-shortcuts.html#pinned"&gt;
Creating pinned shortcuts&lt;/a&gt;.</param>
"/guide/topics/ui/shortcuts/creating-shortcuts.html#pinned"&gt;
Creating pinned shortcuts.</param>
<summary>Request to create a pinned shortcut.</summary>
<returns>
<c>TRUE</c> if the launcher supports this feature. Note the API will return without
Expand Down
Loading