CPMapTemplateDelegate.ShouldShowNotificationForManeuver 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.
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