MbmsErrors.DownloadErrors.ErrorCannotChangeTempFileRoot Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the app is not allowed to change the temp file root at this time due to outstanding download requests.
[Android.Runtime.Register("ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT", ApiSince=28)]
public const int ErrorCannotChangeTempFileRoot = 401;
[<Android.Runtime.Register("ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT", ApiSince=28)>]
val mutable ErrorCannotChangeTempFileRoot : int
Field Value
Value = 401- Attributes
Remarks
Indicates that the app is not allowed to change the temp file root at this time due to outstanding download requests.
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.