AssistStructure.AcquisitionEndTime Property

Definition

Returns the time when the activity finished generating assist data to build the AssistStructure.

public virtual long AcquisitionEndTime { [Android.Runtime.Register("getAcquisitionEndTime", "()J", "GetGetAcquisitionEndTimeHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getAcquisitionEndTime", "()J", "GetGetAcquisitionEndTimeHandler", ApiSince=26)>]
member this.AcquisitionEndTime : int64

Property Value

Returns the acquisition end time of the assist data, in milliseconds.

Attributes

Remarks

Returns the time when the activity finished generating assist data to build the AssistStructure. The time is as specified by SystemClock#uptimeMillis().

Java documentation for android.app.assist.AssistStructure.getAcquisitionEndTime().

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