how to implement notification in android TV

可紊 提交于 2019-12-23 20:16:13

问题


Can it possible to send push notification in Android TV through FCM? If it is possible then how can we send push notification through FCM and how to show it in Android TV?


回答1:


Yes, you can send notifications to Android TV, they will arrive to your service. Now that since there is no system tray, there is no default UI got them, so you need to do that yourself, you can't use the default behavior and you can't use notification manager.




回答2:


I think notification will appear just as recommendations and not as "notification". One option will be using toasts or even a notification-android-tv



来源:https://stackoverflow.com/questions/48279488/how-to-implement-notification-in-android-tv

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!