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
/
AlertProps
Alert
Props
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
)
(
source
)
Members
Constructors
Alert
Props
Link copied to clipboard
androidJvm
constructor
(
title
:
String
?
=
null
,
message
:
String
?
=
null
,
actionTitle
:
String
?
=
null
,
closeActionTitle
:
String
=
"Done"
,
action
:
(
)
->
Unit
?
=
null
,
onClose
:
(
)
->
Unit
?
=
null
)
Properties
action
Link copied to clipboard
androidJvm
val
action
:
(
)
->
Unit
?
action
Title
Link copied to clipboard
androidJvm
val
actionTitle
:
String
?
close
Action
Title
Link copied to clipboard
androidJvm
val
closeActionTitle
:
String
message
Link copied to clipboard
androidJvm
val
message
:
String
?
on
Close
Link copied to clipboard
androidJvm
val
onClose
:
(
)
->
Unit
?
title
Link copied to clipboard
androidJvm
val
title
:
String
?