Skip to content
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

showing notification msg #2

Open
persiansushiant opened this issue Aug 4, 2015 · 1 comment
Open

showing notification msg #2

persiansushiant opened this issue Aug 4, 2015 · 1 comment

Comments

@persiansushiant
Copy link

hi thanks for your great work but if i want to show the notification in my way for example suppose i want to show it in a notification msg how can i do that?

@kaiwinter
Copy link
Owner

Notifications in the notification area aren't available yet. But they should be really easy to implement by extending AbstractUserNotification.

  • The new notification type has to be registered in the interface UserNotification so Jackson can (de)serialize it.
  • The logic to add the notification to the notification area has to be placed in the show() method of the new notification type.
  • Implementing this should be straight forward when using AlertDialogNotification as a template

Can you do this in a fork and send a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants