다음을 통해 공유


RangingResult.RangingTimestampMillis Property

Definition

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

Property Value

The timestamp at which the ranging operation was performed. The timestamp is in milliseconds since boot, including time spent in sleep, corresponding to values provided by android.os.SystemClock#elapsedRealtime(). <p> Only valid if #getStatus() returns #STATUS_SUCCESS, otherwise will throw an exception.

Attributes

Remarks

Java documentation for android.net.wifi.rtt.RangingResult.getRangingTimestampMillis().

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