Home  >  Q&A  >  body text

android - How to implement functional message push function (with consent and rejection)

For example, the push function as shown above
Which push platforms can realize this function now

过去多啦不再A梦过去多啦不再A梦2695 days ago1101

reply all(2)I'll reply

  • 代言

    代言2017-06-27 09:20:50

    You can do it all with custom messages.

    What the questioner mentioned is the style of notification and has little to do with push. Although push notifications usually come with a simple style default notification, you usually still use a custom message and then customize the notification style yourself.

    reply
    0
  • 给我你的怀抱

    给我你的怀抱2017-06-27 09:20:50

    Push is generally divided into two types:

    1. Push Notifications

    2. Transparent news

    Push notifications are generally when the push provider has helped you implement basic interface interactions (including status bar notification message reminders after receiving the notification, notification click behavior), this type is more commonly used. However, transparent transmission of messages is only responsible for receiving, regardless of Front-end display, this kind of message can exactly solve the needs of the subject: after the client receives the transparent message, it writes its own code to pop up a custom-style status bar notification.

    Please refer to the SDK documentation of major push vendors.

    reply
    0
  • Cancelreply