project
androidJvm
revenuecatui
/
com.revenuecat.purchases.ui.revenuecatui.extensions
/
openUriOrElse
open
Uri
Or
Else
fun
UriHandler
.
openUriOrElse
(
uri
:
String
,
fallbackAction
:
(
)
->
Unit
)
Opens the given
uri
in a browser. If no browser is installed,
fallbackAction
is called.