CLLocationManagerDelegate.AuthorizationChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The authorization status of the application has changed.
[Foundation.Export("locationManager:didChangeAuthorizationStatus:")]
public virtual void AuthorizationChanged (CoreLocation.CLLocationManager manager, CoreLocation.CLAuthorizationStatus status);
abstract member AuthorizationChanged : CoreLocation.CLLocationManager * CoreLocation.CLAuthorizationStatus -> unit
override this.AuthorizationChanged : CoreLocation.CLLocationManager * CoreLocation.CLAuthorizationStatus -> unit
Parameters
- manager
- CLLocationManager
The CLLocationManager for which this
is the delegate object.
- status
- CLAuthorizationStatus
The new authorization status of the application.
- Attributes