I am working on an Android TV app, where in which I have a use-case to trigger some views once you get a push notification. Before starting on it I would like to know if Android TV supports push notification as it does in phones and tablets?
I don't want to display the notification to the user, I would be considering it as a silent one and I would like to parse the payload contents and display a new view on the TV once a notification arrives. Will the normal notification handling used for phones/ tablets work here?