GnssCapabilities.HasOnDemandTime 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.
Returns true
if GNSS chipset requests periodic time signal injection from the
platform in addition to on-demand and occasional time updates, false
otherwise.
public bool HasOnDemandTime { [Android.Runtime.Register("hasOnDemandTime", "()Z", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("hasOnDemandTime", "()Z", "", ApiSince=34)>]
member this.HasOnDemandTime : bool
Property Value
- Attributes
Remarks
Returns true
if GNSS chipset requests periodic time signal injection from the platform in addition to on-demand and occasional time updates, false
otherwise.
<em>Note: The naming of this capability and the behavior it controls differ substantially. This is the result of a historic implementation bug, b/73893222.</em>
Java documentation for android.location.GnssCapabilities.hasOnDemandTime()
.
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.