ExtensionsErrorListener
public
interface
ExtensionsErrorListener
androidx.camera.extensions.ExtensionsErrorListener |
Listener called when any extensions error occurs.
Summary
Nested classes | |
---|---|
enum |
ExtensionsErrorListener.ExtensionsErrorCode
Types of error when extensions function is enabled. |
Public methods | |
---|---|
abstract
void
|
onError(ExtensionsErrorListener.ExtensionsErrorCode errorCode)
This will be called when any extensions error occurs. |
Public methods
onError
public abstract void onError (ExtensionsErrorListener.ExtensionsErrorCode errorCode)
This will be called when any extensions error occurs.
Parameters | |
---|---|
errorCode |
ExtensionsErrorListener.ExtensionsErrorCode : error code in ExtensionsErrorListener.ExtensionsErrorCode
|
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-09-30 UTC.