Class FileChooserUtils
- Namespace
- IO.Scanbot.Sdk.Util
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/util/FileChooserUtils", DoNotGenerateAcw = true)]
public sealed class FileChooserUtils : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
FileChooserUtils
- Implements
-
- Inherited Members
-
Properties
Instance
[Register("INSTANCE")]
public static FileChooserUtils Instance { get; }
Property Value
- FileChooserUtils
Methods
GetDataColumn(Context, Uri, string, string[])
[Register("getDataColumn", "(Landroid/content/Context;Landroid/net/Uri;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;", "")]
public static string GetDataColumn(Context context, Uri uri, string selection, string[] selectionArgs)
Parameters
context
Context
uri
Uri
selection
string
selectionArgs
string[]
Returns
- string
GetPath(Context, Uri, IFileIOProcessor)
[Register("getPath", "(Landroid/content/Context;Landroid/net/Uri;Lio/scanbot/sdk/persistence/fileio/FileIOProcessor;)Ljava/lang/String;", "")]
public static string GetPath(Context context, Uri uri, IFileIOProcessor fileIOProcessor)
Parameters
context
Context
uri
Uri
fileIOProcessor
IFileIOProcessor
Returns
- string
IsDownloadsDocument(Uri)
[Register("isDownloadsDocument", "(Landroid/net/Uri;)Z", "")]
public static bool IsDownloadsDocument(Uri uri)
Parameters
uri
Uri
Returns
- bool
IsExternalStorageDocument(Uri)
[Register("isExternalStorageDocument", "(Landroid/net/Uri;)Z", "")]
public static bool IsExternalStorageDocument(Uri uri)
Parameters
uri
Uri
Returns
- bool
[Register("isMediaDocument", "(Landroid/net/Uri;)Z", "")]
public static bool IsMediaDocument(Uri uri)
Parameters
uri
Uri
Returns
- bool