Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-core
/
com.urbanairship
/
Cancelable
Cancelable
interface
Cancelable
Interface for an cancelable operation.
Inheritors
PendingResult
CancelableOperation
Members
Functions
cancel
Link copied to clipboard
abstract
fun
cancel
(
)
:
Boolean
abstract
fun
cancel
(
mayInterruptIfRunning
:
Boolean
)
:
Boolean
Cancels the operation.
is
Cancelled
Link copied to clipboard
abstract
fun
isCancelled
(
)
:
Boolean
Determines if the operation is canceled.
is
Done
Link copied to clipboard
abstract
fun
isDone
(
)
:
Boolean
Determines if the operation is canceled or completed.