-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Create Channels Group #56
Comments
Can you provide some more info, so I dont have to do the research work. I have never used channel groups before. |
Hi, Currently my code as follow: I am using Plugin.Firebase.CloudMessaging. As you can see, there is a group called "Latest Result" which is the group for the rest of the channel. private void CreateNotificationChannel()
|
I‘ll have a look at it. |
I cannot find any hints regarding CreateNotificationChannelGroup in Plugin.Firebase.CloudMessaging. You probably use the Plugin.LocalNotification? Nevertheless, it's quite a straightforward implementation. I give it a try. |
@eyeveye do you want to try the latest 3.x pre release? I extended the INotificationChannels interface with channel group operations. Also, you can set the initial list of groups and channels via options (see MauiProgram of the sample app). Question: Since you're using notification channels in your app --> Would you expect that the Plugin.FirebasePushNotifications library creates a default notification channel by itself (automatically at startup time) or would you leave this to the dev of the app if a defaul notification channel needs to be created or not. (The current 3.1.x pre release no longer creates a default notification channel. You have to do it by yourself if you want one...). I'm not 100% sure what is the better option. Not everyone would use notification channels I guess... |
The brach is ready to be merged. If you want to have a look at the latest 3.1.x pre-release, I'd highly appreciate it. |
@eyeveye could you have a look at the latest 3.1.x pre-release? |
I have tried to assigned the group in the I can't see it from the Notification Categories in the phone. |
Did you also create the channel group? Do you have a small repro app? Or did you try the sample app in this feature branch? |
This is good. I have tested it. |
Summary
For Android to be able to group the channels into group.
The text was updated successfully, but these errors were encountered: