getTitleLocKey method

String? getTitleLocKey()

Gets the value of android.notification.title_loc_key field.

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

Implementation

String? getTitleLocKey() {
  return _titleLocKey;
}