Rate this page:

removeEventListener

Copy URL
removeEventListener(event: 

AppEvents

,
callback:

Function

):

void

Removes a handler for the specified AppEvents event

Parameters

  • event:

    AppEvents

    Event class (i.e., AppEvents.Started)

  • callback:

    Function

    Optional

    Handler function. If not specified, all event listeners are removed

Returns

  • type:

    void