Implemented interface member:
property
IsListeningForeground
Microsoft.Maui.Devices.Sensors.IGeolocation.IsListeningForeground
4 references to IsListeningForeground
Microsoft.Maui.Essentials (4)
Geolocation\Geolocation.uwp.cs (4)
73
/// <exception cref="InvalidOperationException">Thrown if already listening and <see cref="
IsListeningForeground
"/> returns <see langword="true"/>.</exception>
83
if (
IsListeningForeground
)
110
if (!
IsListeningForeground
|| listeningGeolocator == null)
124
if (!
IsListeningForeground
)