getSound method

String? getSound()

Gets the value of android.notification.sound field.

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

Implementation

String? getSound() {
  return _sound;
}