Conversation
fix: fix naming fix: more fixes fix: more fixes fix: add activity service fix: update naming
|
Hi @sdenaci |
|
hi @Dallas62 ! thanks for pointing that out. I have now added an explicit override in the listener file. |
|
Thanks for the fast change! |
|
For notifications: The other library I am using provides a method to check whether the push comes from their server. In the case that users are using other libraries that do not provide methods like this, the push would have to include some kind of key in push that listener could switch on in order to determine which handler should be invoked. |
|
Ok, since |
this pr reimplements #1128 (see description below) on current development branch
I needed to use this library with multiple push providers on a project I was working on, and saw on the 1128 discussion that @shercoder and @Dallas62 planned to reimplement it on dev. So I tried to do that with minimal changing, and submit it back to library in case it is useful.