File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,8 @@ def showNotification(notification: Notification): String = {
255255 s " You got an email from $sender with title: $title"
256256 case SMS (number, message) =>
257257 s " You got an SMS from $number! Message: $message"
258+ case VoiceRecording (name, link) =>
259+ s " You received a Voice Recording from $name! Click the link to hear it: $link"
258260 }
259261}
260262```
@@ -267,6 +269,8 @@ def showNotification(notification: Notification): String =
267269 s " You got an email from $sender with title: $title"
268270 case SMS (number, message) =>
269271 s " You got an SMS from $number! Message: $message"
272+ case VoiceRecording (name, link) =>
273+ s " You received a Voice Recording from $name! Click the link to hear it: $link"
270274```
271275{% endtab %}
272276{% endtabs %}
You can’t perform that action at this time.
0 commit comments