Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a2c8abf authored by Eric Schmidt's avatar Eric Schmidt
Browse files

docs: Added call to build to code snippet

Bug: 28986465
Change-Id: Idca4b02859fdd1ce7f5b633c2a2a183ea3034f41
parent 84d59bc3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -395,5 +395,6 @@ Notification notification = new Notification.Builder()
                 .addMessage("Hi", timestamp1, null) // Pass in null for user.
                 .addMessage("What's up?", timestamp2, "Coworker")
                 .addMessage("Not much", timestamp3, null)
                 .addMessage("How about lunch?", timestamp4, "Coworker"));
                 .addMessage("How about lunch?", timestamp4, "Coworker"))
             .build();
</pre>