android - How to implement functional message push function (with consent and rejection)
过去多啦不再A梦
过去多啦不再A梦 2017-06-27 09:18:50
0
2
1009

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

过去多啦不再A梦
过去多啦不再A梦

reply all (2)
代言

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.

    给我你的怀抱

    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.

      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!