MbmsDownloadSession.ResultFileRootUnreachable 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 file root that was set is currently unreachable.
[Android.Runtime.Register("RESULT_FILE_ROOT_UNREACHABLE", ApiSince=28)]
public const int ResultFileRootUnreachable = 8;
[<Android.Runtime.Register("RESULT_FILE_ROOT_UNREACHABLE", ApiSince=28)>]
val mutable ResultFileRootUnreachable : int
Field Value
Value = 8- Attributes
Remarks
Indicates that the file root that was set is currently unreachable. This can happen if the temp files are set to be stored on external storage and the SD card was removed, for example. The temp file root should be changed before sending another DownloadRequest.
Java documentation for android.telephony.MbmsDownloadSession.RESULT_FILE_ROOT_UNREACHABLE
.
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.