-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setNext changes #4
base: main
Are you sure you want to change the base?
Conversation
d96a6d6
to
a110a60
Compare
Two small questions that I hope are not dumb. 1. What does it mean successful completion of
|
|
The ones that are not optional on iOS are:
|
I see. All events on Android are optional currently, and changing things to force consumers to treat some specifically would require changing the API from an event stream that the consumer hooks up to to more of a listener which the consumer implements and "installs" into Player, which I'm not sure respects the spec. Let's take this internally. |
As discussed on Slack, this adds a new event to signify successful completion of
setNext
calls.