public interface

SessionConfig.ErrorListener

 androidx.camera.core.SessionConfig.ErrorListener

Overview

Callback for errors that occur when accessing the session config.

Summary

Methods
public voidonError(SessionConfig sessionConfig, SessionConfig.SessionError error)

Called when an error has occurred.

Methods

public void onError(SessionConfig sessionConfig, SessionConfig.SessionError error)

Called when an error has occurred.

Parameters:

sessionConfig: The SessionConfig that generated the error.
error: The error that was generated.