ConfigurationCallback

Completion callback used to return the result of the configuration call.

Functions

Link copied to clipboard
abstract fun onError(error: ULError)

Delegate method which is called when an error has happened during the configuration.

Link copied to clipboard
abstract fun onSuccess()

Delegate method which is called when a successful configuration has happened.