toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship
/
Cancelable
Cancelable
interface
Cancelable
Interface for an cancelable operation.
Inheritors
CancelableOperation
PendingResult
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.