Webcom Android API
2.2.5-SNAPSHOT
Webcom Android API
/
com.orange.webcom.sdk
/
WebcomResult
/
getOrElse
get
Or
Else
abstract
fun
getOrElse
(
default
:
@
UnsafeVariance
T
)
:
T
Content copied to clipboard
Gets the result of the computation when successful, or a given
default
value otherwise.