b.append(alert.getConditionLogs().iterator().next().getCondition().toString());
b.append("Brought by RHQ");
UnifiedMessage unifiedMessage = new UnifiedMessage.Builder()
.pushApplicationId(pluginComponent.pushId)
.masterSecret(pluginComponent.masterSecret)
.alert(b.toString()) // TODO nicer max 160 chars
.sound("default") // iOS specific
.build();