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.misc
/
AlertControllerFactory
Alert
Controller
Factory
androidJvm
object
AlertControllerFactory
(
source
)
Members
Types
Alert
Props
Link copied to clipboard
androidJvm
data
class
AlertProps
(
val
title
:
String
?
=
null
,
val
message
:
String
?
=
null
,
val
actionTitle
:
String
?
=
null
,
val
closeActionTitle
:
String
=
"Done"
,
val
action
:
(
)
->
Unit
?
=
null
,
val
onClose
:
(
)
->
Unit
?
=
null
)
Functions
make
Link copied to clipboard
androidJvm
fun
make
(
context
:
Context
,
title
:
String
?
=
null
,
message
:
String
?
=
null
,
actionTitle
:
String
?
=
null
,
closeActionTitle
:
String
=
"Done"
,
action
:
(
)
->
Unit
?
=
null
,
onClose
:
(
)
->
Unit
?
=
null
)
:
AlertDialog