MbmsDownloadSession.StatusPendingDownload Field

Definition

Indicates that the file is awaiting the next download or repair operations.

[Android.Runtime.Register("STATUS_PENDING_DOWNLOAD", ApiSince=28)]
public const int StatusPendingDownload = 2;
[<Android.Runtime.Register("STATUS_PENDING_DOWNLOAD", ApiSince=28)>]
val mutable StatusPendingDownload : int

Field Value

Value = 2
Attributes

Remarks

Indicates that the file is awaiting the next download or repair operations. When a more precise status is known, the status will change to either #STATUS_PENDING_REPAIR or #STATUS_PENDING_DOWNLOAD_WINDOW.

Java documentation for android.telephony.MbmsDownloadSession.STATUS_PENDING_DOWNLOAD.

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