Summary:
Inherited Methods
OAuthClient.ErrorCode
public
static
abstract
@interface
OAuthClient.ErrorCode
implements
Annotation
android.support.wearable.authentication.OAuthClient.ErrorCode
This @interface is deprecated.
use androidx.wear.phone.interactions.authentication.RemoteAuthClient
provided by the Jetpack Wear Phone
Interactions library instead.
Errors returned in OAuthClient.Callback.onAuthorizationError(int) .
Summary
Inherited methods | |
|---|---|
|
From interface
java.lang.annotation.Annotation
abstract
Class<? extends Annotation>
annotationType()
abstract
boolean
equals(Object arg0)
abstract
int
hashCode()
abstract
String
toString()
| |