Is it possible to add custom push notification layout? (android)

As I cannot override onReceive method of BackendlessBroadcastReceiver how can I implement a custom layout to receiver. Any ideas?

Hi, Onur,

You can create a class, which extends BackendlessBroadcastReceiver and override onMessage() method inside of it.
You can see the example in Code Generation Messaging sample.

Regards,
Sergey