Stay organized with collections
Save and categorize content based on your preferences.
public final class RequestAdapterStatus
Indicates the status of an adapter request.
Summary
Constants |
static final int |
Indicates the adapter request was cancelled.
|
static final int |
An error occurred during the adapter request.
|
static final int |
An adapter was successfully found.
|
static final int |
No suitable adapter was found.
|
Constants
public static final int CallbackCancelled = 2
Indicates the adapter request was cancelled. This happens if the instance is destroyed or the request is explicitly aborted before an adapter is found.
public static final int Error = 4
An error occurred during the adapter request.
public static final int Success = 1
An adapter was successfully found.
public static final int Unavailable = 3
No suitable adapter was found.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-06-24 UTC.
[null,null,["Last updated 2026-06-24 UTC."],[],[]]