RequestAdapterStatus
class RequestAdapterStatus
Indicates the status of an adapter request.
Summary
Constants |
|
|---|---|
const Int |
Indicates the adapter request was cancelled. |
const Int |
Error = 4An error occurred during the adapter request. |
const Int |
Success = 1An adapter was successfully found. |
const Int |
Unavailable = 3No suitable adapter was found. |
Constants
CallbackCancelled
const val CallbackCancelled = 2: Int
Indicates the adapter request was cancelled. This happens if the instance is destroyed or the request is explicitly aborted before an adapter is found.