Badge.Default.SetCount(0) #2406
-
.net 8 Maui toolkit 9.1.1 C# After sending a notification to Android phone, the user opens the app and refreshes a list. refresh makes this call to clear the screen icon badge of counters or notification indicators like a dot. Badge.Default.SetCount(0) The works for iOS but not for Android. |
Beta Was this translation helpful? Give feedback.
Answered by
douglasc211
Dec 20, 2024
Replies: 1 comment 1 reply
-
We don't support all options on Android. In fact I think you need to do some work to support it based on our documentation: https://learn.microsoft.com/dotnet/communitytoolkit/maui/essentials/badge?tabs=android#android-1 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you, I did not read the complete page originally. Apologies