SearchRequestTask

interface SearchRequestTask

Represents any request from any search engine. Should be cancelled if you leave the screen or application and result of search request do not needed anymore to avoid memory leaks.

See also

Functions

cancel
Link copied to clipboard
abstract fun cancel()
Cancels request.

Properties

isCancelled
Link copied to clipboard
abstract val isCancelled: Boolean
Denotes whether this task was cancelled.
isDone
Link copied to clipboard
abstract val isDone: Boolean
Denotes whether this task completed.