Language

Notification.ProjectedExtender.ContentIntent プロパティ

定義

Projected デバイスで通知がタップされたときに発生する PendingIntent を返します。

public Android.App.PendingIntent? ContentIntent { [Android.Runtime.Register("getContentIntent", "()Landroid/app/PendingIntent;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getContentIntent", "()Landroid/app/PendingIntent;", "", ApiSince=37)>]
member this.ContentIntent : Android.App.PendingIntent

プロパティ値

タップ時に起動するPendingIntent、または設定されていない場合は null

属性

注釈

Projected デバイスで通知がタップされたときに発生する PendingIntent を返します。

android.app.Notification.ProjectedExtender.getContentIntentの Android リファレンス。

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

適用対象