cancel

Cancel the request of the requiring resource.

Syntax

Android

public void cancel(LynxResourceRequest request);

Parameters

  • request: the requiring request.
NOTE
  • This method is optional to be implemented.

Harmony

abstract cancel(request: LynxResourceRequest): void;

Parameters

  • request: Request to be canceled.

Compatibility

LCD tables only load in the browser

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.