Share via


AdResponse.ElapsedTimeMillis Property

Definition

Gets the playback elapsed time in milliseconds.

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

Property Value

The playback elapsed time. -1 if no valid elapsed time.

Attributes

Remarks

Gets the playback elapsed time in milliseconds.

Java documentation for android.media.tv.AdResponse.getElapsedTimeMillis().

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