Связанный код:
Код: Выделить всё
class PushReaderService : NotificationListenerService() {
override fun onNotificationPosted(sbn: StatusBarNotification) {
super.onNotificationPosted(sbn)
val notification: Notification = sbn.notification
val extras = notification.extras
val subText = extras?.getString(Notification.EXTRA_SUB_TEXT) // Contains host
}
}
Подробнее здесь: https://stackoverflow.com/questions/795 ... notificati