SelectionEvent.DurationSinceSessionStart Property

Definition

Returns the duration in ms between when this event was triggered and when the first event in the selection session was triggered.

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

Property Value

Attributes

Remarks

Returns the duration in ms between when this event was triggered and when the first event in the selection session was triggered.

Java documentation for android.view.textclassifier.SelectionEvent.getDurationSinceSessionStart().

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