Język

Notification.CarExtender.Builder.SetReadPendingIntent(PendingIntent) Method

Definition

Sets the pending intent that will be sent once the messages in this notification are read.

[Android.Runtime.Register("setReadPendingIntent", "(Landroid/app/PendingIntent;)Landroid/app/Notification$CarExtender$Builder;", "GetSetReadPendingIntent_Landroid_app_PendingIntent_Handler", ApiSince=23)]
public virtual Android.App.Notification.CarExtender.Builder SetReadPendingIntent(Android.App.PendingIntent pendingIntent);
[<Android.Runtime.Register("setReadPendingIntent", "(Landroid/app/PendingIntent;)Landroid/app/Notification$CarExtender$Builder;", "GetSetReadPendingIntent_Landroid_app_PendingIntent_Handler", ApiSince=23)>]
abstract member SetReadPendingIntent : Android.App.PendingIntent -> Android.App.Notification.CarExtender.Builder
override this.SetReadPendingIntent : Android.App.PendingIntent -> Android.App.Notification.CarExtender.Builder

Parameters

pendingIntent
PendingIntent

PendingIntent: the pending intent to use

Returns

This Android.App.Notification.CarExtender.Builder instance, allowing calls to be chained.

Attributes

Remarks

Sets the pending intent that will be sent once the messages in this notification are read.

Android reference for android.app.Notification.CarExtender.Builder.setReadPendingIntent.

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