LowLightBoostCallback

interface LowLightBoostCallback


Callbacks for a LowLightBoostSession.

Summary

Public functions

Unit

Called when the LowLightBoostSession is destroyed.

Unit

Called when a LowLightBoostSession encounters an error.

Public functions

onSessionDestroyed

fun onSessionDestroyed(): Unit

Called when the LowLightBoostSession is destroyed.

onSessionDisconnected

fun onSessionDisconnected(status: Status): Unit

Called when a LowLightBoostSession encounters an error.

Parameters
status: Status

the reason for the failure.