问题
I use the deezer api to build a web app and User a DZ.Event.subscribe('player_paused'). There is only a description to add a new Event, not to destroy. Now the simple Question is: How to destroy this Event?
回答1:
You can use the following function: DZ.Event.unsubscribe('EVNT_NAME');
来源:https://stackoverflow.com/questions/22654612/destroy-a-deezer-event-destroy-dz-event-subscribeplayer-paused-etc