Notification.Builder.SetDeleteIntent(PendingIntent) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
通知がユーザーによって明示的にクリアされたときに送信する 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 リファレンス。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。