removeEventListener
removeEventListener(event: , callback: Function
): void
Remove handler for specific event generated by application
Parameters
event:
Event class (e.g. AppEvents.CallAlerting)
callback:
Function
OptionalHandler function. If not specified, all event listeners are removed
Returns
type:
void