Closed hayribakici closed 9 months ago
As discussed, this PR fixes #175 and depracates the method startOrResume by splitting its functionality into three new methods:
startOrResume
startWithTrackUris
Track
startWithContext
contextUri
resume
As discussed, this PR fixes #175 and depracates the method
startOrResume
by splitting its functionality into three new methods:startWithTrackUris
, which starts a new context given a list ofTrack
idsstartWithContext
, which starts a new context given acontextUri
resume
, which resumes a current playback