onContentChanged
onContentChanged
[androidJvm]\ open suspend fun onContentChanged(content: Content): UniErrorEvent?
Called when the content information is changed.
Return
It will continue to play this content if the return is null, otherwise, entering the error flow.
Parameters
androidJvm
content | the content after changed. |