CPMapTemplateDelegate.ShouldShowNotificationForManeuver Method

Definition

Developers should override this method to return true if the system should show a notification for maneuver even when the app is in the background.

[Foundation.Export("mapTemplate:shouldShowNotificationForManeuver:")]
public virtual bool ShouldShowNotificationForManeuver (CarPlay.CPMapTemplate mapTemplate, CarPlay.CPManeuver maneuver);
abstract member ShouldShowNotificationForManeuver : CarPlay.CPMapTemplate * CarPlay.CPManeuver -> bool
override this.ShouldShowNotificationForManeuver : CarPlay.CPMapTemplate * CarPlay.CPManeuver -> bool

Parameters

mapTemplate
CPMapTemplate
maneuver
CPManeuver

Returns

Attributes

Applies to