removeEventListener(token:)
Remove an event listener of any type, no matter how it was added or what event it is for.
func removeEventListener(token: Int32)
Parameters
token
the token that was returned when the listener was added
Remove an event listener of any type, no matter how it was added or what event it is for.
func removeEventListener(token: Int32)
token
the token that was returned when the listener was added