MbmsDownloadSession.ExtraMbmsFileInfo 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.
FileInfo
extra that Android will attach to the intent supplied via
android.telephony.mbms.DownloadRequest.Builder#setAppIntent(Intent)
Indicates the file for which the download result is for.
[Android.Runtime.Register("EXTRA_MBMS_FILE_INFO", ApiSince=28)]
public const string ExtraMbmsFileInfo;
[<Android.Runtime.Register("EXTRA_MBMS_FILE_INFO", ApiSince=28)>]
val mutable ExtraMbmsFileInfo : string
Field Value
- Attributes
Remarks
FileInfo
extra that Android will attach to the intent supplied via android.telephony.mbms.DownloadRequest.Builder#setAppIntent(Intent)
Indicates the file for which the download result is for. Never null.
This extra may also be used by the middleware when it is sending intents to the app.
Java documentation for android.telephony.MbmsDownloadSession.EXTRA_MBMS_FILE_INFO
.
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.