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

Notification is replaced when new notification come #14

Closed
wongpiwat opened this issue Aug 7, 2019 · 4 comments
Closed

Notification is replaced when new notification come #14

wongpiwat opened this issue Aug 7, 2019 · 4 comments
Labels

Comments

@wongpiwat
Copy link

I want display multiple notifications in android. When I send a new push notification, it replaces the old one in the android notification bar. I don't know how to resolve it?

@wfhm wfhm added the 42398 label Aug 7, 2019
@wfhm
Copy link
Member

wfhm commented Aug 7, 2019

@wongpiwat,

You should enable MultiNotificationMode:

PushwooshNotificationSettings.setMultiNotificationMode(true);

@wfhm wfhm closed this as completed Aug 7, 2019
@wongpiwat
Copy link
Author

@wfhm,
I have import 'package:pushwoosh/pushwoosh.dart' but I don't find setMultiNotificationMode function in pushwoosh.dart.

@wfhm
Copy link
Member

wfhm commented Aug 7, 2019

@wongpiwat,

Indeed there is no binding for this method in flutter plugin yet. Will be added with the next release.

@wfhm wfhm reopened this Aug 7, 2019
@wfhm
Copy link
Member

wfhm commented Aug 12, 2019

@wongpiwat,

setMultiNotificationMode() function is added with the latest release.

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

No branches or pull requests

2 participants