getText method
Returns text, stored on notification model
Implementation
String getText() {
if (notificationModel != null)
return notificationModel.getString();
else
return "";
}
Returns text, stored on notification model
String getText() {
if (notificationModel != null)
return notificationModel.getString();
else
return "";
}