removeHandler

Remove an existing query handler. Any pending queries associated with the handler will be canceled. onQueryCanceled will be called and the associated JavaScript onFailure callback will be executed with an error code of -1.

Return

True if the handler is removed successfully.

Parameters

handler

The handler to be removed.