MbmsDownloadSession.ExtraMbmsDownloadResult Field

Definition

Integer extra that Android will attach to the intent supplied via android.telephony.mbms.DownloadRequest.Builder#setAppIntent(Intent) Indicates the result code of the download.

[Android.Runtime.Register("EXTRA_MBMS_DOWNLOAD_RESULT", ApiSince=28)]
public const string ExtraMbmsDownloadResult;
[<Android.Runtime.Register("EXTRA_MBMS_DOWNLOAD_RESULT", ApiSince=28)>]
val mutable ExtraMbmsDownloadResult : string

Field Value

Attributes

Remarks

Integer extra that Android will attach to the intent supplied via android.telephony.mbms.DownloadRequest.Builder#setAppIntent(Intent) Indicates the result code of the download. One of #RESULT_SUCCESSFUL, #RESULT_EXPIRED, #RESULT_CANCELLED, #RESULT_IO_ERROR, #RESULT_DOWNLOAD_FAILURE, #RESULT_OUT_OF_STORAGE, #RESULT_SERVICE_ID_NOT_DEFINED, or #RESULT_FILE_ROOT_UNREACHABLE.

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_DOWNLOAD_RESULT.

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.

Applies to