다음을 통해 공유


Notification.TvExtender.ContentIntent Property

Definition

Returns the TV-specific content intent.

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

Property Value

Attributes

Remarks

Returns the TV-specific content intent. If this method returns null, the main content intent on the notification should be used.

Java documentation for android.app.Notification.TvExtender.getContentIntent().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to