BlobHandle.ExpiryTimeMillis Property

Definition

Returns the expiry time in milliseconds of the blob that this object is representing, in System#currentTimeMillis() timebase.

public long ExpiryTimeMillis { [Android.Runtime.Register("getExpiryTimeMillis", "()J", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getExpiryTimeMillis", "()J", "", ApiSince=30)>]
member this.ExpiryTimeMillis : int64

Property Value

Attributes

Remarks

Returns the expiry time in milliseconds of the blob that this object is representing, in System#currentTimeMillis() timebase.

Java documentation for android.app.blob.BlobHandle.getExpiryTimeMillis().

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