Language

RangingResult.RetryAfterDurationMillis Property

Definition

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

Applies to