Skip to content

Latest commit

 

History

History

c6-LocalNotifications

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sending local push notifications

This example is part of a recipe from the book published by Packt:

.NET MAUI Cookbook: Build a full-featured app swiftly with MVVM, CRUD, AI, authentication, real-time updates, and more

In the book, this recipe covers:

  • Setting up the Plugin.LocalNotification library and configuring necessary permissions.
  • Scheduling a local notification.
  • Handling user interaction with notifications.

Note: This example may not include all the points mentioned above. For complete details, please refer to the corresponding recipe in the book.

Output

Bids are received from the server and displayed in a CollectionView. Users can tap the Accept button to accept a bid, which sends a message back to the server to stop further bids. Local push notifications