android :: Notification :: was_shown
show
This does not indicates whether is has been dismissed or not. Only that it was shown at least once.
# Was this notification shown with `show`? # # This does not indicates whether is has been dismissed or not. Only that # it was shown at least once. private fun was_shown: Bool do return id != null