BlobStoreManager.LeasedBlobs Property

Definition

Return the BlobHandle BlobHandles corresponding to the data blobs that the calling app currently has a lease on.

public virtual System.Collections.Generic.IList<Android.App.Blob.BlobHandle> LeasedBlobs { [Android.Runtime.Register("getLeasedBlobs", "()Ljava/util/List;", "GetGetLeasedBlobsHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getLeasedBlobs", "()Ljava/util/List;", "GetGetLeasedBlobsHandler", ApiSince=30)>]
member this.LeasedBlobs : System.Collections.Generic.IList<Android.App.Blob.BlobHandle>

Property Value

a list of BlobHandle BlobHandles that the caller has a lease on.

Attributes

Remarks

Return the BlobHandle BlobHandles corresponding to the data blobs that the calling app currently has a lease on.

Java documentation for android.app.blob.BlobStoreManager.getLeasedBlobs().

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