You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>Abstract implementation of <see cref="T:CarPlay.ICPListTemplateDelegate" />, the delegate object for <see cref="T:CarPlay.CPListTemplate" /> objects.</summary>
[NoMacCatalyst]// We don't expose CarPlay on Mac Catalyst for the moment // [MacCatalyst (17, 4)]
2347
2360
[BaseType(typeof(NSObject))]
2361
+
[DisableDefaultCtor]
2348
2362
interfaceCPLane:NSCopying,NSSecureCoding{
2349
-
2350
2363
[Export("status",ArgumentSemantic.Assign)]
2351
-
CPLaneStatusStatus{get;set;}
2364
+
CPLaneStatusStatus{
2365
+
get;
2366
+
[Deprecated(PlatformName.iOS,18,0,message:"Use the 'NSMeasurement<NSUnitAngle>' constructor to create a CPLane with CPLaneStatus.NotGood, or use the 'NSMeasurement<NSUnitAngle>[], NSMeasurement<NSUnitAngle>[], bool' constructor to create a CPLane with status CPLaneStatus.Good or CPLaneStatus.Preferred.")]
2367
+
set;
2368
+
}
2352
2369
2353
2370
[Export("primaryAngle",ArgumentSemantic.Strong)]
2354
-
NSMeasurement<NSUnitAngle>PrimaryAngle{get;set;}
2371
+
NSMeasurement<NSUnitAngle>PrimaryAngle{
2372
+
[Deprecated(PlatformName.iOS,18,0,message:"Use the 'HighlightedAngle' property instead.")]
2373
+
get;
2374
+
[Deprecated(PlatformName.iOS,18,0,message:"Use the 'NSMeasurement<NSUnitAngle>[], NSMeasurement<NSUnitAngle>[], bool' to create a CPLane with a HighlightedAngle.")]
[Deprecated(PlatformName.iOS,18,0,message:"Use the 'Angles' property instead.")]
2381
+
get;
2382
+
[Deprecated(PlatformName.iOS,18,0,message:"Use the 'NSMeasurement<NSUnitAngle>' constructor or the 'NSMeasurement<NSUnitAngle>[], NSMeasurement<NSUnitAngle>[], bool' constructor to create a CPLane with angles.")]
2383
+
set;
2384
+
}
2385
+
2386
+
[Export("init")]
2387
+
[Deprecated(PlatformName.iOS,18,0,message:"Use either of the other two constructors instead.")]
Copy file name to clipboardExpand all lines: tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CarPlay.ignore
+65Lines changed: 65 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -514,3 +514,68 @@
514
514
!missing-selector! CPTemplateApplicationScene::contentStyle not bound
515
515
!missing-type! CPInstrumentClusterController not bound
516
516
!missing-type! CPTemplateApplicationInstrumentClusterScene not bound
517
+
!missing-selector! CPAlertAction::color not bound
518
+
!missing-selector! CPAlertAction::initWithTitle:color:handler: not bound
519
+
!missing-enum! CPJunctionType not bound
520
+
!missing-enum! CPLaneStatus not bound
521
+
!missing-enum! CPManeuverState not bound
522
+
!missing-enum! CPManeuverType not bound
523
+
!missing-enum! CPTrafficSide not bound
524
+
!missing-selector! +CPPointOfInterest::pinImageSize not bound
525
+
!missing-selector! +CPPointOfInterest::selectedPinImageSize not bound
526
+
!missing-selector! CPLane::status not bound
527
+
!missing-selector! CPLaneGuidance::instructionVariants not bound
528
+
!missing-selector! CPLaneGuidance::lanes not bound
529
+
!missing-selector! CPLaneGuidance::setInstructionVariants: not bound
530
+
!missing-selector! CPLaneGuidance::setLanes: not bound
531
+
!missing-selector! CPListImageRowItem::imageTitles not bound
532
+
!missing-selector! CPListImageRowItem::initWithText:images:imageTitles: not bound
533
+
!missing-selector! CPListImageRowItem::setImageTitles: not bound
534
+
!missing-selector! CPManeuver::highwayExitLabel not bound
535
+
!missing-selector! CPManeuver::junctionElementAngles not bound
536
+
!missing-selector! CPManeuver::junctionExitAngle not bound
537
+
!missing-selector! CPManeuver::junctionType not bound
538
+
!missing-selector! CPManeuver::linkedLaneGuidance not bound
539
+
!missing-selector! CPManeuver::maneuverType not bound
540
+
!missing-selector! CPManeuver::roadFollowingManeuverVariants not bound
541
+
!missing-selector! CPManeuver::setHighwayExitLabel: not bound
542
+
!missing-selector! CPManeuver::setJunctionElementAngles: not bound
543
+
!missing-selector! CPManeuver::setJunctionExitAngle: not bound
544
+
!missing-selector! CPManeuver::setJunctionType: not bound
545
+
!missing-selector! CPManeuver::setLinkedLaneGuidance: not bound
546
+
!missing-selector! CPManeuver::setManeuverType: not bound
547
+
!missing-selector! CPManeuver::setRoadFollowingManeuverVariants: not bound
548
+
!missing-selector! CPManeuver::setTrafficSide: not bound
549
+
!missing-selector! CPManeuver::trafficSide not bound
550
+
!missing-selector! CPNavigationSession::addLaneGuidances: not bound
551
+
!missing-selector! CPNavigationSession::addManeuvers: not bound
552
+
!missing-selector! CPNavigationSession::currentLaneGuidance not bound
553
+
!missing-selector! CPNavigationSession::currentRoadNameVariants not bound
554
+
!missing-selector! CPNavigationSession::maneuverState not bound
555
+
!missing-selector! CPNavigationSession::resumeTripWithUpdatedRouteInformation: not bound
556
+
!missing-selector! CPNavigationSession::setCurrentLaneGuidance: not bound
557
+
!missing-selector! CPNavigationSession::setCurrentRoadNameVariants: not bound
558
+
!missing-selector! CPNavigationSession::setManeuverState: not bound
559
+
!missing-selector! CPPointOfInterest::initWithLocation:title:subtitle:summary:detailTitle:detailSubtitle:detailSummary:pinImage:selectedPinImage: not bound
560
+
!missing-selector! CPPointOfInterest::selectedPinImage not bound
561
+
!missing-selector! CPPointOfInterest::setSelectedPinImage: not bound
562
+
!missing-selector! CPRouteInformation::currentLaneGuidance not bound
563
+
!missing-selector! CPRouteInformation::currentManeuvers not bound
564
+
!missing-selector! CPRouteInformation::initWithManeuvers:laneGuidances:currentManeuvers:currentLaneGuidance:tripTravelEstimates:maneuverTravelEstimates: not bound
565
+
!missing-selector! CPRouteInformation::laneGuidances not bound
566
+
!missing-selector! CPRouteInformation::maneuvers not bound
567
+
!missing-selector! CPRouteInformation::maneuverTravelEstimates not bound
568
+
!missing-selector! CPRouteInformation::tripTravelEstimates not bound
569
+
!missing-selector! CPTabBarTemplate::selectTemplate: not bound
570
+
!missing-selector! CPTabBarTemplate::selectTemplateAtIndex: not bound
571
+
!missing-selector! CPTravelEstimates::distanceRemainingToDisplay not bound
572
+
!missing-selector! CPTravelEstimates::initWithDistanceRemaining:distanceRemainingToDisplay:timeRemaining: not bound
573
+
!missing-selector! CPTrip::destinationNameVariants not bound
574
+
!missing-selector! CPTrip::setDestinationNameVariants: not bound
575
+
!missing-type! CPLane not bound
576
+
!missing-type! CPLaneGuidance not bound
577
+
!missing-type! CPRouteInformation not bound
578
+
!missing-selector! CPLane::angles not bound
579
+
!missing-selector! CPLane::highlightedAngle not bound
580
+
!missing-selector! CPLane::initWithAngles: not bound
581
+
!missing-selector! CPLane::initWithAngles:highlightedAngle:isPreferred: not bound
0 commit comments