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.

Functions

Link copied to clipboard
open fun cancel()

The cancel method, it does nothing by default.

Inheritors

Link copied to clipboard
Link copied to clipboard