Cancelable

interface Cancelable

An interface defining a unique cancel method. It should be used with methods you want to be able to cancel, such as ones interacting with Web Services.

Inheritors

Functions

Link copied to clipboard
open fun cancel()

The cancel method, it does nothing by default.