One Signal push notification with customized icon from database

177 Views Asked by At

I want customize my one signal push notification icon. I mean I want import it from my database. I could set the title like code below, but still not founding a way to change the icon from my database.

OneSignal.push(function() {
  OneSignal.setDefaultTitle("My Title");
});
0

There are 0 best solutions below