TSMessages
TSMessages copied to clipboard
How to detect if the TSmessage has disappeared?
I want to know when the message has disappeared, not with a tap. I need to do some work if the notification was ignored!
Can anyone explain this issue? Im facing the same issue.
Maybe you can try with TSMessage.isNotificationActive()
to check if there is a notification being displayed. Then build from there...