public enum

ExtensionsErrorListener.ExtensionsErrorCode

extends java.lang.Enum<ExtensionsErrorListener.ExtensionsErrorCode>

 java.lang.Object

↳java.lang.Enum<ExtensionsErrorListener.ExtensionsErrorCode>

↳androidx.camera.extensions.ExtensionsErrorListener.ExtensionsErrorCode

Overview

Types of error when extensions function is enabled.

Summary

Enum Constants
IMAGE_CAPTURE_EXTENSION_REQUIREDImageCapture extension is required to enable when Preview extension is enabled.
MISMATCHED_EXTENSIONS_ENABLEDMismatched ImageCapture/Preview extensions are enabled.
PREVIEW_EXTENSION_REQUIREDPreview extension is required to enable when ImageCapture extension is enabled.
UNKNOWNUnknown error.
Methods
public static ExtensionsErrorListener.ExtensionsErrorCodevalueOf(java.lang.String name)

public static ExtensionsErrorListener.ExtensionsErrorCodevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

UNKNOWN

Unknown error.

PREVIEW_EXTENSION_REQUIRED

Preview extension is required to enable when ImageCapture extension is enabled.

IMAGE_CAPTURE_EXTENSION_REQUIRED

ImageCapture extension is required to enable when Preview extension is enabled.

MISMATCHED_EXTENSIONS_ENABLED

Mismatched ImageCapture/Preview extensions are enabled.

Methods

public static ExtensionsErrorListener.ExtensionsErrorCode valueOf(java.lang.String name)