次の方法で共有


CPMapTemplateDelegate.ShouldUpdateNotificationForManeuver メソッド

定義

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

[Foundation.Export("mapTemplate:shouldUpdateNotificationForManeuver:withTravelEstimates:")]
public virtual bool ShouldUpdateNotificationForManeuver (CarPlay.CPMapTemplate mapTemplate, CarPlay.CPManeuver maneuver, CarPlay.CPTravelEstimates travelEstimates);
abstract member ShouldUpdateNotificationForManeuver : CarPlay.CPMapTemplate * CarPlay.CPManeuver * CarPlay.CPTravelEstimates -> bool
override this.ShouldUpdateNotificationForManeuver : CarPlay.CPMapTemplate * CarPlay.CPManeuver * CarPlay.CPTravelEstimates -> bool

パラメーター

mapTemplate
CPMapTemplate
maneuver
CPManeuver
travelEstimates
CPTravelEstimates

戻り値

属性

適用対象