Notification.BubbleMetadata.Builder.SetDeleteIntent(PendingIntent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets an intent to send when this bubble is explicitly removed by the user.
[Android.Runtime.Register("setDeleteIntent", "(Landroid/app/PendingIntent;)Landroid/app/Notification$BubbleMetadata$Builder;", "", ApiSince=29)]
public Android.App.Notification.BubbleMetadata.Builder SetDeleteIntent(Android.App.PendingIntent? deleteIntent);
[<Android.Runtime.Register("setDeleteIntent", "(Landroid/app/PendingIntent;)Landroid/app/Notification$BubbleMetadata$Builder;", "", ApiSince=29)>]
member this.SetDeleteIntent : Android.App.PendingIntent -> Android.App.Notification.BubbleMetadata.Builder
Parameters
- deleteIntent
- PendingIntent
PendingIntent: This value may be null.
Returns
This Android.App.Notification.BubbleMetadata.Builder instance, allowing calls to be chained.
- Attributes
Remarks
Sets an intent to send when this bubble is explicitly removed by the user. Setting a delete intent is optional.
Android reference for android.app.Notification.BubbleMetadata.Builder.setDeleteIntent.
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.