An string array of event names to bind the listener to
The event callback to call when the event is triggered
Optional
excludeEvents: string[][Optional] An array of events that should not be hooked (if possible), unless no other events can be.
Optional
evtNamespace: string | string[][Optional] Namespace(s) to append to the event listeners so they can be uniquely identified and removed based on this namespace.
true - when at least one of the events was registered otherwise false
Bind the listener to the array of events