getTitle method

String? getTitle()

Gets the value of android.notification.title field.

Returns the value of android.notification.title field, or null if absent.

Implementation

String? getTitle() {
  return _title;
}