I want to know the remoteMessage from HmsMessageService is a message data with or without notification, how to judge the difference between them?
public class HmsService extends HmsMessageService {
@Override
public void onMessageReceived(RemoteMessage remoteMessage) {
// Judge if with or without notification.
}
}