CPMapTemplateDelegate.ShouldShowNotificationForManeuver 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 mostrar uma notificação para maneuver
mesmo quando o aplicativo estiver em segundo plano.
[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
Parâmetros
- mapTemplate
- CPMapTemplate
- maneuver
- CPManeuver
Retornos
- Atributos