CPMapTemplateDelegate.ShouldUpdateNotificationForManeuver Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Os desenvolvedores devem substituir esse método para retornar true
se o sistema deve atualizar as notificações com travelEstimates
mesmo quando o aplicativo estiver em segundo plano.
[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
Parâmetros
- mapTemplate
- CPMapTemplate
- maneuver
- CPManeuver
- travelEstimates
- CPTravelEstimates
Retornos
- Atributos