sdk
/
com.mapbox.search
/
AsyncOperationTask
Async
Operation
Task
interface
AsyncOperationTask
Content copied to clipboard
Represents the result (task handle) of an asynchronous operation.
Functions
Properties
See also
See also
com.mapbox.search.record.LocalDataProvider
com.mapbox.search.OfflineSearchEngine
Functions
cancel
Link copied to clipboard
abstract fun
cancel
()
Content copied to clipboard
Attempts to cancel execution of this task.
Properties
isCancelled
Link copied to clipboard
abstract val
isCancelled
:
Boolean
Content copied to clipboard
Denotes whether this task was cancelled.
isDone
Link copied to clipboard
abstract val
isDone
:
Boolean
Content copied to clipboard
Denotes whether this task completed.