Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2 / WebcomResult / Failure / getOrElse

getOrElse

fun getOrElse(default: @UnsafeVariance Nothing): Nothing

Overrides WebcomResult.getOrElse

Gets the result of the computation when successful, or a given default value otherwise.