getText method

String getText ()

Returns text, stored on notification model

Implementation

String getText() {
  if (notificationModel != null)
    return notificationModel.getString();
  else
    return "";
}