android-components / mozilla.components.service.fxa / FxaResult / OnExceptionListener

OnExceptionListener

@FunctionalInterface interface OnExceptionListener<V> (source)

An interface used to deliver exceptions to listeners of a FxaResult

Parameters

Functions

onException

abstract fun onException(exception: Exception): FxaResult<V>?