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 が指定されていても一致しない場合は、ここで例外がスローされます。

android.app.Notification.Builder.build()Java ドキュメント。

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

適用対象