Plugin.LocalNotification
The local notification plugin provides a way to show local notifications from .Net MAUI apps .
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- codeql-analysis.yml
- main.yml
- nuget.yml
- dependabot.yml
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- nuget.exe
- publish.cmd
- SourceAdd.cmd
- good_things_happen.mp3
- colors.xml
- AndroidManifest.xml
- MainActivity.cs
- MainApplication.cs
- good_things_happen.aiff
- PrivacyInfo.xcprivacy
- AppDelegate.cs
- CustomUserNotificationCenterDelegate.cs
- Info.plist
- Program.cs
- appicon.svg
- appiconfg.svg
- OpenSans-Regular.ttf
- OpenSans-Semibold.ttf
- dotnet_bot.png
- i2.png
- i3.png
- icon1.png
- AboutAssets.txt
- appicon1.png
- splash.svg
- Colors.xaml
- Styles.xaml
- App.xaml
- App.xaml.cs
- AppJsonContext.cs
- AppShell.xaml
- AppShell.xaml.cs
- LocalNotification.Sample.csproj
- MainPage.xaml
- MainPage.xaml.cs
- MauiProgram.cs
- NotificationPage.xaml
- NotificationPage.xaml.cs
- LocalNotification.Sample.slnx
- colors.xml
- AndroidManifest.xml
- MainActivity.cs
- MainApplication.cs
- PrivacyInfo.xcprivacy
- AppDelegate.cs
- Info.plist
- Program.cs
- AppDelegate.cs
- Entitlements.plist
- Info.plist
- Program.cs
- app.manifest
- App.xaml
- App.xaml.cs
- Package.appxmanifest
- appicon.svg
- appiconfg.svg
- OpenSans-Regular.ttf
- OpenSans-Semibold.ttf
- dotnet_bot.png
- AboutAssets.txt
- splash.svg
- Colors.xaml
- Styles.xaml
- App.xaml
- App.xaml.cs
- AppShell.xaml
- AppShell.xaml.cs
- LocalNotification.Sample.csproj
- MainPage.xaml
- MainPage.xaml.cs
- MauiProgram.cs
- LocalNotification.Sample.slnx
- AndroidNotificationAction.png
- AndroidNotificationIcon.png
- icon.png
- icon64.png
- iOSNotificationAction.png
- screenRecord.gif
- SoundFileMap.png
- AndroidLocalNotificationBuilder.cs
- AppleLocalNotificationBuilder.cs
- NotificationActionEventArgs.cs
- NotificationEventArgs.cs
- NotificationEventReceivingArgs.cs
- NotificationServiceImpl.cs
- INotificationSerializer.cs
- NotificationJsonContext.cs
- NotificationSerializer.cs
- LocalNotificationCenter.cs
- NotificationActionReceiver.cs
- NotificationForegroundService.cs
- NotificationPerms.cs
- NotificationRepository.cs
- NotificationServiceImpl.cs
- ScheduledAlarmReceiver.cs
- LocalNotificationCenter.cs
- NotificationServiceImpl.cs
- PrivacyInfo.xcprivacy
- UserNotificationCenterDelegate.cs
- LocalNotificationCenter.cs
- NotificationServiceImpl.cs
- UserNotificationCenterDelegate.cs
- NotificationRepository.cs
- NotificationServiceImpl.cs
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- IAndroidNotificationService.cs
- INotificationService.cs
- LocalNotificationBuilder.cs
- LocalNotificationCenter.cs
- LocalNotificationExtensions.cs
- LocalNotificationInitializeService.cs
- Plugin.LocalNotification.csproj
- Plugin.LocalNotification.ruleset
- AndroidAction.cs
- AndroidActionInput.cs
- AndroidAlarmType.cs
- AndroidAudioAttributeUsage.cs
- AndroidColor.cs
- AndroidForegroundServiceRequest.cs
- AndroidForegroundServiceType.cs
- AndroidGeofenceOptions.cs
- AndroidIcon.cs
- AndroidImportance.cs
- AndroidInboxStyle.cs
- AndroidLaunch.cs
- AndroidMessagingStyle.cs
- AndroidNotificationChannelGroupRequest.cs
- AndroidNotificationChannelRequest.cs
- AndroidNotificationPermission.cs
- AndroidOptions.cs
- AndroidPendingIntentFlags.cs
- AndroidPriority.cs
- AndroidProgressBar.cs
- AndroidScheduleMode.cs
- AndroidScheduleOptions.cs
- AndroidStyleBase.cs
- AndroidStyleMessage.cs
- AndroidStylePerson.cs
- AndroidVisibilityType.cs
- AppleAction.cs
- AppleActionIcon.cs
- AppleActionIconType.cs
- AppleActionType.cs
- AppleAttachmentThumbnailClippingRect.cs
- AppleAuthorizationOptions.cs
- AppleCategoryOptions.cs
- AppleGeofenceOptions.cs
- AppleLocationAuthorization.cs
- AppleNotificationPermission.cs
- AppleOptions.cs
- ApplePriority.cs
- ActiveNotification.cs
- NotificationAction.cs
- NotificationCategory.cs
- NotificationCategoryType.cs
- NotificationImage.cs
- NotificationLaunchDetails.cs
- NotificationPermission.cs
- NotificationPermissionStatus.cs
- NotificationRepeat.cs
- NotificationRequest.cs
- NotificationRequestGeofence.cs
- NotificationRequestSchedule.cs
- RequestConstants.cs
- AndroidPlatformExtensions.cs
- AndroidUtils.cs
- IAndroidGeofenceHandler.cs
- IIOSGeofenceHandler.cs
- IOSPlatformExtensions.cs
- IMacCatalystGeofenceHandler.cs
- MacCatalystPlatformExtensions.cs
- GeofenceHandlerRegistry.cs
- IGeofenceHandler.cs
- LocalNotificationLogger.cs
- Plugin.LocalNotification.Core.csproj
- GeofenceHandler.cs
- GeofenceTransitionsIntentReceiver.cs
- GeofenceHandler.cs
- PrivacyInfo.xcprivacy
- GeofenceHandler.cs
- GeofenceExtensions.cs
- Plugin.LocalNotification.Geofence.csproj
- Plugin.LocalNotification.slnx
- dotnet_logo.png
- AndroidNotificationTapIntegrationTests.cs
- CoverageTests.cs
- GeofencePositionSerializationTests.cs
- LocalNotificationCenterTests.cs
- NotificationImageTests.cs
- CollectionDefinitions.cs
- GlobalUsing.cs
- LocalNotification.UnitTests.csproj
- xunit.runner.json
- .gitignore
- Cleanup_Solution_For_Deployment.bat
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- README.md
- SECURITY.md
π Installation Guide
1. Get the code
git clone https://github.com/thudugala/Plugin.LocalNotification
Downloads the entire project code from GitHub to your computer.
cd Plugin.LocalNotification
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd Source/Plugin.LocalNotification.Core
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
