-
I made my application repeat a notification once in a while (for certain reasons) (in .NET MAUI) |
Beta Was this translation helpful? Give feedback.
Answered by
thudugala
Jan 14, 2023
Replies: 1 comment
-
@99067718 you can cancel the notification LocalNotificationCenter.Current.Cancel(new int[] { notified }); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thudugala
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@99067718 you can cancel the notification LocalNotificationCenter.Current.Cancel(new int[] { notified });