SidewalkCancellable

fun interface SidewalkCancellable

An interface indicating that an activity or action may be cancelled.

Functions

Link copied to clipboard
abstract fun cancel()

Cancel the task which is bound to the cancellable object.