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

Int32
Attributes

Remarks

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