StateListener

fun interface StateListener<in F : Failure>

Callback interface for listening to Session state updates.

Inheritors

Functions

Link copied to clipboard
abstract fun onStateChanged(sessionId: UUID, state: Session.State<F>)

Notifies about state update.