MbmsDownloadSession.ResultOutOfStorage Field

Definition

Indicates that the file system is full and the DownloadRequest can not complete.

[Android.Runtime.Register("RESULT_OUT_OF_STORAGE", ApiSince=28)]
public const int ResultOutOfStorage = 7;
[<Android.Runtime.Register("RESULT_OUT_OF_STORAGE", ApiSince=28)>]
val mutable ResultOutOfStorage : int

Field Value

Value = 7
Attributes

Remarks

Indicates that the file system is full and the DownloadRequest can not complete. Either space must be made on the current file system or the temp file root location must be changed to a location that is not full to download the temp files.

Java documentation for android.telephony.MbmsDownloadSession.RESULT_OUT_OF_STORAGE.

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