We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5dfab commit ac37a60Copy full SHA for ac37a60
Sources/d3-async-location/Permission.swift
@@ -33,8 +33,10 @@ final class Permission{
33
public func isGranted(for manager: CLLocationManager) async -> Bool{
34
let status = await requestPermission(manager)
35
return isAuthorized(status)
36
- }
+ }
37
38
+ /// Determine status after the request permission
39
+ /// - Parameter manager: Location manager
40
public func locationManagerDidChangeAuthorization(_ manager: CLLocationManager) {
41
status = manager.authorizationStatus
42
0 commit comments