言語

Notification.Builder.SetDeleteIntent(PendingIntent) メソッド

定義

通知がユーザーによって明示的にクリアされたときに送信する PendingIntent を指定します。

[Android.Runtime.Register("setDeleteIntent", "(Landroid/app/PendingIntent;)Landroid/app/Notification$Builder;", "GetSetDeleteIntent_Landroid_app_PendingIntent_Handler")]
public virtual Android.App.Notification.Builder SetDeleteIntent(Android.App.PendingIntent? intent);
[<Android.Runtime.Register("setDeleteIntent", "(Landroid/app/PendingIntent;)Landroid/app/Notification$Builder;", "GetSetDeleteIntent_Landroid_app_PendingIntent_Handler")>]
abstract member SetDeleteIntent : Android.App.PendingIntent -> Android.App.Notification.Builder
override this.SetDeleteIntent : Android.App.PendingIntent -> Android.App.Notification.Builder

パラメーター

intent
PendingIntent

PendingIntent

返品

この Android.App.Notification.Builder インスタンス。呼び出しをチェーンできます。

属性

注釈

通知がユーザーによって明示的にクリアされたときに送信する PendingIntent を指定します。

関連項目も参照:

android.app.Notification.Builder.setDeleteIntentの Android リファレンス。

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

適用対象