getTag method

String? getTag()

Gets the value of android.notification.tag field.

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

Implementation

String? getTag() {
  return _tag;
}