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
var quickplay = QuickPlay(...);
quickplay.onStopped = ({bool wasUser}) => xxxx;
I do have some concerns about this method.
wasUser makes no sense as a user can't stop a quick play. I'm like to remove the param before the next release.
there is a 'slight' chance that the onStopped will never get call if the play completes before the onStopped method is set.
I think this should be an argument to quickplay rather than a setter.
sounds: 1.0.0-beta.5
The method 'onStopped' isn't defined for the type 'QuickPlay'.
The text was updated successfully, but these errors were encountered: