SDK
SDK Golang v3.x
2

RemoveListener #

Removes a channel from an event.

Arguments #

Copied to clipboard!
RemoveListener(event int, channel chan<- interface{})

Argument Type Description
event int Event constant from the event package
channel channel Channel to unregister