ContextWrapper.GetObbDirs Method
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.
Returns absolute paths to application-specific directories on all external storage devices where the application's OBB files (if there are any) can be found.
[Android.Runtime.Register("getObbDirs", "()[Ljava/io/File;", "GetGetObbDirsHandler")]
public override Java.IO.File[]? GetObbDirs ();
[<Android.Runtime.Register("getObbDirs", "()[Ljava/io/File;", "GetGetObbDirsHandler")>]
override this.GetObbDirs : unit -> Java.IO.File[]
Returns
File[]
- Attributes
Remarks
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.