MbmsDownloadSession.StatusPendingRepair Field

Definition

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)>]
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