MbmsDownloadSession.StatusPendingDownloadWindow Field

Definition

Indicates that the file is waiting to download because its download window has not yet started and is scheduled for a future time.

[Android.Runtime.Register("STATUS_PENDING_DOWNLOAD_WINDOW", ApiSince=28)]
public const int StatusPendingDownloadWindow = 4;
[<Android.Runtime.Register("STATUS_PENDING_DOWNLOAD_WINDOW", ApiSince=28)>]
val mutable StatusPendingDownloadWindow : int

Field Value

Value = 4
Attributes

Remarks

Indicates that the file is waiting to download because its download window has not yet started and is scheduled for a future time.

Java documentation for android.telephony.MbmsDownloadSession.STATUS_PENDING_DOWNLOAD_WINDOW.

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