SensorManager
public class SensorManager : NSObject, CLLocationManagerDelegate
Undocumented
-
Undocumented
Declaration
Swift
static var shared: SensorManager
-
Undocumented
Declaration
Swift
override public init()
-
Undocumented
Declaration
Swift
func onAppStart()
-
Undocumented
Declaration
Swift
public func locationTrackingIsAvailableToUser() -> Bool
-
Undocumented
Declaration
Swift
public func locatonTrackingIsEnabledByUser() -> Bool
-
Undocumented
Declaration
Swift
public func locationTrackingEnabledByUser()
-
Undocumented
Declaration
Swift
public func locationTrackingDisabledByUser()
-
Undocumented
Declaration
Swift
public func locationManager( _ manager: CLLocationManager, didUpdateLocations locations: [CLLocation] )
-
Undocumented
Declaration
Swift
public func locationManager(_ manager: CLLocationManager, didFailWithError error: Error)
-
Undocumented
Declaration
Swift
public func locationManager( _ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus )