Skip to content

Invisible Notifications / Silent push messages #92

Description

@mzoeller

I'm interested in opening a URL or notifying an app without displaying a notification and without user interaction.

I have this working but I'm not sure about the exact naming for the extras. Maybe something like this?

{
   "client::notification": {
      "silent": true,
      "silentAction": {
         "url": "ab://dfjh",
      }
   },
   "android::notification": {
      "silentAction": {
         "package": "com.package.name",
      }
   }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions