MbmsDownloadSession.ExtraMbmsCompletedFileUri Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Uri
extra that Android will attach to the intent supplied via
android.telephony.mbms.DownloadRequest.Builder#setAppIntent(Intent)
Indicates the location of the successfully downloaded file within the directory that the
app provided via the builder.
[Android.Runtime.Register("EXTRA_MBMS_COMPLETED_FILE_URI", ApiSince=28)]
public const string ExtraMbmsCompletedFileUri;
[<Android.Runtime.Register("EXTRA_MBMS_COMPLETED_FILE_URI", ApiSince=28)>]
val mutable ExtraMbmsCompletedFileUri : string
Field Value
- Attributes
Remarks
Uri
extra that Android will attach to the intent supplied via android.telephony.mbms.DownloadRequest.Builder#setAppIntent(Intent)
Indicates the location of the successfully downloaded file within the directory that the app provided via the builder.
Will always be set to a non-null value if #EXTRA_MBMS_DOWNLOAD_RESULT
is set to #RESULT_SUCCESSFUL
.
Java documentation for android.telephony.MbmsDownloadSession.EXTRA_MBMS_COMPLETED_FILE_URI
.
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.