-
-
Notifications
You must be signed in to change notification settings - Fork 504
Closed
Description
What I understood from plugin is that :
we have 2 way of communication with plugin , one is from the UI and the other is from background like headset , notifications control and ... .
in UI , we have some callbacks like : connect,start,pause,play,disconnect , ...
also in background we have these callbacks :onStart,onStop,onPlay,onPause , ...
these callbacks used separately (UI and Background don't have communication with other) when the queue has nothing to change.
but when we need to change queue we need to start a communication from UI to Background to handle queue changes.
Is what I understood right?
Please correct me if I'm in the wrong understood . Thanks Ryan.
Metadata
Metadata
Assignees
Labels
No labels