//android/dev.atick.core.utils/SingleLiveEvent/getContentIfNotHandled
getContentIfNotHandled
[androidJvm]\ fun getContentIfNotHandled(): T?
Returns the content if it has not been handled yet.
Return
The content of the event if it has not been handled, or null if it has been handled.