You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
Thanks for this helpful sample. I am building an online radio streaming app.
Very similar to the sample
UAMP: Kotlin version
Android Version: Pie
Device: Pixel 1
I wanted to know how the MediaSession can handle exceptions in the following cases?
(currently it does nothing)
When there is no internet connection and a client tries to onLoadChildren?
Right now it returns null, so no items.
But how to reload onLoadChildren when internet connection resumes.
After Catalog loaded, internet goes away while playing?
Right now Playback goes to error state and does not return
How to come back to normal state when internet connection resumes.
Hi
Thanks for this helpful sample. I am building an online radio streaming app.
Very similar to the sample
UAMP: Kotlin version
Android Version: Pie
Device: Pixel 1
I wanted to know how the MediaSession can handle exceptions in the following cases?
(currently it does nothing)
When there is no internet connection and a client tries to onLoadChildren?
Right now it returns null, so no items.
But how to reload onLoadChildren when internet connection resumes.
After Catalog loaded, internet goes away while playing?
Right now Playback goes to error state and does not return
How to come back to normal state when internet connection resumes.
Thanks for your help!