Partager via


MbmsDownloadSession.StatusPendingRepair 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 awaiting file repair after the download has ended.

[Android.Runtime.Register("STATUS_PENDING_REPAIR", ApiSince=28)]
public const int StatusPendingRepair = 3;
[Android.Runtime.Register("STATUS_PENDING_REPAIR", 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 StatusPendingRepair = 3;
[<Android.Runtime.Register("STATUS_PENDING_REPAIR", ApiSince=28)>]
val mutable StatusPendingRepair : int
[<Android.Runtime.Register("STATUS_PENDING_REPAIR", 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 StatusPendingRepair : int

Field Value

Value = 3
Attributes

Remarks

Indicates that the file is awaiting file repair after the download has ended.

Java documentation for android.telephony.MbmsDownloadSession.STATUS_PENDING_REPAIR.

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