getTitleLocArguments method

List<String>? getTitleLocArguments()

Gets the value of android.notification.title_loc_args field.

Returns a list of strings with the value of android.notification.title_loc_args field, or null if absent.

Implementation

List<String>? getTitleLocArguments() {
  return _titleLocArguments?.toList();
}