Android Question Banner in FCM

elitevenkat

Active Member
Licensed User
Longtime User
Is it possible to show images in FCM push message ? I don't want to show banners etc in the application but in the notification. When the user presses the notification message, I want to popup some images
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Is it possible to show images in FCM push message ?
The correct question is: Is it possible to show images in notifications? It doesn't matter how you create the notification.

You can use NotificationBuilder with the BigPictureStyle to create such notifications.

There will be soon another library a bit similar to NotificationBuilder that works better with Android 8+ devices (though it will have some limitations).
 
Upvote 0
Top