How to send silent push notifications to Android using Baidu and Azure Notification hubs?
I am using the baidu android SDK to receive push notifications on Android devices. Everything works, except every notification enters this method
public void onNotificationArrived(Context context, String title, String description, String customContentString)
instead of
public void onMessage(Context context, String message, String customContentString, int i, int i1)
, which is for silenced push notifications.