Skip to content
Merged
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
32 changes: 17 additions & 15 deletions docs/xml/Android.Telephony.Mbms/DownloadRequest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<ReturnType>Android.Net.Uri</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The destination <c>Uri</c> of the downloaded file.</summary>
<value>The destination <c>Uri</c> of the downloaded file.</value>
<remarks>
<para>
Expand Down Expand Up @@ -183,7 +183,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The ID of the file service to download from.</summary>
<value>The ID of the file service to download from.</value>
<remarks>
<para>
Expand Down Expand Up @@ -259,12 +259,13 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>Maximum permissible length for the app's destination path, when serialized via
<c>Uri#toString()</c>.</summary>
<value>To be added.</value>
<summary>Maximum permissible length for the app's download-completion intent, when serialized via
<c>Intent#toUri(int)</c>.</summary>
<value>Maximum permissible length for the app's download-completion intent, when serialized via
<c>Intent#toUri(int)</c>.</value>
<remarks>
<para>Maximum permissible length for the app's destination path, when serialized via
<c>Uri#toString()</c>.</para>
<para>Maximum permissible length for the app's download-completion intent, when serialized via
<c>Intent#toUri(int)</c>.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/telephony/mbms/DownloadRequest#getMaxAppIntentSize()" title="Reference documentation">Java documentation for <code>android.telephony.mbms.DownloadRequest.getMaxAppIntentSize()</code>.</a>
Expand Down Expand Up @@ -302,12 +303,13 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>Maximum permissible length for the app's download-completion intent, when serialized via
<c>Intent#toUri(int)</c>.</summary>
<value>To be added.</value>
<summary>Maximum permissible length for the app's destination path, when serialized via
<c>Uri#toString()</c>.</summary>
<value>Maximum permissible length for the app's destination path, when serialized via
<c>Uri#toString()</c>.</value>
<remarks>
<para>Maximum permissible length for the app's download-completion intent, when serialized via
<c>Intent#toUri(int)</c>.</para>
<para>Maximum permissible length for the app's destination path, when serialized via
<c>Uri#toString()</c>.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/telephony/mbms/DownloadRequest#getMaxDestinationUriSize()" title="Reference documentation">Java documentation for <code>android.telephony.mbms.DownloadRequest.getMaxDestinationUriSize()</code>.</a>
Expand Down Expand Up @@ -345,8 +347,8 @@
<ReturnType>Android.Net.Uri</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>The source URI to download from</value>
<summary>The source <c>Uri</c> to download from.</summary>
<value>The source <c>Uri</c> to download from.</value>
<remarks>
<para>
<format type="text/html">
Expand Down Expand Up @@ -385,7 +387,7 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The subscription ID on which to perform MBMS operations.</summary>
<value>The subscription ID on which to perform MBMS operations.</value>
<remarks>
<para>
Expand Down