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

complete

@Synchronized fun complete(value: T): Unit (source)

This completes the result with the specified value. IllegalStateException is thrown if the result is already complete.

Parameters

value - The value used to complete the result.

Exceptions

IllegalStateException -