Notification.CarExtender コンストラクター

定義

オーバーロード

Notification.CarExtender()

既定のオプションを使用して を CarExtender 作成します。

Notification.CarExtender(Notification)

既存の CarExtender 通知の CarExtender オプションから を作成します。

Notification.CarExtender()

既定のオプションを使用して を CarExtender 作成します。

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=23)]
public CarExtender ();
属性

注釈

既定のオプションを使用して を CarExtender 作成します。

の Java ドキュメント android.app.Notification.CarExtender.Notification$CarExtender()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

Notification.CarExtender(Notification)

既存の CarExtender 通知の CarExtender オプションから を作成します。

[Android.Runtime.Register(".ctor", "(Landroid/app/Notification;)V", "", ApiSince=23)]
public CarExtender (Android.App.Notification? notif);
[<Android.Runtime.Register(".ctor", "(Landroid/app/Notification;)V", "", ApiSince=23)>]
new Android.App.Notification.CarExtender : Android.App.Notification -> Android.App.Notification.CarExtender

パラメーター

notif
Notification

オプションのコピー元の通知。

属性

注釈

既存の CarExtender 通知の CarExtender オプションから を作成します。

の Java ドキュメント android.app.Notification.CarExtender.Notification$CarExtender(android.app.Notification)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象