net10.0-ios17.2
namespace CoreLocation
{
    [Protocol(Name = "CLLocationManagerDelegate", WrapperType = typeof(CLLocationManagerDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "UpdatedLocation", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLLocation), typeof(CLLocation) }, Selector = "locationManager:didUpdateToLocation:fromLocation:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "UpdatedHeading", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLHeading) }, Selector = "locationManager:didUpdateHeading:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Failed", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(NSError) }, Selector = "locationManager:didFailWithError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RegionEntered", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLRegion) }, Selector = "locationManager:didEnterRegion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RegionLeft", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLRegion) }, Selector = "locationManager:didExitRegion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "MonitoringFailed", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLRegion), typeof(NSError) }, Selector = "locationManager:monitoringDidFailForRegion:withError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStartMonitoringForRegion", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLRegion) }, Selector = "locationManager:didStartMonitoringForRegion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidDetermineState", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLRegionState), typeof(CLRegion) }, Selector = "locationManager:didDetermineState:forRegion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidRangeBeacons", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLBeacon[]), typeof(CLBeaconRegion) }, Selector = "locationManager:didRangeBeacons:inRegion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidRangeBeaconsSatisfyingConstraint", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLBeacon[]), typeof(CLBeaconIdentityConstraint) }, Selector = "locationManager:didRangeBeacons:satisfyingConstraint:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RangingBeaconsDidFailForRegion", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLBeaconRegion), typeof(NSError) }, Selector = "locationManager:rangingBeaconsDidFailForRegion:withError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFailRangingBeacons", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLBeaconIdentityConstraint), typeof(NSError) }, Selector = "locationManager:didFailRangingBeaconsForConstraint:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidVisit", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLVisit) }, Selector = "locationManager:didVisit:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "AuthorizationChanged", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLAuthorizationStatus) }, Selector = "locationManager:didChangeAuthorizationStatus:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "LocationsUpdated", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(CLLocation[]) }, Selector = "locationManager:didUpdateLocations:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "LocationUpdatesPaused", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CLLocationManager) }, Selector = "locationManagerDidPauseLocationUpdates:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "LocationUpdatesResumed", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CLLocationManager) }, Selector = "locationManagerDidResumeLocationUpdates:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DeferredUpdatesFinished", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CLLocationManager), typeof(NSError) }, Selector = "locationManager:didFinishDeferredUpdatesWithError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidChangeAuthorization", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CLLocationManager) }, Selector = "locationManagerDidChangeAuthorization:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldDisplayHeadingCalibration", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CLLocationManager) }, ReturnType = typeof(bool), Selector = "locationManagerShouldDisplayHeadingCalibration:")]
    public interface ICLLocationManagerDelegate : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("locationManager:didChangeAuthorizationStatus:")]
        [ObsoletedOSPlatform("ios14.0", "Use 'DidChangeAuthorization' instead.")]
        [ObsoletedOSPlatform("macos11.0", "Use 'DidChangeAuthorization' instead.")]
        [ObsoletedOSPlatform("tvos14.0", "Use 'DidChangeAuthorization' instead.")]
        [ObsoletedOSPlatform("maccatalyst14.0", "Use 'DidChangeAuthorization' instead.")]
        [OptionalMember]
        [SupportedOSPlatform("ios")]
        [SupportedOSPlatform("macos")]
        [SupportedOSPlatform("tvos")]
        [SupportedOSPlatform("maccatalyst")]
        virtual void AuthorizationChanged(CLLocationManager! manager, CLAuthorizationStatus status);
    }
}
.NET
10.0
Information specific to net10.0
Platforms This API is only available when you target a specific platform:
iOS
10.010.110.210.311.011.111.211.311.412.012.112.212.312.413.013.113.213.313.413.513.614.014.114.214.314.414.515.015.215.416.016.116.216.417.017.2
Mac Catalyst
13.113.213.313.413.514.214.314.414.515.015.215.416.116.216.417.017.2
macOS
10.1410.1510.1611.011.111.211.312.012.112.313.013.113.314.014.2
tvOS
10.010.110.211.011.111.211.311.412.012.112.212.312.413.013.213.313.414.014.214.314.414.515.015.215.416.016.116.417.017.2
Information specific to net10.0-ios17.2
Assembly

Microsoft.iOS , Version=18.5.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Preview The API is contained in a preview framework.
Platform Restrictions

This API is only supported on the following platforms:

  • iOS
  • Mac Catalyst
  • macOS
  • tvOS
  • Built-in API
  • Package-provided API