Superwall Android SDK
Toggle table of contents
0.0.0-docs
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Superwall Android SDK
Superwall Android SDK
/
com.superwall.sdk.paywall.view
/
PaywallView
/
showAlert
show
Alert
androidJvm
fun
showAlert
(
title
:
String
?
=
null
,
message
:
String
?
=
null
,
actionTitle
:
String
?
=
null
,
closeActionTitle
:
String
=
"Done"
,
action
:
(
)
->
Unit
?
=
null
,
onClose
:
(
)
->
Unit
?
=
null
)
(
source
)