destroy a deezer Event Destroy (DZ.Event.subscribe('player_paused') etc

梦想的初衷 提交于 2019-12-12 04:43:06

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!