Uses of Enum Class
su.litvak.chromecast.api.v2.CastChannel.AuthError.ErrorType
-
Uses of CastChannel.AuthError.ErrorType in su.litvak.chromecast.api.v2
Methods in su.litvak.chromecast.api.v2 that return CastChannel.AuthError.ErrorTypeModifier and TypeMethodDescriptionCastChannel.AuthError.ErrorType.forNumber(int value) CastChannel.AuthError.Builder.getErrorType()required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;CastChannel.AuthError.getErrorType()required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;CastChannel.AuthErrorOrBuilder.getErrorType()required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;CastChannel.AuthError.ErrorType.valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name.static CastChannel.AuthError.ErrorType[]CastChannel.AuthError.ErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in su.litvak.chromecast.api.v2 that return types with arguments of type CastChannel.AuthError.ErrorTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CastChannel.AuthError.ErrorType> CastChannel.AuthError.ErrorType.internalGetValueMap()Methods in su.litvak.chromecast.api.v2 with parameters of type CastChannel.AuthError.ErrorTypeModifier and TypeMethodDescriptionCastChannel.AuthError.Builder.setErrorType(CastChannel.AuthError.ErrorType value) required .su.litvak.chromecast.api.v2.AuthError.ErrorType error_type = 1;