MbmsDownloadSession.DefaultTopLevelTempDirectory 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.
The default directory name for all MBMS temp files.
[Android.Runtime.Register("DEFAULT_TOP_LEVEL_TEMP_DIRECTORY", ApiSince=28)]
public const string DefaultTopLevelTempDirectory;
[<Android.Runtime.Register("DEFAULT_TOP_LEVEL_TEMP_DIRECTORY", ApiSince=28)>]
val mutable DefaultTopLevelTempDirectory : string
Field Value
- Attributes
Remarks
The default directory name for all MBMS temp files. If you call #download(DownloadRequest)
without first calling #setTempFileRootDirectory(File)
, this directory will be created for you under the path returned by Context#getFilesDir()
.
Java documentation for android.telephony.MbmsDownloadSession.DEFAULT_TOP_LEVEL_TEMP_DIRECTORY
.
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.