BlobStoreManager.OpenBlob(BlobHandle) Method

Definition

Opens an existing blob for reading from the blob store managed by the system.

[Android.Runtime.Register("openBlob", "(Landroid/app/blob/BlobHandle;)Landroid/os/ParcelFileDescriptor;", "GetOpenBlob_Landroid_app_blob_BlobHandle_Handler", ApiSince=30)]
public virtual Android.OS.ParcelFileDescriptor OpenBlob (Android.App.Blob.BlobHandle blobHandle);
[<Android.Runtime.Register("openBlob", "(Landroid/app/blob/BlobHandle;)Landroid/os/ParcelFileDescriptor;", "GetOpenBlob_Landroid_app_blob_BlobHandle_Handler", ApiSince=30)>]
abstract member OpenBlob : Android.App.Blob.BlobHandle -> Android.OS.ParcelFileDescriptor
override this.OpenBlob : Android.App.Blob.BlobHandle -> Android.OS.ParcelFileDescriptor

Parameters

blobHandle
BlobHandle

the BlobHandle representing the blob that the caller wants to access.

Returns

a ParcelFileDescriptor that can be used to read the blob content.

Attributes

Remarks

Opens an existing blob for reading from the blob store managed by the system.

Java documentation for android.app.blob.BlobStoreManager.openBlob(android.app.blob.BlobHandle).

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