Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PushApps Android push notification sample

I implemented PushApps Android SDK. All is well and working, but I want to create a notification by myself without using:

PushManager.buildNotification(intent.getExtras(), context,
                                        NOTIFICATION_ID, R.drawable.notification_icon,
                                        notificationIntent);

specific - I want to show a custom layout using the data received in the

intent.getExtras() 

Thanks!

like image 868
Orr Avatar asked Mar 22 '26 01:03

Orr


1 Answers

In order to show your own custom notification, you can take control over the PushAppsMessage interface. By doing that, you can show your own custom message with special layouts and more!. Checkout this article - How To Create Android Push Notifications With Custom View?.

like image 184
Asaf Avatar answered Mar 23 '26 15:03

Asaf



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!