RangingResult.RangingTimestampMillis Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.