次の方法で共有


CPMapTemplateDelegate_Extensions.DidDismissNavigationAlert メソッド

定義

ナビゲーション アラートが取り消されたときに呼び出されるメソッド。

public static void DidDismissNavigationAlert (this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert, CarPlay.CPNavigationAlertDismissalContext dismissalContext);
static member DidDismissNavigationAlert : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert * CarPlay.CPNavigationAlertDismissalContext -> unit

パラメーター

This
ICPMapTemplateDelegate

このメソッドが動作するインスタンス。

mapTemplate
CPMapTemplate

ナビゲーション アラートが取り消されたマップのテンプレート。

navigationAlert
CPNavigationAlert

取り消されたアラート。

dismissalContext
CPNavigationAlertDismissalContext

アラートが無視された理由。

適用対象