次の方法で共有


CPMapTemplateDelegate.ShouldShowNotificationForManeuver メソッド

定義

アプリがバックグラウンドにある場合でも、システムに通知maneuverを表示する必要がある場合は、このメソッドをオーバーライドしてを返trueす必要があります。

[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

パラメーター

mapTemplate
CPMapTemplate
maneuver
CPManeuver

戻り値

属性

適用対象