is it possible in Roku to show network error to the user?
if network is gone in the middle of live channel is there any auto checklist in roku for giving messge like “network error please check your internet connection”.
is it possible in Roku to show network error to the user?
if network is gone in the middle of live channel is there any auto checklist in roku for giving messge like “network error please check your internet connection”.
whatever your views on this topic please share…
There is a code returned when playback stops. I think you’d just need to check if the user initiated the cancel of playback or if it stopped on its own.
Then you could use roMessageDialog to inform the user of any text you want. http://sdkdocs.roku.com/display/sdkdoc/roMessageDialog
You can also use ifDeviceInfo.EnableLinkStatusEvent. You should get events when the network connection seems to have dropped or returned.
–Mark