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()

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 2025年02月10日 UTC.