8 references to Permissions
Microsoft.Maui.Controls (1)
PlatformConfiguration\TizenSpecific\VisualElement.cs (1)
8
using static Microsoft.Maui.ApplicationModel.
Permissions
;
Microsoft.Maui.Essentials (7)
Geolocation\Geolocation.shared.cs (2)
53
/// <see cref="
Permissions
.LocationWhenInUse"/> from the user.
140
/// the app is in the foreground. Requests <see cref="
Permissions
.LocationWhenInUse"/>
Geolocation\Geolocation.uwp.cs (5)
39
await
Permissions
.EnsureGrantedAsync<
Permissions
.LocationWhenInUse>();
68
/// the app is in the foreground. Requests <see cref="
Permissions
.LocationWhenInUse"/>
86
await
Permissions
.EnsureGrantedAsync<
Permissions
.LocationWhenInUse>();