android icon indicating copy to clipboard operation
android copied to clipboard

Add support of update and delete of push notifications

Open marcel-space opened this issue 3 years ago • 0 comments

When sending a message with "extras: {tag: "example"}" you can update the push notification by sending the same tag. When sending a message with "extras: {tag: "example", cancel: "true"}" the push will be deleted. In the app all messages are shown.

When cancel the last push, a push with "New Messages" appears. I don't know where it come from.

marcel-space avatar Mar 08 '22 14:03 marcel-space