Freigeben über


MbmsDownloadSession.StatusPendingDownloadWindow Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.Mbms.DownloadStatus enum directly instead of this field.

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)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Mbms.DownloadStatus enum directly instead of this field.", true)]
public const int StatusPendingDownloadWindow = 4;
[<Android.Runtime.Register("STATUS_PENDING_DOWNLOAD_WINDOW", ApiSince=28)>]
val mutable StatusPendingDownloadWindow : int
[<Android.Runtime.Register("STATUS_PENDING_DOWNLOAD_WINDOW", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Mbms.DownloadStatus enum directly instead of this field.", true)>]
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