RangingResult.RetryAfterDurationMillis 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 int RetryAfterDurationMillis { [Android.Runtime.Register("getRetryAfterDurationMillis", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getRetryAfterDurationMillis", "()I", "", ApiSince=37)>]
member this.RetryAfterDurationMillis : int
Property Value
The duration in milliseconds after which the ranging operation may be retried.
A value of 0 means an immediate retry, otherwise retry after that much time in
millisec. The time offset is from the measurement time
#getRangingTimestampMillis().
<p>
- Attributes