SDK
SDK Golang v3.x
2

RemoveListener #

Removes a channel from an event.

Arguments #

RemoveListener(event int, channel chan<- interface{})

ArgumentTypeDescription
eventintEvent constant from the event package
channelchannelChannel to unregister