ContextWrapper.GetObbDirs Method

Definition

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.

Applies to