I would like to load an url that contains an image to a notification (using picasso library) and as callback i would like to load another image if occurs an error. I found to code for this without callback.
Picasso.with(context).load(url).into(remoteViews, R.id.image, notificationID, notification);