Notification.Builder.Build メソッド

定義

設定されているすべてのオプションを結合し、新しい Notification オブジェクトを返します。

[Android.Runtime.Register("build", "()Landroid/app/Notification;", "GetBuildHandler")]
public virtual Android.App.Notification Build();
[<Android.Runtime.Register("build", "()Landroid/app/Notification;", "GetBuildHandler")>]
abstract member Build : unit -> Android.App.Notification
override this.Build : unit -> Android.App.Notification

返品

属性

注釈

設定されているすべてのオプションを結合し、新しい Notification オブジェクトを返します。

この通知が shortcutId で作成された BubbleMetadata 添付されている場合は、バブル メタデータに指定された shortcutId が通知ビルダーで設定されている shortcutId (設定されている場合) と一致することを確認するチェックが実行されます。 shortcutId が指定されていても一致しない場合は、ここで例外がスローされます。

Javaドキュメント。

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

適用対象