Android Push Notifications

I’m trying to figure out how to do push notifications on Android, but I can’t seem to find any documentation on it. I’m seeing some old threads saying it’s coming up in 4.9, and I see it in the 4.9 notes, but I can’t find any way to access it from the engine. And I don’t see any mention of it elsewhere.

Anyone have any idea on how to use this feature?

I recently stumbled upon the same issue and got it working this way.

When the event is fired a notification will be scheduled to pop up two seconds later.

only the title appears but the body content does not appear

what is the problem?

Starting in Android 8.0 (API level 26), all notifications must be assigned to a channel or it will not appear. By categorizing notifications into channels, users can disable specific notification channels for your app (instead of disabling all your notifications), and users can control the visual and auditory options for each channel—all from the Android system settings (figure 11). Users can also long-press a notification to change behaviors for the associated channel.