LowLightBoostCallback

public interface LowLightBoostCallback


Callbacks for a LowLightBoostSession.

Summary

Public methods

abstract void

Called when the LowLightBoostSession is destroyed.

abstract void

Called when a LowLightBoostSession encounters an error.

Public methods

onSessionDestroyed

abstract void onSessionDestroyed()

Called when the LowLightBoostSession is destroyed.

onSessionDisconnected

abstract void onSessionDisconnected(@NonNull Status status)

Called when a LowLightBoostSession encounters an error.

Parameters
@NonNull Status status

the reason for the failure.