1 implementation of IsListeningForeground
Microsoft.Maui.Essentials (1)
Geolocation\Geolocation.netstandard.tvos.watchos.cs (1)
17 public bool IsListeningForeground { get => false; }
3 references to IsListeningForeground
Microsoft.Maui.Essentials (3)
Geolocation\Geolocation.shared.cs (3)
57 /// <exception cref="InvalidOperationException">Thrown if already listening and <see cref="IsListeningForeground"/> returns <see langword="true"/>.</exception> 64 /// Has no effect when <see cref="IsListeningForeground"/> is currently <see langword="false"/>. 115 public static bool IsListeningForeground { get => Current.IsListeningForeground; }